Searched refs:nonstandard_pathname (Results 1 – 3 of 3) sorted by relevance
50 char *nonstandard_pathname; member
793 if (dir_ent->nonstandard_pathname) in pathname()794 return dir_ent->nonstandard_pathname; in pathname()805 if (dir_ent->nonstandard_pathname) in pathname_reader()806 return dir_ent->nonstandard_pathname; in pathname_reader()3095 char *nonstandard_pathname, struct dir_info *dir) in create_dir_entry() argument3103 dir_ent->nonstandard_pathname = nonstandard_pathname; in create_dir_entry()3154 char *nonstandard_pathname, struct dir_info *sub_dir, in add_dir_entry2() argument3158 nonstandard_pathname, dir); in add_dir_entry2()3173 if(dir_ent->nonstandard_pathname) in free_dir_entry()3174 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()