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

/ast/src/lib/libast/astsa/
H A Dsfstr.c27 #define VALID(p,f) ((p=(Sfstr_t*)f)>=&strs[0]&&p<&strs[elementsof(strs)]) macro
53 if (VALID(p, f))
74 if (!VALID(p, f))
102 if (VALID(p, f))
122 if (VALID(p, f))
146 if (VALID(p, f))
190 if (VALID(p, f))
200 if (VALID(p, f) && n >= 0 && n < (p->nxt - p->beg))
211 if (VALID(p, f) && p->nxt)
223 if (VALID(
[all...]
/ast/src/lib/libast/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 20 milliseconds