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

  /src/tests/rump/rumpvfs/
t_p2kifs.c 58 char pathstr[MAXPATHLEN] = TESTFILE; local in function:ATF_TC_BODY
77 cn = rump_pub_makecn(RUMP_NAMEI_LOOKUP, 0, pathstr, strlen(pathstr),
83 cn = rump_pub_makecn(RUMP_NAMEI_LOOKUP, 0, pathstr, strlen(pathstr),
85 strcpy(pathstr, "/muuta");
t_p2kifs.c 58 char pathstr[MAXPATHLEN] = TESTFILE; local in function:ATF_TC_BODY
77 cn = rump_pub_makecn(RUMP_NAMEI_LOOKUP, 0, pathstr, strlen(pathstr),
83 cn = rump_pub_makecn(RUMP_NAMEI_LOOKUP, 0, pathstr, strlen(pathstr),
85 strcpy(pathstr, "/muuta");

Completed in 23 milliseconds