Searched refs:test_stat (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/bin/ksh/
H A Dc_test.c96 static int test_stat ARGS((const char *, struct stat *));
257 return test_stat(opnd1, &b1) == 0;
264 return test_stat(opnd1, &b1) == 0 && S_ISREG(b1.st_mode);
266 return test_stat(opnd1, &b1) == 0 && S_ISDIR(b1.st_mode);
269 return test_stat(opnd1, &b1) == 0 && S_ISCHR(b1.st_mode);
275 return test_stat(opnd1, &b1) == 0 && S_ISBLK(b1.st_mode);
281 return test_stat(opnd1, &b1) == 0 && S_ISFIFO(b1.st_mode);
293 return test_stat(opnd1, &b1) == 0 && S_ISSOCK(b1.st_mode);
320 return test_stat(opnd1, &b1) == 0
327 return test_stat(opnd
427 test_stat(pathx, statb) function
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dfileio.c284 test_stat (void) function
568 test_stat ();
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dfileio.c284 test_stat (void) function
568 test_stat ();
/netbsd-current/sys/arch/rs6000/include/
H A Diplcb.h217 uint32_t test_stat; /* test status */ member in struct:proc_info

Completed in 90 milliseconds