Searched refs:last_component (Results 1 – 19 of 19) sorted by relevance
| /netbsd/src/usr.bin/config/ |
| D | main.c | 235 const char *last_component; in main() local 406 last_component = strrchr(conffile, '/'); in main() 407 last_component = (last_component) ? last_component + 1 : conffile; in main() 409 p = emalloc(strlen(last_component) + 17); in main() 410 (void)sprintf(p, "../compile/%s.PROF", last_component); in main() 414 p = emalloc(strlen(last_component) + 13); in main() 415 (void)sprintf(p, "../compile/%s", last_component); in main()
|
| /netbsd/src/external/gpl2/xcvs/dist/src/ |
| D | add.c | 215 p = (char *)last_component (filedir); in add() 306 p = (char *)last_component (filename); in add()
|
| D | checkout.c | 482 if ((parent = (char *)last_component (where_this_pass)) in safe_location() 1227 const char *dir = last_component (dirs->dirpath); in build_dirs_and_chdir()
|
| D | find_names.c | 346 tmp = last_component (glist.gl_pathv[i]); in find_files()
|
| D | filesubr.c | 803 last_component (const char *path) in last_component() function
|
| D | cvs.h | 524 const char *last_component (const char *path);
|
| D | main.c | 600 program_name = last_component (argv[0]); in main()
|
| D | recurse.c | 376 comp = (char *)last_component (dir); in start_recursion()
|
| D | rcs.c | 675 p = last_component (rcs->path); in RCS_setattic() 714 p = last_component (rcs->path); in RCS_setattic() 3766 path = last_component (rcs->print_path); in expand_keywords() 3792 value = escape_keyword_value (last_component (rcs->print_path), in expand_keywords() 5045 workfile = xstrdup (last_component (rcs->path)); in RCS_checkin() 8591 rcsbase = last_component (rcsfile); in rcs_lockfilename() 8713 const char *file = last_component (path); in make_file_label()
|
| D | subr.c | 739 const char *oldname = last_component (*filename); in resolve_symlink()
|
| D | client.c | 1116 if (last_component (newname) != newname) in copy_a_file() 4784 while ((q = (char *)last_component (r)) != r) in send_file_names()
|
| D | ChangeLog-9395 | 1373 * filesubr.c (last_component): Don't use ANSI style declaration. 1548 * mkmodules.c (main): Call last_component instead of writing it out. 1550 * main.c (main): Call last_component instead of writing it out. 1595 * cvs.h (isabsolute, last_component): New extern decls.
|
| D | ChangeLog-97 | 908 * rcs.c (make_file_label): Use last_component to get file's basename.
|
| D | ChangeLog | 4391 last_component), history.c (history_write), ignore.c (ignore_directory, 13592 with last_component rather than assuming '/' as a path separator. 13599 * filesubr.c (last_component): return the top-level directory when
|
| D | ChangeLog-96 | 3627 * recurse.c (start_recursion): Use last_component rather than
|
| /netbsd/src/external/bsd/less/dist/ |
| D | main.c | 140 s = last_component(progname); in main()
|
| D | prompt.c | 292 ap_str(last_component(get_filename(curr_ifile))); in protochar()
|
| D | filename.c | 1109 public char * last_component(char *name) in last_component() function
|
| D | funcs.h | 155 public char * last_component(char *name);
|