Searched refs:nonstandard_pathname (Results 1 – 3 of 3) sorted by relevance
44 char *nonstandard_pathname; member
784 if (dir_ent->nonstandard_pathname) in pathname()785 return dir_ent->nonstandard_pathname; in pathname()796 if (dir_ent->nonstandard_pathname) in pathname_reader()797 return dir_ent->nonstandard_pathname; in pathname_reader()3027 char *nonstandard_pathname, struct dir_info *dir) in create_dir_entry() argument3035 dir_ent->nonstandard_pathname = nonstandard_pathname; in create_dir_entry()3081 char *nonstandard_pathname, struct dir_info *sub_dir,3087 char *nonstandard_pathname, struct dir_info *sub_dir, in add_dir_entry2() argument3091 nonstandard_pathname, dir); in add_dir_entry2()3106 if(dir_ent->nonstandard_pathname) in free_dir_entry()[all …]
1915 if(dir_ent->nonstandard_pathname == NULL) { in move_file()1916 dir_ent->nonstandard_pathname = strdup(filename); in move_file()1931 if(dir_ent->nonstandard_pathname == NULL && in move_file()