Lines Matching refs:gkey
317 struct groupent gkey; in ypproc_match_2_svc() local
374 gkey.ge_gid = strtonum(key, 0, GID_MAX, &estr); in ypproc_match_2_svc()
380 &gkey)) == NULL) { in ypproc_match_2_svc()
388 gkey.ge_line = key; in ypproc_match_2_svc()
390 &gkey)) == NULL) { in ypproc_match_2_svc()
479 struct groupent gkey; in ypproc_next_2_svc() local
536 gkey.ge_line = key; in ypproc_next_2_svc()
538 &gkey)) == NULL) { in ypproc_next_2_svc()
542 RB_INSERT(group_name_tree, env->sc_group_names, &gkey); in ypproc_next_2_svc()
544 &gkey)) == NULL) { in ypproc_next_2_svc()
546 &gkey); in ypproc_next_2_svc()
551 RB_REMOVE(group_name_tree, env->sc_group_names, &gkey); in ypproc_next_2_svc()