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

  /src/regress/sys/kern/getcwd/
getcwd.c 107 #define othername "testgetcwd" macro
387 if (rename("/tmp/" littlename, "/tmp/" othername) < 0) {
391 CHECK("/tmp/" othername, __getcwd(kbuf, sizeof(kbuf)), 16, 0);
392 if (rmdir("/tmp/" othername) < 0) {
getcwd.c 107 #define othername "testgetcwd" macro
387 if (rename("/tmp/" littlename, "/tmp/" othername) < 0) {
391 CHECK("/tmp/" othername, __getcwd(kbuf, sizeof(kbuf)), 16, 0);
392 if (rmdir("/tmp/" othername) < 0) {

Completed in 22 milliseconds