Lines Matching defs:path
338 if (*p == ':') { /* null path */
458 /* fill in path lists */
786 * TRUE -> found path
837 * If "name" specifies full path, check full, else check BASENAME.
843 * a full path was specified in _Commands;
846 * TRUE -> found path
862 * a full path name is specified for the command
890 * path pathname
893 * path may be modified to canonical form
897 * FAIL -> failure - not a valid path for access
900 chkpth(path, flag)
901 char *path;
910 if (canPath(path) == FAIL)
914 if (listMatch(path, _RPaths)
915 && !listMatch(path, _NoRPaths))
918 if (listMatch(path, _WPaths)
919 && !listMatch(path, _NoWPaths))
924 if (PREFIX(RemSpool, path) ) {
925 s = &path[strlen(RemSpool)];
933 /* path name not valid */
944 * to - a path name of the destination file or directory
945 * from - full path name of source file
948 * to - will be the full path name of the destination file
974 /* to is now the full path name of the destination file */