Searched refs:test_stat (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/bin/ksh/ |
H A D | c_test.c | 96 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(opnd1, &b1) == 0 [all …]
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
H A D | fileio.c | 284 test_stat (void) in test_stat() function 568 test_stat (); in main()
|
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
H A D | fileio.c | 284 test_stat (void) in test_stat() function 568 test_stat (); in main()
|
/netbsd-src/sys/arch/rs6000/include/ |
H A D | iplcb.h | 217 uint32_t test_stat; /* test status */ member
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | intrinsic.texi | 13832 PROGRAM test_stat
|
H A D | gfortran.info | 18591 PROGRAM test_stat
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | intrinsic.texi | 13786 PROGRAM test_stat
|
H A D | gfortran.info | 18162 PROGRAM test_stat
|