Searched refs:VALID (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dgoto_xs.t33 $VALID = 'LOCK_SH';
38 $value = Fcntl::constant($VALID);
48 $ret = goto_const($VALID);
55 $ret = goto_name1($VALID);
59 $ret = goto_name1($VALID);
61 $ret = goto_name1($VALID);
70 $ret = Fcntl::goto_name2($VALID);
77 $ret = goto_ref($VALID);
85 $ret = call_goto_const($VALID);
91 $ret = call_goto_name1($VALID);
[all...]
/osnet-11/usr/src/lib/libast/common/path/
H A Dpathtemp.c84 #define VALID(d) (*(d)&&!eaccess(d,W_OK|X_OK)) macro
206 if (!VALID(*(tmp.dir - 1)))
210 if (!VALID(*(tmp.dir - 1)))
216 if (((d = tmp.tmpdir) || (d = getenv(TMP_ENV))) && !VALID(d))

Completed in 21 milliseconds