Lines Matching defs:prop
248 asr_is_str_prop_valid(char *prop)
250 if (prop == NULL || prop[0] == '\0' || strcharcmp('0', prop) ||
251 strcharcmp(' ', prop) || strcmp("unknown", prop) == 0)
314 char *id, *prop = asr_getprop_str(ah, name);
316 if ((*validator)(prop))
317 return (prop);
322 if ((prop = asr_nvl_strd(auth, id, NULL)) != NULL &&
323 (*validator)(prop)) {
325 return (prop);