Home
last modified time | relevance | path

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

/openbsd-src/regress/sys/uvm/vnode/
H A Dtest-deadlock.c59 writer(ctx->c_path, killpip[0]); in test_deadlock()
69 growshrink(ctx->c_path); in test_deadlock()
H A Dvnode.c60 ctx.c_path = optarg; in main()
71 if (argc != 1 || ctx.c_path == NULL) in main()
H A Dextern.h22 const char *c_path; member
/openbsd-src/usr.bin/find/
H A Dextern.h76 PLAN *c_path(char *, char ***, int);
H A Doption.c88 { "-path", N_PATH, c_path, O_ARGV },
H A Dfunction.c1343 c_path(char *pattern, char ***ignored, int unused) in c_path() function