Home
last modified time | relevance | path

Searched refs:spathname (Results 1 – 1 of 1) sorted by relevance

/external/ltp/testcases/kernel/syscalls/linkat/
Dlinkat01.c86 static char spathname[PATH_MAX]; variable
106 &olddirfd, spathname, &newdirfd, TEST_FILE1, 0, 0, 0, 0},
121 &cwd_fd, spathname, &newdirfd, TEST_FILE1, 0, 0, 0, 0},
136 &stdinfd, spathname, &newdirfd, TEST_FILE1, 0, 0, 0, 0},
151 &badfd, spathname, &newdirfd, TEST_FILE1, 0, 0, 0, 0},
166 &deldirfd, spathname, &newdirfd, TEST_FILE1, 0, 0, 0, 0},
313 snprintf(spathname, sizeof(spathname), SPATHNAME_FMT, cwd); in setup()