Searched refs:gh (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/usr.bin/mail/
H A Dvars.c140 struct grouphead *gh; local
142 for (gh = groups[hash(name)]; gh != NULL; gh = gh->g_link)
143 if (*gh->g_name == *name && equal(gh->g_name, name))
144 return (gh);
154 struct grouphead *gh; local
157 if ((gh
[all...]
H A Dcmd3.c440 struct grouphead *gh; local
447 for (gh = groups[h]; gh != NULL; gh = gh->g_link)
451 for (gh = groups[h]; gh != NULL; gh = gh->g_link)
452 *p++ = gh
[all...]
H A Dnames.c457 struct grouphead *gh; local
470 gh = findgroup(np->n_name);
472 if (gh != NULL)
473 new = gexpand(new, gh, metoo, np->n_type);
488 gexpand(struct name *nlist, struct grouphead *gh, int metoo, int ntype) argument
501 for (gp = gh->g_list; gp != NULL; gp = gp->ge_link) {
505 if (strcmp(cp, gh->g_name) == 0)
517 if (gp == gh->g_list && gp->ge_link == NULL)
/freebsd-10-stable/sys/net/
H A Dif_gre.c507 struct grehdr *gh = NULL; local
519 gh = &sc->gre_gihdr->gi_gre;
527 gh = &sc->gre_gi6hdr->gi6_gre;
534 opts = gh->gre_opts;
551 gh->gre_flags = htons(flags);
682 struct grehdr *gh; local
705 gh = (struct grehdr *)mtodo(m, *offp);
706 flags = ntohs(gh->gre_flags);
709 opts = gh->gre_opts;
744 switch (ntohs(gh
[all...]
/freebsd-10-stable/usr.bin/sort/
H A Dcoll.c1139 kv1->hint->v.gh.notnum = true;
1141 kv1->hint->v.gh.d = d1;
1142 kv1->hint->v.gh.nan = is_nan(d1);
1156 kv2->hint->v.gh.notnum = true;
1158 kv2->hint->v.gh.d = d2;
1159 kv2->hint->v.gh.nan = is_nan(d2);
1169 if (kv1->hint->v.gh.notnum)
1170 return ((kv2->hint->v.gh.notnum) ? 0 : -1);
1171 else if (kv2->hint->v.gh.notnum)
1174 if (kv1->hint->v.gh
[all...]
H A Dcoll.h82 struct g_hint gh; member in union:key_hint::__anon2237
/freebsd-10-stable/contrib/tcpdump/
H A Dprint-juniper.c467 const struct juniper_ggsn_header *gh; local
474 gh = (struct juniper_ggsn_header *)&l2info.cookie;
478 tok2str(juniper_protocol_values,"Unknown",gh->proto),
479 gh->proto,
480 EXTRACT_16BITS(&gh->vlan_id[0]));
483 switch (gh->proto) {
494 printf("unknown GGSN proto (%u)", gh->proto);
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_dataset.c2717 idmap_get_handle_t *gh = NULL; local
2719 stat = idmap_get_create(&gh);
2721 idmap_get_destroy(gh);
2730 stat = idmap_get_sidbyuid(gh, pid, flag, &numericsid,
2736 stat = idmap_get_sidbygid(gh, pid, flag, &numericsid,
2740 idmap_get_destroy(gh);
2743 stat = idmap_get_mappings(gh);
2744 idmap_get_destroy(gh);
/freebsd-10-stable/contrib/ncurses/misc/
H A Dterminfo.src14245 rmir=\Er, rmso=\E[%gh%{4}%^%Ph%gh%dZZ,
14246 rmul=\E[%gh%{8}%^%Ph%gh%dZZ, rs2=\Eo1,

Completed in 283 milliseconds