Lines Matching refs:test_stat
2769 #define test_stat(name,buffer) stat_ex(stat, (name), (buffer)) macro
2773 #define test_stat(name,buffer) stat((name), (buffer)) macro
2883 return (test_stat(opnd1, &b1) == 0); in test_eval()
2887 return (test_stat(opnd1, &b1) == 0 && S_ISREG(b1.st_mode)); in test_eval()
2891 return (test_stat(opnd1, &b1) == 0 && S_ISDIR(b1.st_mode)); in test_eval()
2895 return (test_stat(opnd1, &b1) == 0 && S_ISCHR(b1.st_mode)); in test_eval()
2899 return (test_stat(opnd1, &b1) == 0 && S_ISBLK(b1.st_mode)); in test_eval()
2903 return (test_stat(opnd1, &b1) == 0 && S_ISFIFO(b1.st_mode)); in test_eval()
2915 return (test_stat(opnd1, &b1) == 0 && S_ISSOCK(b1.st_mode)); in test_eval()
2934 i = (test_stat(nv, &b1) == 0 && S_ISCDF(b1.st_mode)); in test_eval()
2944 return (test_stat(opnd1, &b1) == 0 && in test_eval()
2949 return (test_stat(opnd1, &b1) == 0 && in test_eval()
2955 return (test_stat(opnd1, &b1) == 0 && in test_eval()
2963 return (test_stat(opnd1, &b1) == 0 && in test_eval()
2977 return (test_stat(opnd1, &b1) == 0 && in test_eval()
2982 return (test_stat(opnd1, &b1) == 0 && in test_eval()
3021 return (test_stat(opnd1, &b1) == 0 && in test_eval()
3022 (((s = test_stat(opnd2, &b2)) == 0 && in test_eval()
3031 return (test_stat(opnd2, &b2) == 0 && in test_eval()
3032 (((s = test_stat(opnd1, &b1)) == 0 && in test_eval()
3037 return (test_stat(opnd1, &b1) == 0 && in test_eval()
3038 test_stat(opnd2, &b2) == 0 && in test_eval()