Searched refs:nonstandard_pathname (Results 1 – 3 of 3) sorted by relevance
50 char *nonstandard_pathname; member
860 if (dir_ent->nonstandard_pathname) in pathname()861 return dir_ent->nonstandard_pathname; in pathname()872 if (dir_ent->nonstandard_pathname) in pathname_reader()873 return dir_ent->nonstandard_pathname; in pathname_reader()3189 char *nonstandard_pathname, struct dir_info *dir) in create_dir_entry() argument3197 dir_ent->nonstandard_pathname = nonstandard_pathname; in create_dir_entry()3248 char *nonstandard_pathname, struct dir_info *sub_dir, in add_dir_entry2() argument3252 nonstandard_pathname, dir); in add_dir_entry2()3267 if(dir_ent->nonstandard_pathname) in free_dir_entry()3268 free(dir_ent->nonstandard_pathname); in free_dir_entry()
1919 if(dir_ent->nonstandard_pathname == NULL) { in move_file()1920 dir_ent->nonstandard_pathname = strdup(filename); in move_file()1935 if(dir_ent->nonstandard_pathname == NULL && in move_file()