Searched refs:np (Results 176 - 200 of 572) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/lib/libc/net/
H A Dgetnetnamadr.c282 struct netent *np; local
285 while ((np = getnetent()) != NULL)
286 if (np->n_addrtype == type && np->n_net == net)
291 if (np != NULL) {
292 *retval = np;
313 struct netent *np; local
361 np = getnetanswer(buf, anslen, BYADDR);
363 if (np) {
370 np
413 struct netent *np; local
447 struct netent *np; local
520 struct netent *np; local
578 struct netent *np; local
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/devel/
H A Ddivmod_1.c75 mp_limb_t np[SIZE]; local
110 mpn_random2 (np, nn);
130 mpn_print (np, nn);
139 mpn_divrem_1 (dx + 1, 0L, np, nn, dlimb);
147 mpn_divrem_1 (dx + 1, fn, np, 0, dlimb);
155 retx = refmpn_divrem_1 (dx + 1, fn, np, nn, dlimb);
156 rety = mpn_divrem_1 (dy + 1, fn, np, nn, dlimb);
162 mpn_print (np, nn);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-div.c58 mp_srcptr np, mp_size_t nn, mp_srcptr dp, mp_size_t dn,
75 for (i = 0; i < q_allowed_err && (tp[nn] > 0 || mpn_cmp (tp, np, nn) > 0); i++)
78 if (tp[nn] > 0 || mpn_cmp (tp, np, nn) > 0)
85 printf ("N= "); dumpy (np, nn);
95 ASSERT_NOCARRY (refmpn_sub_n (tp, np, tp, nn));
144 mp_ptr np, dp, qp, rp; local
236 np = PTR (n);
249 np[i] = 0;
252 mpn_sub_1 (np + nn - dn, dp, dn, random_word (rands));
255 mpn_add_1 (np
57 check_one(mp_ptr qp, mp_srcptr rp, mp_srcptr np, mp_size_t nn, mp_srcptr dp, mp_size_t dn, char *fname, mp_limb_t q_allowed_err) argument
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/sup/source/
H A Drun.c105 static char **np = NULL; local
111 nnp = realloc(np, (ns + 20) * sizeof(*np));
113 free(np);
116 np = nnp;
119 np[i] = va_arg(ap, char *);
121 while (np[i++] != NULL);
122 return np;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/torture/
H A Dpr38948.c36 uint np = 0; local
39 for (i = 0, np = 0; i < numContours; ++i)
46 for (; np <= last_point; --reps, ++np)
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Dget_flt.c83 mp_size_t np, i; local
95 np = (nbits + GMP_NUMB_BITS - 1) / GMP_NUMB_BITS;
96 MPFR_ASSERTD(np <= MPFR_LIMBS_PER_FLT);
108 for (i = 1 ; i < np ; i++)
/netbsd-6-1-5-RELEASE/usr.sbin/rwhod/
H A Drwhod.c360 struct neighbor *np; local
414 for (np = neighbors; np != NULL; np = np->n_next)
416 np->n_addr, np->n_addrlen);
473 struct neighbor *np; local
522 for (np = neighbors; np !
[all...]
/netbsd-6-1-5-RELEASE/dist/nvi/ex/
H A Dex_file.c41 const char *np; local
54 np, nlen);
55 if ((p = v_strdup(sp, np, nlen - 1)) == NULL)
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dsetenv.c217 char *np; local
221 np = (char *) combined;
243 np = KNOWN_VALUE (new_value);
244 if (np == NULL)
247 np = malloc (namelen + 1 + vallen);
248 if (np == NULL)
259 memcpy (np, new_value, namelen + 1 + vallen);
261 memcpy (np, name, namelen);
262 np[namelen] = '=';
263 memcpy (&np[namele
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/num_put/put/char/
H A D3.cc51 const num_put<char>& np = use_facet<num_put<char> >(oss.getloc()); local
57 np.put(oss.rdbuf(), oss, '+', l1);
65 np.put(oss.rdbuf(), oss, '+', l2);
H A D5.cc44 const num_put<char>& np = use_facet<num_put<char> >(oss.getloc()); local
52 np.put(oss.rdbuf(), oss, '+', l);
60 np.put(oss.rdbuf(), oss, '+', l);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/
H A D1.cc61 const num_put<wchar_t>& np = use_facet<num_put<wchar_t> >(oss.getloc()); local
65 iterator_type os_it01 = np.put(os_it00, oss, L'+', b1);
70 np.put(oss.rdbuf(), oss, L'+', b0);
80 np.put(oss.rdbuf(), oss, L'+', ul1);
89 np.put(oss.rdbuf(), oss, L'+', d1);
97 np.put(oss.rdbuf(), oss, L'+', d2);
106 np.put(oss.rdbuf(), oss, L'+', d2);
117 np.put(oss.rdbuf(), oss, L'+', d2);
124 np.put(oss.rdbuf(), oss, L'+', ld1);
132 np
[all...]
H A D3.cc51 const num_put<wchar_t>& np = use_facet<num_put<wchar_t> >(oss.getloc()); local
57 np.put(oss.rdbuf(), oss, L'+', l1);
65 np.put(oss.rdbuf(), oss, L'+', l2);
H A D5.cc44 const num_put<wchar_t>& np = use_facet<num_put<wchar_t> >(oss.getloc()); local
52 np.put(oss.rdbuf(), oss, L'+', l);
60 np.put(oss.rdbuf(), oss, L'+', l);
/netbsd-6-1-5-RELEASE/lib/libcurses/
H A Ddelwin.c53 WINDOW *wp, *np; local
75 np = wp->nextp;
77 wp = np;
H A Dins_wch.c106 nschar_t *np, *tnp;
186 np = temp1->nsp;
187 if (np) {
188 while ( np ) {
189 tnp = np->next;
190 free( np );
191 np = tnp;
215 np = (nschar_t *)malloc(sizeof(nschar_t));
216 if (!np)
218 np
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/lib/
H A Dsetenv.c218 char *np; local
222 np = (char *) combined;
244 np = KNOWN_VALUE (new_value);
245 if (np == NULL)
248 np = malloc (namelen + 1 + vallen);
249 if (np == NULL)
260 memcpy (np, new_value, namelen + 1 + vallen);
262 memcpy (np, name, namelen);
263 np[namelen] = '=';
264 memcpy (&np[namele
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/num_put/put/char/
H A D3.cc52 const num_put<char>& np = use_facet<num_put<char> >(oss.getloc()); local
58 np.put(oss.rdbuf(), oss, '+', l1);
66 np.put(oss.rdbuf(), oss, '+', l2);
H A D5.cc45 const num_put<char>& np = use_facet<num_put<char> >(oss.getloc()); local
53 np.put(oss.rdbuf(), oss, '+', l);
61 np.put(oss.rdbuf(), oss, '+', l);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/
H A D1.cc61 const num_put<wchar_t>& np = use_facet<num_put<wchar_t> >(oss.getloc()); local
65 iterator_type os_it01 = np.put(os_it00, oss, L'+', b1);
71 np.put(oss.rdbuf(), oss, L'+', b0);
81 np.put(oss.rdbuf(), oss, L'+', ul1);
90 np.put(oss.rdbuf(), oss, L'+', d1);
98 np.put(oss.rdbuf(), oss, L'+', d2);
107 np.put(oss.rdbuf(), oss, L'+', d2);
118 np.put(oss.rdbuf(), oss, L'+', d2);
125 np.put(oss.rdbuf(), oss, L'+', ld1);
133 np
[all...]
H A D3.cc52 const num_put<wchar_t>& np = use_facet<num_put<wchar_t> >(oss.getloc()); local
58 np.put(oss.rdbuf(), oss, L'+', l1);
66 np.put(oss.rdbuf(), oss, L'+', l2);
H A D5.cc45 const num_put<wchar_t>& np = use_facet<num_put<wchar_t> >(oss.getloc()); local
53 np.put(oss.rdbuf(), oss, L'+', l);
61 np.put(oss.rdbuf(), oss, L'+', l);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/generic/
H A Ddcpi1_div_q.c32 mpn_dcpi1_div_q (mp_ptr qp, mp_ptr np, mp_size_t nn, argument
47 MPN_COPY (tp + 1, np, nn);
66 if (cy || mpn_cmp (tp, np, nn) > 0) /* At most is wrong by one, no cycle. */
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpz/
H A Ddivexact.c33 mp_srcptr np, dp; local
69 np = PTR(num);
72 mpn_divexact (qp, np, nn, dp, dn);
/netbsd-6-1-5-RELEASE/sys/nfs/
H A Dnfs_vnops.c274 struct nfsnode *np = VTONFS(vp); local
276 np->n_ctime = np->n_vattr->va_ctime.tv_sec;
294 struct nfsnode *np = VTONFS(vp); local
296 nfsm_reqhead(np, NFSPROC_NULL, 0);
297 nfsm_request(np, NFSPROC_NULL, l, cred);
328 struct nfsnode *np = VTONFS(vp); local
331 cachevalid = (np->n_accstamp != -1 &&
332 (time_uptime - np->n_accstamp) < nfs_attrtimeo(nmp, np)
454 struct nfsnode *np = VTONFS(vp); local
521 struct nfsnode *np = VTONFS(vp); local
557 struct nfsnode *np = VTONFS(vp); local
609 struct nfsnode *np = VTONFS(vp); local
710 struct nfsnode *np = VTONFS(vp); local
782 struct nfsnode *np; local
1089 struct nfsnode *np = VTONFS(vp); local
1118 struct nfsnode *np = VTONFS(vp); local
1171 struct nfsnode *np = VTONFS(vp); local
1274 struct nfsnode *np = VTONFS(vp); local
1490 struct nfsnode *dnp, *np; local
1607 struct nfsnode *dnp, *np = (struct nfsnode *)0; local
1750 struct nfsnode *np = VTONFS(vp); local
2006 struct nfsnode *np = VTONFS(vp); local
2150 struct nfsnode *np = NULL; local
2191 struct nfsnode *dnp = VTONFS(dvp), *np = (struct nfsnode *)0; local
2647 struct nfsnode *dnp = VTONFS(vp), *np; local
2874 struct nfsnode *np; local
2947 struct nfsnode *np, *dnp = VTONFS(dvp); local
3027 struct nfsnode *np; local
3158 struct nfsnode *np = VTONFS(vp); local
3200 struct nfsnode *np = VTONFS(vp); local
3288 struct nfsnode *np = VTONFS(ap->a_vp); local
3303 struct nfsnode *np = VTONFS(vp); local
3391 struct nfsnode *np = VTONFS(ap->a_vp); local
3413 struct nfsnode *np = VTONFS(ap->a_vp); local
3438 struct nfsnode *np = VTONFS(vp); local
3468 struct nfsnode *np = VTONFS(ap->a_vp); local
3490 struct nfsnode *np = VTONFS(ap->a_vp); local
3515 struct nfsnode *np = VTONFS(vp); local
[all...]

Completed in 177 milliseconds

1234567891011>>