Lines Matching refs:path
640 Please note that calling @code{strtok} using @var{path} directly is
2254 component of the path in @var{filename}. This function is the preferred
2285 @deftypefun {char *} basename (char *@var{path})
2289 spirit to the GNU version, but may modify the @var{path} by removing
2290 trailing '/' bytes. If the @var{path} is made up entirely of '/'
2291 bytes, then "/" will be returned. Also, if @var{path} is
2304 char *path = strdupa (argv[0]);
2306 prog = basename (path);
2320 @deftypefun {char *} dirname (char *@var{path})
2325 by @var{path}. If @var{path} is @code{NULL}, an empty string, or
2732 adding the components of a Unix search path to an argz vector, by using