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

/freebsd-11-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-11-stable/contrib/libxo/
H A DMakefile.am37 GH_PAGES_DIR = gh-pages/
38 GH_PAGES_DIR_VER = gh-pages/${PACKAGE_VERSION}
55 && echo "Updating manual on gh-pages ..." \
64 && git push origin gh-pages ) ; true
69 && echo "Updating xohtml files on gh-pages ..." \
76 && git push origin gh-pages ) ; true
84 get-gh-pages:
86 gh-pages -b gh-pages
98 && echo "Updating packages on gh
[all...]
/freebsd-11-stable/sys/net/
H A Dif_gre.c504 struct grehdr *gh = NULL; local
516 gh = &sc->gre_gihdr->gi_gre;
524 gh = &sc->gre_gi6hdr->gi6_gre;
531 opts = gh->gre_opts;
548 gh->gre_flags = htons(flags);
678 struct grehdr *gh; local
701 gh = (struct grehdr *)mtodo(m, *offp);
702 flags = ntohs(gh->gre_flags);
705 opts = gh->gre_opts;
741 switch (ntohs(gh
[all...]
/freebsd-11-stable/usr.bin/sort/
H A Dcoll.c1141 kv1->hint->v.gh.notnum = true;
1143 kv1->hint->v.gh.d = d1;
1144 kv1->hint->v.gh.nan = is_nan(d1);
1158 kv2->hint->v.gh.notnum = true;
1160 kv2->hint->v.gh.d = d2;
1161 kv2->hint->v.gh.nan = is_nan(d2);
1171 if (kv1->hint->v.gh.notnum)
1172 return ((kv2->hint->v.gh.notnum) ? 0 : -1);
1173 else if (kv2->hint->v.gh.notnum)
1176 if (kv1->hint->v.gh
[all...]
H A Dcoll.h84 struct g_hint gh; member in union:key_hint::__anon8658
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-juniper.c466 const struct juniper_ggsn_header *gh; local
473 gh = (struct juniper_ggsn_header *)&l2info.cookie;
475 ND_TCHECK(*gh);
478 tok2str(juniper_protocol_values,"Unknown",gh->proto),
479 gh->proto,
480 EXTRACT_16BITS(&gh->vlan_id[0])));
483 switch (gh->proto) {
492 ND_PRINT((ndo, "unknown GGSN proto (%u)", gh->proto));
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_dataset.c2983 idmap_get_handle_t *gh = NULL; local
2985 stat = idmap_get_create(&gh);
2987 idmap_get_destroy(gh);
2996 stat = idmap_get_sidbyuid(gh, pid, flag, &numericsid,
3002 stat = idmap_get_sidbygid(gh, pid, flag, &numericsid,
3006 idmap_get_destroy(gh);
3009 stat = idmap_get_mappings(gh);
3010 idmap_get_destroy(gh);

Completed in 207 milliseconds