Searched defs:legal (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mail/
H A Dlegal.c34 * legal - check existence of file
37 * int legal(char *file)
40 * legal() checks to see if "file" is a writable file name.
50 legal(file) function
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dcache_a.out.c231 * whether following components are legal.
454 int legal = 1; /* return flag */ local
458 legal = 0;
467 return (legal);
480 int l_c1p_ok = 0; /* is c1p a legal string */
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_tmpl.c425 * Store a legal range for a property allowing for either signed or
3567 * for the property at prop are legal values.
3579 avalues_t *legal; local
3584 /* Get list of legal values. */
3586 prop->sc_value_type, &legal);
3603 /* Check the property values against the legal values. */
3607 /* Check this property value against the legal values. */
3609 for (i = 0; (i < legal->av_count) && (found == 0); i++) {
3613 if (av_get_unsigned(legal, i) ==
3619 if (av_get_integer(legal,
[all...]

Completed in 75 milliseconds