Home
last modified time | relevance | path

Searched refs:last_component (Results 1 – 19 of 19) sorted by relevance

/netbsd/src/usr.bin/config/
Dmain.c235 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/
Dadd.c215 p = (char *)last_component (filedir); in add()
306 p = (char *)last_component (filename); in add()
Dcheckout.c482 if ((parent = (char *)last_component (where_this_pass)) in safe_location()
1227 const char *dir = last_component (dirs->dirpath); in build_dirs_and_chdir()
Dfind_names.c346 tmp = last_component (glist.gl_pathv[i]); in find_files()
Dfilesubr.c803 last_component (const char *path) in last_component() function
Dcvs.h524 const char *last_component (const char *path);
Dmain.c600 program_name = last_component (argv[0]); in main()
Drecurse.c376 comp = (char *)last_component (dir); in start_recursion()
Drcs.c675 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()
Dsubr.c739 const char *oldname = last_component (*filename); in resolve_symlink()
Dclient.c1116 if (last_component (newname) != newname) in copy_a_file()
4784 while ((q = (char *)last_component (r)) != r) in send_file_names()
DChangeLog-93951373 * 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.
DChangeLog-97908 * rcs.c (make_file_label): Use last_component to get file's basename.
DChangeLog4391 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
DChangeLog-963627 * recurse.c (start_recursion): Use last_component rather than
/netbsd/src/external/bsd/less/dist/
Dmain.c140 s = last_component(progname); in main()
Dprompt.c292 ap_str(last_component(get_filename(curr_ifile))); in protochar()
Dfilename.c1109 public char * last_component(char *name) in last_component() function
Dfuncs.h155 public char * last_component(char *name);