Lines Matching defs:be
36 * Though we do try to be more reasonable about the format of "+" and "-"
41 * - More than one source may be specified, with the usual switch semantics,
127 getbyname(be, a)
128 compat_backend_ptr_t be;
133 return (_nss_compat_XY_all(be, argp, check_grname,
147 getbygid(be, a)
148 compat_backend_ptr_t be;
155 return (_nss_compat_XY_all(be, argp, check_grgid,
160 getbymember(be, a)
161 compat_backend_ptr_t be;
191 (void) _nss_compat_setent(be, 0);
192 while (_nss_compat_getent(be, &grargs) == NSS_SUCCESS) {
212 (void) _nss_compat_endent(be,
223 (void) _nss_compat_endent(be, 0);
230 merge_grents(be, argp, fields)
231 compat_backend_ptr_t be;
250 be->return_string_data != 1) {
290 if (be->return_string_data == 1) {