Lines Matching refs:stat
38 #include <sys/stat.h>
226 int stat;
242 stat = (*argp->str2ent)(be->buffer, be->buflen,
245 if (stat == NSS_STR_PARSE_SUCCESS) {
249 return ((nss_status_t)stat);
254 nss_status_t stat)
263 if (stat == NSS_STR_PARSE_SUCCESS) {
265 } else if (stat == NSS_STR_PARSE_PARSE) {
268 } else if (stat == NSS_STR_PARSE_ERANGE) {
427 nss_status_t stat;
435 stat = ad_lookup(searchfilter, be->attrs, dname, &be->result);
436 if (stat != NSS_SUCCESS) {
439 return (stat);
443 stat = be->adobj2str(be, argp);
444 if (stat == NSS_STR_PARSE_SUCCESS)
445 stat = _nss_ad_marshall_data(be, argp);
446 return (_nss_ad_sanitize_status(be, argp, stat));