HomeSort by: relevance | last modified time | path
    Searched defs:oldpath (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/locate/bigram/
locate.bigram.c 97 char *oldpath = buf1, *path = buf2; local in function:main
111 for ( cp = path; *cp == *oldpath; cp++, oldpath++ )
112 if ( *oldpath == '\0' )
122 path = buf2, oldpath = buf1;
124 path = buf1, oldpath = buf2;
  /src/usr.bin/locate/code/
locate.code.c 106 char *cp, *oldpath, *path; local in function:main
127 oldpath = buf1;
144 for (cp = path; *cp == *oldpath; cp++, oldpath++)
145 if (*oldpath == '\0')
177 oldpath = buf1;
180 oldpath = buf2;
  /src/usr.bin/utoppya/
utoppya.c 277 char *oldpath, *newpath, *o, *n; local in function:cmd_rename
282 o = oldpath = argv[1];
285 for (o = oldpath; *o != '\0'; o++)
292 for (o = oldpath; *o && *o == '\\'; o++)
299 oldpath, newpath);
301 if (find_toppy_dirent(oldpath, &ud) == 0)
302 errx(EX_DATAERR, "'%s' does not exist on the Toppy", oldpath);
305 errx(EX_DATAERR, "%s: not a regular file", oldpath);
314 err(EX_OSERR, "ioctl(UTOPPYIORENAME, %s, %s)", oldpath,
  /src/lib/libukfs/
ukfs.c 1028 char *newpath, *oldpath; local in function:ukfs_chdir
1042 oldpath = ukfs->ukfs_cwd;
1045 free(oldpath);

Completed in 37 milliseconds