Home
last modified time | relevance | path

Searched defs:np (Results 1 – 25 of 550) sorted by relevance

12345678910>>...22

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dnbbio.c166 NBBIO *np = (NBBIO *) context; in nbbio_event() local
265 void nbbio_enable_read(NBBIO *np, int timeout) in nbbio_enable_read()
294 void nbbio_enable_write(NBBIO *np, int timeout) in nbbio_enable_write()
323 void nbbio_disable_readwrite(NBBIO *np) in nbbio_disable_readwrite()
332 void nbbio_slumber(NBBIO *np, int timeout) in nbbio_slumber()
344 NBBIO *np; in nbbio_create() local
376 void nbbio_free(NBBIO *np) in nbbio_free()
H A Dnbbio.h47 #define NBBIO_OP_NAME(np) \ argument
58 #define NBBIO_BUFSIZE(np) (((np)->bufsize) + 0) /* Read-only */ argument
60 #define NBBIO_READ_PEND(np) ((np)->read_pend) argument
61 #define NBBIO_READ_BUF(np) ((np)->read_buf + 0) /* Read-only */ argument
63 #define NBBIO_WRITE_PEND(np) ((np)->write_pend) argument
64 #define NBBIO_WRITE_BUF(np) ((np)->write_buf + 0) /* Read-only */ argument
66 #define NBBIO_ACTIVE_FLAGS(np) ((np)->flags & NBBIO_MASK_ACTIVE) argument
67 #define NBBIO_ERROR_FLAGS(np) ((np)->flags & NBBIO_MASK_ERROR) argument
H A Dname_code.c69 const NAME_CODE *np; in name_code() local
87 const NAME_CODE *np; in str_name_code() local
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Dspeller.d79 auto np = flag ? spellerY!dg(buf[0 .. seed.length - 1], i, ncost) in spellerX() local
97 auto np = dg(buf[0 .. seed.length], ncost); in spellerX() local
113 auto np = flag ? spellerY!dg(buf[0 .. seed.length], i + 1, ncost) in spellerX() local
130 auto np = flag ? spellerY!dg(buf[0 .. seed.length + 1], i + 1, ncost) in spellerX() local
173 auto np = dg(buf[0 .. seed.length - 1], ncost); // look it up in spellerY() local
187 auto np = dg(buf[0 .. seed.length], ncost); in spellerY() local
200 auto np = dg(buf[0 .. seed.length + 1], ncost); in spellerY() local
/netbsd-src/usr.bin/mail/
H A Dcmd4.c159 struct name *np; in name_expand() local
175 struct name *np; in ncalloc() local
187 struct name *np; in smopts_core() local
224 struct name *np; in smoptscmd() local
246 free_name(struct name *np) in free_name()
278 struct name *np; in unsmoptscmd() local
290 struct name *np; in alloc_Header() local
304 struct name *np; in free_Header() local
342 struct name *np; in Header() local
H A Dnames.c58 struct name *np; in nalloc() local
74 struct name *np; in tailof() local
136 struct name *begin, *np, *t; in extract() local
166 detract(struct name *np, int ntype) in detract()
249 struct name *np, *begin; in outof() local
429 struct name *np; in gexpand() local
475 struct name *new, *np, *cp; in usermap() local
523 count(struct name *np) in count()
538 unpack(struct name *smopts, struct name *np) in unpack()
588 struct name *np, *t, *new; in elide() local
[all …]
/netbsd-src/sys/net/npf/
H A Dnpf_nat.c182 npf_natpolicy_t *np; in npf_natpolicy_create() local
254 npf_natpolicy_export(const npf_natpolicy_t *np, nvlist_t *nat) in npf_natpolicy_export()
278 npf_natpolicy_release(npf_natpolicy_t *np) in npf_natpolicy_release()
299 npf_natpolicy_destroy(npf_natpolicy_t *np) in npf_natpolicy_destroy()
329 npf_nat_freealg(npf_natpolicy_t *np, npf_alg_t *alg) in npf_nat_freealg()
349 npf_natpolicy_cmp(npf_natpolicy_t *np, npf_natpolicy_t *mnp) in npf_natpolicy_cmp()
364 npf_nat_setid(npf_natpolicy_t *np, uint64_t id) in npf_nat_setid()
370 npf_nat_getid(const npf_natpolicy_t *np) in npf_nat_getid()
418 npf_natpolicy_t *np; in npf_nat_inspect() local
433 npf_nat_algo_netmap(const npf_cache_t *npc, const npf_natpolicy_t *np, in npf_nat_algo_netmap()
[all …]
/netbsd-src/external/gpl2/mkhybrid/dist/libhfs_iso/
H A Dnode.c36 void n_init(node *np, btree *bt, int type, int height) in n_init()
58 int n_new(node *np) in n_new()
93 void n_free(node *np) in n_free()
107 void n_compact(node *np) in n_compact()
147 int n_search(node *np, unsigned char *key) in n_search()
322 void n_insertx(node *np, unsigned char *record, int reclen) in n_insertx()
349 int n_insert(node *np, unsigned char *record, int *reclen) in n_insert()
424 int n_delete(node *np, unsigned char *record, int *flag) in n_delete()
H A Dbtree.c35 int bt_getnode(node *np) in bt_getnode()
88 int bt_putnode(node *np) in bt_putnode()
437 int bt_insertx(node *np, unsigned char *record, int *reclen) in bt_insertx()
557 int bt_deletex(node *np, unsigned char *key, unsigned char *record, int *flag) in bt_deletex()
674 int bt_search(btree *bt, unsigned char *key, node *np) in bt_search()
H A Dvolume.h25 # define v_getdthread(vol, id, thread, np) \ argument
27 # define v_getfthread(vol, id, thread, np) \ argument
/netbsd-src/external/cddl/osnet/dist/lib/libuutil/common/
H A Duu_list.c135 uu_list_node_impl_t *np = (uu_list_node_impl_t *)np_arg; in uu_list_node_init() local
159 uu_list_node_impl_t *np = (uu_list_node_impl_t *)np_arg; in uu_list_node_fini() local
263 list_insert(uu_list_t *lp, uu_list_node_impl_t *np, uu_list_node_impl_t *prev, in list_insert()
294 uu_list_node_impl_t *np; in uu_list_insert() local
319 uu_list_node_impl_t *np; in uu_list_find() local
350 uu_list_node_impl_t *np = INDEX_TO_NODE(idx); in uu_list_nearest_next() local
375 uu_list_node_impl_t *np = INDEX_TO_NODE(idx); in uu_list_nearest_prev() local
429 uu_list_node_impl_t *np = wp->ulw_next_result; in list_walk_advance() local
479 uu_list_node_impl_t *np = list_walk_advance(wp, lp); in uu_list_walk_next() local
497 uu_list_node_impl_t *np; in uu_list_walk() local
[all …]
/netbsd-src/sys/fs/nfs/client/
H A Dnfs_clnode.c101 struct nfsnode *np; in ncl_nget() local
206 struct nfsnode *np; in ncl_releasesillyrename() local
234 struct nfsnode *np; in ncl_inactive() local
278 struct nfsnode *np = VTONFS(vp); in ncl_reclaim() local
345 struct nfsnode *np = VTONFS(vp); in ncl_invalcaches() local
H A Dnfs_clsubs.c122 ncl_dircookie_lock(struct nfsnode *np) in ncl_dircookie_lock()
132 ncl_dircookie_unlock(struct nfsnode *np) in ncl_dircookie_unlock()
181 struct nfsnode *np; in ncl_getattrcache() local
263 ncl_getcookie(struct nfsnode *np, off_t off, int add) in ncl_getcookie()
320 struct nfsnode *np = VTONFS(vp); in ncl_invaldir() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
H A Dspeller.c28 bool combineSpellerResult(void*& p, int& cost, void* np, int ncost) in combineSpellerResult()
68 void* np = (*fp)(fparg, buf, &ncost); in spellerY() local
84 void* np = (*fp)(fparg, buf, &ncost); in spellerY() local
99 void* np = (*fp)(fparg, buf, &ncost); in spellerY() local
126 void *p = NULL, *np; in spellerX() local
/netbsd-src/sbin/restore/
H A Dsymtab.c100 addino(ino_t inum, struct entry *np) in addino()
147 char *np; in lookupname() local
222 struct entry *np, *ep; in addentry() local
275 struct entry *np; in freeentry() local
318 struct entry *np; in moveentry() local
346 struct entry *np; in removeentry() local
391 struct strhdr *np, *tp; in savename() local
424 struct strhdr *tp, *np; in freename() local
/netbsd-src/sys/nfs/
H A Dnfs_subs.c580 nfsm_reqh(struct nfsnode *np, u_long procid, int hsiz, char **bposp) in nfsm_reqh()
1158 #define _NFSDC_MTX(np) (NFSTOV(np)->v_interlock) argument
1159 #define NFSDC_LOCK(np) mutex_enter(_NFSDC_MTX(np)) argument
1160 #define NFSDC_UNLOCK(np) mutex_exit(_NFSDC_MTX(np)) argument
1161 #define NFSDC_ASSERT_LOCKED(np) KASSERT(mutex_owned(_NFSDC_MTX(np))) argument
1166 struct nfsnode *np = VTONFS(vp); in nfs_initdircache() local
1187 struct nfsnode *np = VTONFS(vp); in nfs_initdirxlatecookie() local
1210 nfs_unlinkdircache(struct nfsnode *np, struct nfsdircache *ndp) in nfs_unlinkdircache()
1227 nfs_putdircache(struct nfsnode *np, struct nfsdircache *ndp) in nfs_putdircache()
1244 nfs_putdircache_unlocked(struct nfsnode *np, struct nfsdircache *ndp) in nfs_putdircache_unlocked()
[all …]
H A Dnfs_clntsubs.c160 struct nfsnode *np; in nfs_loadattrcache() local
319 struct nfsnode *np = VTONFS(vp); in nfs_getattrcache() local
357 struct nfsnode *np = VTONFS(vp); in nfs_delayedtruncate() local
383 nfs_check_wccdata(struct nfsnode *np, const struct timespec *ctime, in nfs_check_wccdata()
532 nfs_attrtimeo(struct nfsmount *nmp, struct nfsnode *np) in nfs_attrtimeo()
H A Dnfs_vnops.c237 struct nfsnode *np = VTONFS(vp); in nfs_cache_enter() local
257 struct nfsnode *np = VTONFS(vp); in nfs_null() local
291 struct nfsnode *np = VTONFS(vp); in nfs_access() local
417 struct nfsnode *np = VTONFS(vp); in nfs_open() local
484 struct nfsnode *np = VTONFS(vp); in nfs_close() local
520 struct nfsnode *np = VTONFS(vp); in nfs_getattr() local
572 struct nfsnode *np = VTONFS(vp); in nfs_setattr() local
672 struct nfsnode *np = VTONFS(vp); in nfs_setattrrpc() local
744 struct nfsnode *np; in nfs_lookup() local
1046 struct nfsnode *np = VTONFS(vp); in nfs_readlink() local
[all …]
/netbsd-src/external/bsd/elftoolchain/dist/libdwarf/
H A Dlibdwarf_nametbl.c39 Dwarf_NamePair np, tnp; in _dwarf_nametbl_cleanup() local
67 Dwarf_NamePair np; in _dwarf_nametbl_init() local
177 Dwarf_NamePair np; in _dwarf_nametbl_gen() local
242 Dwarf_NamePair np, tnp; in _dwarf_nametbl_pro_cleanup() local
/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dsrvr_nfs.c127 nfs_private *np = (nfs_private *) fs2->fs_private; in flush_srvr_nfs_cache() local
201 nfs_private *np = (nfs_private *) fs->fs_private; in got_portmap() local
290 nfs_private *np = (nfs_private *) fs->fs_private; in recompute_portmap() local
321 nfs_private *np = (nfs_private *) fs->fs_private; in get_mountd_port() local
384 nfs_private *np = (nfs_private *) fs->fs_private; in nfs_keepalive_callback() local
499 nfs_private *np = (nfs_private *) fs->fs_private; in nfs_keepalive_timeout() local
574 nfs_private *np = (nfs_private *) fs->fs_private; in nfs_keepalive() local
693 nfs_private *np; in find_nfs_srvr() local
/netbsd-src/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-get_d.c77 mp_limb_t np[20]; in check_onebit() local
130 mp_ptr np; in check_twobit() local
177 static const mp_limb_t np[1] = { 1 }; in check_underflow() local
222 static const mp_limb_t np[4] = { 1, 1, 1, 1 }; in check_inf() local
373 mp_limb_t np[4]; in check_0x81c25113() local
410 mp_ptr np; in check_rand() local
/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dmulders.c69 mpfr_mulhigh_n (mpfr_limb_ptr rp, mpfr_limb_srcptr np, mpfr_limb_srcptr mp, in mpfr_mulhigh_n()
109 mpfr_sqrhigh_n (mpfr_limb_ptr rp, mpfr_limb_srcptr np, mp_size_t n) in mpfr_sqrhigh_n()
154 mpfr_divhigh_n_basecase (mpfr_limb_ptr qp, mpfr_limb_ptr np, in mpfr_divhigh_n_basecase()
239 mpfr_divhigh_n (mpfr_limb_ptr qp, mpfr_limb_ptr np, mpfr_limb_ptr dp, in mpfr_divhigh_n()
/netbsd-src/external/lgpl3/gmp/dist/mpn/generic/
H A Dsqrtrem.c180 mp_srcptr np = rp; local
231 mpn_dc_sqrtrem (mp_ptr sp, mp_ptr np, mp_size_t n, mp_limb_t approx, mp_ptr scratch)
281 mpn_divappr_q (mp_ptr qp, mp_srcptr np, mp_size_t nn, mp_srcptr dp, mp_size_t dn, mp_ptr scratch)
316 mpn_dc_sqrt (mp_ptr sp, mp_srcptr np, mp_size_t n, unsigned nsh, unsigned odd)
431 mpn_sqrtrem (mp_ptr sp, mp_ptr rp, mp_srcptr np, mp_size_t nn)
/netbsd-src/external/gpl2/texinfo/dist/intl/
H A Dprintf-parse.c139 const CHAR_T *np; in PRINTF_PARSE() local
209 const CHAR_T *np; in PRINTF_PARSE() local
266 const CHAR_T *np; in PRINTF_PARSE() local
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Dprintf-parse.c135 const CHAR_T *np; in PRINTF_PARSE() local
205 const CHAR_T *np; in PRINTF_PARSE() local
262 const CHAR_T *np; in PRINTF_PARSE() local

12345678910>>...22