Home
last modified time | relevance | path

Searched refs:gh (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/usr.bin/mail/
H A Dvars.c155 struct grouphead *gh; in findgroup() local
157 for (gh = groups[hash(name)]; gh != NULL; gh = gh->g_link) in findgroup()
158 if (*gh->g_name == *name && equal(gh->g_name, name)) in findgroup()
159 return gh; in findgroup()
169 struct grouphead *gh; in printgroup() local
172 if ((gh = findgroup(name)) == NULL) { in printgroup()
176 (void)printf("%s\t", gh->g_name); in printgroup()
177 for (gp = gh->g_list; gp != NULL; gp = gp->ge_link) in printgroup()
H A Dcmd3.c811 struct grouphead *gh; in group() local
820 for (gh = groups[h]; gh != NULL; gh = gh->g_link) in group()
824 for (gh = groups[h]; gh != NULL; gh = gh->g_link) in group()
825 *p++ = gh->g_name; in group()
838 if ((gh = findgroup(gname)) == NULL) { in group()
839 gh = ecalloc(1, sizeof(*gh)); in group()
840 gh->g_name = vcopy(gname); in group()
841 gh->g_list = NULL; in group()
842 gh->g_link = groups[h]; in group()
843 groups[h] = gh; in group()
[all …]
H A Dcomplete.c588 struct grouphead *gh; in complete_alias() local
602 for (gh = groups[h]; gh != NULL; gh = gh->g_link) in complete_alias()
609 for (gh = groups[h]; gh != NULL; gh = gh->g_link) in complete_alias()
610 *p++ = gh->g_name; in complete_alias()
632 struct grouphead *gh; in complete_smopts() local
652 for (gh = groups[h]; gh != NULL; gh = gh->g_link) in complete_smopts()
677 for (gh = groups[h]; gh != NULL; gh = gh->g_link) in complete_smopts()
678 *p++ = gh->g_name; in complete_smopts()
H A Dnames.c425 gexpand(struct name *nlist, struct grouphead *gh, int metoo, int ntype) in gexpand() argument
438 for (gp = gh->g_list; gp != NULL; gp = gp->ge_link) { in gexpand()
442 if (strcmp(cp, gh->g_name) == 0) in gexpand()
454 if (gp == gh->g_list && gp->ge_link == NULL) in gexpand()
476 struct grouphead *gh; in usermap() local
489 gh = findgroup(np->n_name); in usermap()
491 if (gh != NULL) in usermap()
492 new = gexpand(new, gh, metoo, np->n_type); in usermap()
H A Dcmd4.c158 struct grouphead *gh; in name_expand() local
161 if ((gh = findgroup(sname)) != NULL) { in name_expand()
162 np = gexpand(NULL, gh, 0, ntype); in name_expand()
/netbsd-src/sys/arch/arm/xscale/
H A Dpxa2x0_gpio.c255 struct gpio_irq_handler *gh; in pxa2x0_gpio_intr_establish() local
283 gh = kmem_alloc(sizeof(*gh), KM_SLEEP); in pxa2x0_gpio_intr_establish()
284 gh->gh_func = func; in pxa2x0_gpio_intr_establish()
285 gh->gh_arg = arg; in pxa2x0_gpio_intr_establish()
286 gh->gh_spl = spl; in pxa2x0_gpio_intr_establish()
287 gh->gh_gpio = gpio; in pxa2x0_gpio_intr_establish()
288 gh->gh_level = level; in pxa2x0_gpio_intr_establish()
289 gh->gh_next = sc->sc_handlers[gpio]; in pxa2x0_gpio_intr_establish()
290 sc->sc_handlers[gpio] = gh; in pxa2x0_gpio_intr_establish()
327 return (gh); in pxa2x0_gpio_intr_establish()
[all …]
/netbsd-src/external/bsd/libfido2/dist/
H A DNEWS2 ** Support for linking against OpenSSL on Windows; gh#668.
11 ** Support for hidraw(4) on FreeBSD; gh#597.
43 ** hid_osx: handle devices with paths > 511 bytes; gh#462.
44 ** bio: fix CTAP2 canonical CBOR encoding in fido_bio_dev_enroll_*(); gh#480.
75 ** Better handling of HID devices without identification strings; gh#381.
76 ** Fixed detection of Windows's native webauthn API; gh#382.
100 ** Fixed musl build; gh#259.
101 ** hid_win: detect devices with vendor or product IDs > 0x7fff; gh#264.
129 ** New fido_init flag to disable fido_dev_open's U2F fallback; gh#282.
150 - repair communication with U2F tokens, gh#166;
[all …]
/netbsd-src/tests/lib/libc/regex/data/
H A Dcomplex.in20 [ab][cd][ef][gh][ij][kl][mn] - xacegikmoq acegikm
21 [ab][cd][ef][gh][ij][kl][mn][op] - xacegikmoq acegikmo
22 [ab][cd][ef][gh][ij][kl][mn][op][qr] - xacegikmoqy acegikmoq
23 [ab][cd][ef][gh][ij][kl][mn][op][q] - xacegikmoqy acegikmoq
/netbsd-src/sys/net/
H A Dif_gre.c378 struct gre_h gh; in gre_receive() local
400 if (__predict_false(m->m_len < sizeof(gh))) { in gre_receive()
401 if ((m = m_pullup(m, sizeof(gh))) == NULL) { in gre_receive()
407 memcpy(&gh, mtod(m, void *), sizeof(gh)); in gre_receive()
409 if (gre_input(sc, m, &gh) == 0) { in gre_receive()
787 gre_input(struct gre_softc *sc, struct mbuf *m, const struct gre_h *gh) in gre_input() argument
799 flags = ntohs(gh->flags); in gre_input()
814 switch (ntohs(gh->ptype)) { /* ethertypes */ in gre_input()
841 ntohs(gh->ptype)); in gre_input()
874 struct gre_h gh = { .flags = 0 }; in gre_output() local
[all …]
/netbsd-src/external/bsd/elftoolchain/dist/libelf/
H A Dlibelf_convert.m4765 Elf_GNU_Hash_Header *gh;
793 gh = (Elf_GNU_Hash_Header *) (uintptr_t) dst;
794 gh->gh_nbuckets = nbuckets;
795 gh->gh_symndx = symndx;
796 gh->gh_maskwords = maskwords;
797 gh->gh_shift2 = shift2;
852 Elf_GNU_Hash_Header *gh;
859 gh = (Elf_GNU_Hash_Header *) (uintptr_t) src;
861 t0 = nbuckets = gh->gh_nbuckets;
862 t1 = gh->gh_symndx;
[all …]
/netbsd-src/external/bsd/ntp/dist/sntp/tests/data/
H A Dkey-test-invalid-hex1 30 MD5 0101010101010101010101010101gh
/netbsd-src/external/mit/xorg/lib/xkeyboard-config/symbols/
H A DMakefile13 gb ge gh gn gr group \
/netbsd-src/external/mit/xorg/lib/xkeyboard-config/rules/
H A Dbase.lst228 gh English (Ghana)
502 generic gh: English (Ghana, multilingual)
503 akan gh: Akan
504 ewe gh: Ewe
505 fula gh: Fula
506 ga gh: Ga
507 hausa gh: Hausa (Ghana)
508 avn gh: Avatime
509 gillbt gh: English (Ghana, GILLBT)
H A Devdev.lst228 gh English (Ghana)
502 generic gh: English (Ghana, multilingual)
503 akan gh: Akan
504 ewe gh: Ewe
505 fula gh: Fula
506 ga gh: Ga
507 hausa gh: Hausa (Ghana)
508 avn gh: Avatime
509 gillbt gh: English (Ghana, GILLBT)
/netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_dataset.c2722 idmap_get_handle_t *gh = NULL; in userquota_propname_decode() local
2724 stat = idmap_get_create(&gh); in userquota_propname_decode()
2726 idmap_get_destroy(gh); in userquota_propname_decode()
2735 stat = idmap_get_sidbyuid(gh, pid, flag, &numericsid, in userquota_propname_decode()
2741 stat = idmap_get_sidbygid(gh, pid, flag, &numericsid, in userquota_propname_decode()
2745 idmap_get_destroy(gh); in userquota_propname_decode()
2748 stat = idmap_get_mappings(gh); in userquota_propname_decode()
2749 idmap_get_destroy(gh); in userquota_propname_decode()
/netbsd-src/external/gpl3/binutils/dist/gprofng/doc/
H A Dgp-collect-app.texi128 @item -p @{off | on | lo[w] | hi[gh] | @var{<value>}@}
135 sampling granularity (@samp{lo[w]}, @samp{hi[gh]}, or a specific value in
/netbsd-src/external/bsd/unbound/dist/testdata/
H A Dtest_ldnsrr.11019 austin.gh.com. 172800 IN A 196.3.64.1
1020 mantse.gh.com. 172800 IN A 193.194.185.2
1696 gg. 86400 IN NSEC gh. NS RRSIG NSEC
1700 gh. 172800 IN NS ns1.dns.aq.
1701 gh. 172800 IN NS rip.psg.com.
1702 gh. 172800 IN NS fork.sth.dnsnode.net.
1703 gh. 172800 IN NS hippo.ru.ac.za.
1704 gh. 172800 IN NS austin.gh.com.
1705 gh. 172800 IN NS mantse.gh.com.
1706 gh. 86400 IN NSEC gi. NS RRSIG NSEC
[all …]
H A Dtest_ldnsrr.c12036 austin.gh.com. 172800 IN A 196.3.64.1
2038 mantse.gh.com. 172800 IN A 193.194.185.2
3390 gg. 86400 IN NSEC gh. NS RRSIG NSEC
3398 gh. 172800 IN NS ns1.dns.aq.
3400 gh. 172800 IN NS rip.psg.com.
3402 gh. 172800 IN NS fork.sth.dnsnode.net.
3404 gh. 172800 IN NS hippo.ru.ac.za.
3406 gh. 172800 IN NS austin.gh.com.
3408 gh. 172800 IN NS mantse.gh.com.
3410 gh. 86400 IN NSEC gi. NS RRSIG NSEC
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gprof/po/
H A Dvi.po150 "độ hạt: mỗi lần ghé mẫu chiếm %ld byte"
/netbsd-src/external/gpl3/binutils/dist/gprof/po/
H A Dvi.po150 "độ hạt: mỗi lần ghé mẫu chiếm %ld byte"
/netbsd-src/external/bsd/flex/dist/
H A DNEWS138 *** resolved gh#67
H A DChangeLog766 * doc/flex.texi: doc: corrected example in manual, gh#67
1105 * src/flex.skl: Changed another buffer size to int; resolves gh#61
1109 …* src/flex.skl: Changed type of yy_n_chars to int; gh#53, sf#160. The variable yy_n_chars had bee…
1116 …* src/buf.c: Fixed size of bufferallocation, resolved gh#54. The value of n_alloc was a count, no…
1123 gh#56. Allow specifying '%option noline' in the input file, leading to the
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Danimation67 >8 string 3gh \b, MPEG v4 system, 3GPP
/netbsd-src/share/misc/
H A Ddomains516 .gh Network Computer Systems Limited
/netbsd-src/distrib/sets/lists/xbase/
H A Dmi936 ./usr/X11R7/lib/X11/xkb/symbols/gh xbase-xkeyboard-config-lib xorg

12