Home
last modified time | relevance | path

Searched refs:opnd1 (Results 1 – 2 of 2) sorted by relevance

/external/mksh/src/
Dfuncs.c2903 test_eval(Test_env *te, Test_op op, const char *opnd1, const char *opnd2, in test_eval() argument
2950 return (*opnd1 != '\0'); in test_eval()
2954 return (*opnd1 == '\0'); in test_eval()
2958 if ((i = *opnd1) == '!' || i == '?') in test_eval()
2959 opnd1++; in test_eval()
2960 if ((k = option(opnd1)) == (size_t)-1) in test_eval()
2967 return (access(opnd1, R_OK) == 0); in test_eval()
2972 return (access(opnd1, W_OK) == 0); in test_eval()
2976 return (ksh_access(opnd1, X_OK) == 0); in test_eval()
2982 return (stat(opnd1, &b1) == 0); in test_eval()
[all …]
Dsyn.c1043 const char *opnd1 MKSH_A_UNUSED, const char *opnd2 MKSH_A_UNUSED, in dbtestp_eval()