Searched refs:ng (Results 1 - 21 of 21) sorted by relevance

/openbsd-current/usr.sbin/netgroup_mkdb/
H A Dstringlist.c120 * returned in ng _NG_NAME: line had a netgroup name, returned in name
125 _ng_parse(char **p, char **name, struct netgroup **ng) argument
137 if ((*ng = getnetgroup(p)) == NULL)
182 _ng_print(char *buf, size_t len, const struct netgroup *ng) argument
184 (void) snprintf(buf, len, "(%s,%s,%s)", _NG_EMPTY(ng->ng_host),
185 _NG_EMPTY(ng->ng_user), _NG_EMPTY(ng->ng_domain));
194 struct netgroup *ng = malloc(sizeof(struct netgroup)); local
196 if (ng == NULL)
200 if (!getstring(pp, ',', &ng
[all...]
H A Dnetgroup_mkdb.c196 struct netgroup *ng; local
213 switch (_ng_parse(&p, &name, &ng)) {
262 _ng_print(fmt, sizeof(fmt), ng);
267 e->n_group = ng;
347 struct netgroup *ng; local
364 ng = e->n_group;
365 p = _ng_makekey(*((char **)(((char *) ng) + s)),
366 ng->ng_domain, e->n_size);
/openbsd-current/lib/libc/gen/
H A Dgetnetgrent.c206 struct netgroup *ng = malloc(sizeof(struct netgroup)); local
208 if (ng == NULL)
212 if (!getstring(pp, ',', &ng->ng_host))
215 if (!getstring(pp, ',', &ng->ng_user))
218 if (!getstring(pp, ')', &ng->ng_domain))
224 _ng_print(buf, sizeof(buf), ng);
228 return ng;
231 free(ng->ng_user);
233 free(ng->ng_host);
235 free(ng);
316 _ng_parse(char **p, char **name, struct netgroup **ng) argument
359 struct netgroup *ng; local
412 in_check(const char *host, const char *user, const char *domain, struct netgroup *ng) argument
440 struct netgroup *ng; local
522 _ng_print(char *buf, size_t len, const struct netgroup *ng) argument
615 setnetgrent(const char *ng) argument
[all...]
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
H A Dnum_get_members_char.cc76 const num_get<char>& ng = use_facet<num_get<char> >(iss.getloc()); local
84 iterator_type os_it01 = ng.get(os_it00, 0, iss, err, b1);
90 ng.get(iss.rdbuf(), 0, iss, err, b0);
100 ng.get(iss.rdbuf(), 0, iss, err, b0);
108 ng.get(iss.rdbuf(), 0, iss, err, b1);
117 ng.get(iss.rdbuf(), 0, iss, err, l);
124 ng.get(iss.rdbuf(), 0, iss, err, l);
133 ng.get(iss.rdbuf(), 0, iss, err, ul);
140 ng.get(iss.rdbuf(), 0, iss, err, ul);
151 ng
260 const num_get_type& ng = use_facet<num_get_type>(iss.getloc()); local
350 const num_get<char>& ng = use_facet<num_get<char> >(iss.getloc()); local
405 const num_get<char>& ng = use_facet<num_get<char> >(iss.getloc()); local
[all...]
H A Dnum_get_members_wchar_t.cc77 const num_get<wchar_t>& ng = use_facet<num_get<wchar_t> >(iss.getloc()); local
85 iterator_type os_it01 = ng.get(os_it00, 0, iss, err, b1);
91 ng.get(iss.rdbuf(), 0, iss, err, b0);
101 ng.get(iss.rdbuf(), 0, iss, err, b0);
109 ng.get(iss.rdbuf(), 0, iss, err, b1);
118 ng.get(iss.rdbuf(), 0, iss, err, l);
125 ng.get(iss.rdbuf(), 0, iss, err, l);
134 ng.get(iss.rdbuf(), 0, iss, err, ul);
141 ng.get(iss.rdbuf(), 0, iss, err, ul);
152 ng
261 const num_get_type& ng = use_facet<num_get_type>(iss.getloc()); local
352 const num_get<wchar_t>& ng = use_facet<num_get<wchar_t> >(iss.getloc()); local
407 const num_get<wchar_t>& ng = use_facet<num_get<wchar_t> >(iss.getloc()); local
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/compress/
H A DCompTestUtils.pm48 The version of zlib-ng.h does not match the version of libz-ng
50 You have zlib-ng.h version $zlibng_h
51 and libz-ng version $libzng
53 You probably have two versions of zlib-ng installed on your system.
/openbsd-current/gnu/usr.bin/perl/t/uni/
H A Duniversal.t30 sub s��ng;
74 ok $ref = $a->can("s��ng");
H A Dgv.t704 $_ = *m��ng;
705 delete $::{m��ng};
792 my $glob = do { no warnings "once"; \*ph��ng::���};
793 delete $::{"ph��ng::"};
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/lib/Compress/Raw/
H A DZlib.pm609 Compress::Raw::Zlib - Low-Level Interface to zlib or zlib-ng compression library
659 The I<Compress::Raw::Zlib> module provides a Perl interface to the I<zlib> or I<zlib-ng>
661 I<zlib> or I<zlib-ng>).
663 In the text below all references to I<zlib> are also applicable to I<zlib-ng> unless otherwise stated.
1319 If this module has been built with I<zlib-ng> in native mode, this function will return a empty string.
1320 If this module has been built with I<zlib-ng> in compat mode, this function will return the Izlib> API
1321 verion that I<zlib-ng> is supporting.
1325 Returns the version of the zlib-ng library if this module has been built with the I<zlib-ng> library.
1331 the zlib or zlib-ng librar
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/
H A DDeflate.pm880 The primary site for the I<zlib-ng> compression library is
881 L<https://github.com/zlib-ng/zlib-ng>.
H A DRawDeflate.pm998 The primary site for the I<zlib-ng> compression library is
999 L<https://github.com/zlib-ng/zlib-ng>.
H A DGzip.pm1255 The primary site for the I<zlib-ng> compression library is
1256 L<https://github.com/zlib-ng/zlib-ng>.
H A DZip.pm2154 The primary site for the I<zlib-ng> compression library is
2155 L<https://github.com/zlib-ng/zlib-ng>.
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/
H A DRawInflate.pm1113 The primary site for the I<zlib-ng> compression library is
1114 L<https://github.com/zlib-ng/zlib-ng>.
H A DInflate.pm985 The primary site for the I<zlib-ng> compression library is
986 L<https://github.com/zlib-ng/zlib-ng>.
H A DAnyInflate.pm989 The primary site for the I<zlib-ng> compression library is
990 L<https://github.com/zlib-ng/zlib-ng>.
H A DUnzip.pm1955 The primary site for the I<zlib-ng> compression library is
1956 L<https://github.com/zlib-ng/zlib-ng>.
H A DGunzip.pm1113 The primary site for the I<zlib-ng> compression library is
1114 L<https://github.com/zlib-ng/zlib-ng>.
/openbsd-current/usr.sbin/nsd/
H A Dudb.c1116 uint64_t ng = alloc->disk->nextgrow; local
1119 if( (ng & (sz-1)) == 0) {
1120 /* sz-1 is like 0xfff, and checks if ng is whole 2**exp */
1121 return ng+sz; /* must grow exactly 2**exp */
1124 /* so, round ng down to whole sz (basically ng-ng%sz, or ng/sz*sz)
1126 res = (ng & ~(sz-1)) + 2*sz;
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/lib/Compress/
H A DZlib.pm1497 The primary site for the I<zlib-ng> compression library is
1498 L<https://github.com/zlib-ng/zlib-ng>.
/openbsd-current/gnu/usr.bin/perl/dist/I18N-LangTags/lib/I18N/LangTags/
H A DList.pm1148 =item {ng} : Ndonga

Completed in 317 milliseconds