Searched refs:short_pathname (Results 1 – 3 of 3) sorted by relevance
| /mirbsd/src/gnu/usr.bin/cvs/src/ |
| D | client.c | 730 char *short_pathname; in call_in_directory() local 784 short_pathname = xmalloc (strlen (pathname) + strlen (filename) + 5); in call_in_directory() 785 strcpy (short_pathname, pathname); in call_in_directory() 786 strcat (short_pathname, filename); in call_in_directory() 797 if (!is_valid_client_path (short_pathname)) in call_in_directory() 801 error (1, 0, "`%s'.", short_pathname); in call_in_directory() 1083 (*func) (data, last_entries, short_pathname, filename); in call_in_directory() 1087 free (short_pathname); in call_in_directory() 1094 copy_a_file (void *data, List *ent_list, const char *short_pathname, in copy_a_file() argument 1374 update_entries (void *data_arg, List *ent_list, const char *short_pathname, in update_entries() argument [all …]
|
| D | edit.h | 44 void edit_file (void *data, List *ent_list, const char *short_pathname,
|
| D | edit.c | 320 edit_file (void *data, List *ent_list, const char *short_pathname, in edit_file() argument 338 finfo.fullname = short_pathname; in edit_file() 339 finfo.update_dir = dir_name (short_pathname); in edit_file()
|