Searched refs:last_component (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/contrib/cvs/src/
H A Dadd.c120 || fncmp (last_component(argv[i]), CVSADM) == 0)
221 p = (char *)last_component (filedir);
311 p = (char *)last_component (filename);
H A Dcheckout.c453 /* if where is set, set current to where, where - last_component( where ),
473 if ( last_component( where ) != where )
475 /* where - last_component( where ) */
478 /* strip the last_component */
483 parent = (char *)last_component (where_location);
503 /* else: ERRNO == ENOENT & last_component(where) == where
837 /* FIXME: this should be written in terms of last_component
1248 const char *dir = last_component (dirs->dirpath);
H A Dmkmodules.c878 /* If last_component() returns the empty string, then cp either
881 if (!*last_component (cp) || !strcmp (cp, ".")
882 || last_component(cp) == cp)
885 cp[strlen(cp) - strlen(last_component(cp)) - 1] = '\0';
H A Dcvs.h507 const char *last_component PROTO((const char *path));
H A Dfilesubr.c974 last_component (path)
973 last_component (path) function
H A Dmain.c452 program_name = last_component (argv[0]);
H A Drecurse.c307 comp = (char *)last_component (dir);
H A Dsubr.c814 const char *oldname = last_component (*filename);
H A Drcs.c695 p = last_component (rcs->path);
734 p = last_component (rcs->path);
3810 path = last_component (rcs->path);
3844 value = escape_keyword_value (last_component (rcs->path),
5096 workfile = xstrdup (last_component (rcs->path));
8826 rcsbase = last_component (rcsfile);
8958 const char *file = last_component (path);
H A Dclient.c1460 if (last_component (newname) != newname)
5456 /* It's okay to discard the const from the last_component return
5459 while ((q = (char *)last_component (r)) != r)
/freebsd-9.3-release/contrib/less/
H A Dprompt.c307 ap_str(last_component(get_filename(curr_ifile)));
H A Dfuncs.h131 public char * last_component ();
H A Dfilename.c1105 last_component(name) function

Completed in 210 milliseconds