Searched refs:np (Results 76 - 100 of 334) sorted by relevance

1234567891011>>

/freebsd-11-stable/usr.sbin/route6d/
H A Droute6d.c237 void ripflush(struct ifc *, struct sockaddr_in6 *, int, struct netinfo6 *np);
754 ripflush(struct ifc *ifcp, struct sockaddr_in6 *sin6, int nrt, struct netinfo6 *np) argument
767 np = ripbuf->rip6_nets;
768 for (i = 0; i < nrt; i++, np++) {
769 if (np->rip6_metric == NEXTHOP_METRIC) {
770 if (IN6_IS_ADDR_UNSPECIFIED(&np->rip6_dest))
774 inet6_n2p(&np->rip6_dest));
778 inet6_n2p(&np->rip6_dest),
779 np->rip6_plen, np
806 struct netinfo6 *np; local
1102 struct netinfo6 *np, *nq; local
1446 struct netinfo6 *np; local
1472 riprequest(struct ifc *ifcp, struct netinfo6 *np, int nn, struct sockaddr_in6 *sin6) argument
2138 struct netinfo6 *np; local
2251 struct netinfo6 *np; local
2640 struct netinfo6 *np; local
2799 struct netinfo6 *np; local
2870 delroute(struct netinfo6 *np, struct in6_addr *gw) argument
2936 getroute(struct netinfo6 *np, struct in6_addr *gw) argument
3295 rtsearch(struct netinfo6 *np) argument
[all...]
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_exp.c870 typedef int (*bn_pwr5_mont_f) (BN_ULONG *tp, const BN_ULONG *np,
873 int bn_pwr5_mont_t4_8(BN_ULONG *tp, const BN_ULONG *np,
876 int bn_pwr5_mont_t4_16(BN_ULONG *tp, const BN_ULONG *np,
879 int bn_pwr5_mont_t4_24(BN_ULONG *tp, const BN_ULONG *np,
882 int bn_pwr5_mont_t4_32(BN_ULONG *tp, const BN_ULONG *np,
892 const void *bp, const BN_ULONG *np,
895 const BN_ULONG *np, const BN_ULONG *n0);
897 const void *bp, const BN_ULONG *np,
900 const void *bp, const BN_ULONG *np,
903 const void *bp, const BN_ULONG *np,
926 BN_ULONG *np = mont->N.d, *n0 = mont->n0; local
1026 BN_ULONG *n0 = mont->n0, *np; local
[all...]
/freebsd-11-stable/contrib/groff/src/devices/grolbp/
H A Dlbp.cpp67 void draw(int code, int *p, int np, const environment *env);
77 void polygon( int hpos,int vpos,int np,int *p);
400 inline void lbp_printer::polygon(int hpos, int vpos, int np, int *p) argument
403 points = new int[np + 2];
407 for (i = 0; i < np; i++)
409 // for (i = 0; i < np; i++) fprintf(stderr, " %d ", p[i]);
411 vdmpolygon((np /2) + 1, points);
414 void lbp_printer::draw(int code, int *p, int np, const environment *env) argument
421 if (np == 0)
424 if (np !
[all...]
/freebsd-11-stable/lib/libc/rpc/
H A Dgetnetpath.c240 char *np; /* netpath pointer */ local
265 while ((np = strchr(ep, '\\')) != NULL) {
266 if (np[1] == '\\')
267 np++;
268 strcpy(np, (ep = &np[1])); /* XXX: overlapping string copy */
/freebsd-11-stable/usr.bin/chpass/
H A Dfield.c107 char *np; local
118 id = strtoul(p, &np, 10);
119 if (*np || (id == (uid_t)ULONG_MAX && errno == ERANGE)) {
133 char *np; local
148 id = strtoul(p, &np, 10);
149 if (*np || (id == (uid_t)ULONG_MAX && errno == ERANGE)) {
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c4256 struct isoent *np; local
4259 np = ptbl[i];
4260 if (np->identifier == NULL)
4263 len = np->id_len;
4278 set_num_732(bp+3, np->dir_location);
4280 set_num_731(bp+3, np->dir_location);
4283 set_num_722(bp+7, np->parent->dir_number);
4285 set_num_721(bp+7, np->parent->dir_number);
4287 if (np->identifier == NULL)
4290 memcpy(&bp[9], np
4346 struct isoent *np = enttbl[i]; local
4394 struct isoent *np = enttbl[i]; local
4425 struct isoent *np; local
5157 struct isoent *np, *np_temp; local
5317 struct isoent *np, *xroot, *newent; local
5361 struct isoent *np; local
5410 struct isoent *np; local
5442 struct isoent *np; local
5559 struct isoent *dent, *isoent, *np; local
5734 struct isoent *np; local
5755 struct isoent *isoent, *np; local
5977 struct isoent *np; local
6227 struct isoent *np; local
6551 struct isoent *np; local
6623 struct isoent *np; local
6662 struct isoent *rrmoved, *mvent, *np; local
6744 struct isoent *np, *last; local
6912 struct isoent *np; local
7315 struct isoent *np; local
[all...]
/freebsd-11-stable/sbin/restore/
H A Dutilities.c107 struct entry *np; local
110 for (np = lookupino(ep->e_ino);
111 np != NULL && np != ep; np = np->e_links)
113 if (np == NULL)
137 newnode(struct entry *np) argument
141 if (np->e_type != NODE)
142 badentry(np, "newnod
[all...]
/freebsd-11-stable/usr.bin/tsort/
H A Dtsort.c363 NODE **np; local
367 for (np = n->n_arcs, i = n->n_narcs; --i >= 0; np++)
368 --(*np)->n_refcnt;
380 NODE **np; local
391 for (np = from->n_arcs, i = from->n_narcs; --i >= 0; np++) {
392 cycle_buf[depth] = *np;
393 if (*np == to) {
401 if ((*np)
[all...]
/freebsd-11-stable/crypto/openssl/crypto/lhash/
H A Dlhash.c324 LHASH_NODE **n, **n1, **n2, *np; local
354 for (np = *n1; np != NULL;) {
356 hash = np->hash;
358 hash = lh->hash(np->data);
363 np->next = *n2;
364 *n2 = np;
367 np = *n1;
375 LHASH_NODE **n, *n1, *np; local
377 np
[all...]
/freebsd-11-stable/contrib/smbfs/lib/smb/
H A Drap.c58 char *np; local
84 len *= strtoul(s, &np, 10);
85 s = np;
95 char *np; local
114 len *= strtoul(s, &np, 10);
115 s = np;
125 char *np; local
145 len *= strtoul(s, &np, 10);
146 s = np;
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_args.c53 char *np; local
95 INT2CHAR(sp, argv[0]->bp, argv[0]->len, np, nlen);
96 if ((*ap = v_strdup(sp, np, nlen)) == NULL)
136 char *np; local
148 INT2CHAR(sp, cmdp->argv[0]->bp, cmdp->argv[0]->len + 1, np, nlen);
149 if ((frp = file_add(new, np)) == NULL ||
310 char *np; local
324 INT2CHAR(sp, argv[0]->bp, argv[0]->len, np, nlen);
325 if ((*ap = v_strdup(sp, np, nlen)) == NULL)
H A Dex_edit.c53 char *np; local
76 np, nlen);
77 if ((frp = file_add(sp, np)) == NULL)
81 set_alt_name(sp, np);
H A Dex_cscope.c117 char *np; local
142 INT2CHAR(sp, cmd, STRLEN(cmd) + 1, np, nlen);
143 if ((ccp = lookup_ccmd(np)) == NULL) {
205 char *np = NULL; local
226 ex_emsg(sp, np, EXM_FILECOUNT);
230 INT2CHAR(sp, dname, STRLEN(dname)+1, np, nlen);
239 if (stat(np, &sb)) {
240 msgq(sp, M_SYSERR, "%s", np);
244 if ((path = join(np, CSCOPE_DBFILE)) == NULL) {
255 } else if ((dbname = strrchr(np, '/')) !
466 char *np = NULL; local
841 char *np; local
882 char *np; local
[all...]
/freebsd-11-stable/sys/nfsclient/
H A Dnfsnode.h163 #define NFSTOV(np) ((struct vnode *)(np)->n_vnode)
208 void nfs_dircookie_lock(struct nfsnode *np);
209 void nfs_dircookie_unlock(struct nfsnode *np);
/freebsd-11-stable/sys/netgraph/
H A Dng_pptpgre.c725 struct ng_pptpgre_roq *np; local
731 np = SLIST_FIRST(q);
733 NGI_GET_M(np->item, m);
734 NG_FWD_NEW_DATA(error, np->item, hpriv->hook, m);
735 if (np != st)
736 free(np, M_NETGRAPH);
758 struct ng_pptpgre_roq *np, *prev; local
924 SLIST_FOREACH(np, &hpriv->roq, next) {
925 diff = PPTP_SEQ_DIFF(np->seq, seq);
932 if (np
1173 struct ng_pptpgre_roq *np, *last = NULL; local
1237 struct ng_pptpgre_roq *np; local
[all...]
/freebsd-11-stable/usr.bin/mail/
H A Dcmd3.c203 struct name *np; local
216 np = extract(replyto, GTO);
218 np = extract(cp, GTO);
220 np = NULL;
221 np = elide(np);
226 np = delname(np, myname);
229 np = delname(np, *a
[all...]
/freebsd-11-stable/contrib/ipfilter/
H A Dip_fil_compat.c2352 ipnat_t *np = (ipnat_t *)current; local
2354 np->in_space = old->in_space;
2355 np->in_hv[0] = old->in_hv;
2356 np->in_hv[1] = old->in_hv;
2357 np->in_flineno = old->in_flineno;
2359 np->in_dpnext = old->in_pnext;
2361 np->in_spnext = old->in_pnext;
2362 np->in_v[0] = old->in_v;
2363 np->in_v[1] = old->in_v;
2364 np
2446 ipnat_t *np = (ipnat_t *)current; local
4216 ipnat_t *np = (ipnat_t *)current; local
4297 ipnat_t *np = (ipnat_t *)current; local
[all...]
/freebsd-11-stable/lib/libutil/
H A Dlogin_class.c144 char *np = NULL; local
159 np = malloc(strlen(var) + (dollas * nlen)
163 if (np != NULL) {
164 p = strcpy(np, var);
174 if (p > np && *(p-1) == '\\') /* Escaped: */
194 return (np);
213 char * np = substvar(var, pwd, hlen, pch, nlen); local
215 if (np != NULL) {
216 setenv(vars->var, np, vars->overwrite);
217 free(np);
236 char *np; local
[all...]
/freebsd-11-stable/contrib/unbound/util/
H A Dregional.c119 char* p = r->next, *np; local
121 np = *(char**)p;
123 p = np;
127 np = *(char**)p;
129 p = np;
/freebsd-11-stable/usr.sbin/fmtree/
H A Dspecspec.c180 char *np; local
217 asprintf(&np, "%s%s/", path, c2->name);
218 i = walk_in_the_forest(c1, c2, np);
219 free(np);
222 asprintf(&np, "%s%s/", path, c1->name);
223 i = walk_in_the_forest(c1, c2, np);
224 free(np);
229 asprintf(&np, "%s%s/", path, c1->name);
230 i = walk_in_the_forest(c1, c2, np);
231 free(np);
[all...]
/freebsd-11-stable/contrib/mtree/
H A Dspecspec.c197 char *np; local
234 asprintf(&np, "%s%s/", path, c2->name);
235 i = walk_in_the_forest(c1, c2, np);
236 free(np);
239 asprintf(&np, "%s%s/", path, c1->name);
240 i = walk_in_the_forest(c1, c2, np);
241 free(np);
246 asprintf(&np, "%s%s/", path, c1->name);
247 i = walk_in_the_forest(c1, c2, np);
248 free(np);
[all...]
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dparisc-mont.pl115 $np="%r23";
173 or $ap,$np,$ti1
174 extru,= $ti1,31,3,%r0 ; are ap and np 64-bit aligned?
193 fldds 0($np),${fni} ; np[0,1]
210 addl $arrsz,$np,$np
214 xmpyu ${fni}L,${fm0}R,${fnm0} ; np[0]*m
215 xmpyu ${fni}R,${fm0}R,${fnm1} ; np[1]*m
221 flddx $idx($np),
[all...]
/freebsd-11-stable/sys/fs/smbfs/
H A Dsmbfs_smb.c86 smbfs_smb_lockandx(struct smbnode *np, int op, u_int32_t pid, off_t start, off_t end, argument
89 struct smb_share *ssp = np->n_mount->sm_share;
106 mb_put_mem(mbp, (caddr_t)&np->n_fid, 2, MB_MSYSTEM);
124 smbfs_smb_lock(struct smbnode *np, int op, caddr_t id, argument
127 struct smb_share *ssp = np->n_mount->sm_share;
135 return smbfs_smb_lockandx(np, op, (uintptr_t)id, start, end, scred);
272 smbfs_smb_seteof(struct smbnode *np, int64_t newsize, struct smb_cred *scred) argument
275 struct smb_share *ssp = np->n_mount->sm_share;
285 mb_put_mem(mbp, (caddr_t)&np->n_fid, 2, MB_MSYSTEM);
301 smb_smb_flush(struct smbnode *np, struc argument
328 smbfs_smb_flush(struct smbnode *np, struct smb_cred *scred) argument
336 smbfs_smb_setfsize(struct smbnode *np, int64_t newsize, struct smb_cred *scred) argument
368 smbfs_smb_query_info(struct smbnode *np, const char *name, int len, struct smbfattr *fap, struct smb_cred *scred) argument
425 smbfs_smb_setpattr(struct smbnode *np, u_int16_t attr, struct timespec *mtime, struct smb_cred *scred) argument
476 smbfs_smb_setptime2(struct smbnode *np, struct timespec *mtime, struct timespec *atime, int attr, struct smb_cred *scred) argument
531 smbfs_smb_setpattrNT(struct smbnode *np, u_short attr, struct timespec *mtime, struct timespec *atime, struct smb_cred *scred) argument
582 smbfs_smb_setftime(struct smbnode *np, struct timespec *mtime, struct timespec *atime, struct smb_cred *scred) argument
627 smbfs_smb_setfattrNT(struct smbnode *np, u_int16_t attr, struct timespec *mtime, struct timespec *atime, struct smb_cred *scred) argument
672 smbfs_smb_open(struct smbnode *np, int accmode, struct smb_cred *scred) argument
798 smbfs_smb_delete(struct smbnode *np, struct smb_cred *scred) argument
919 smbfs_smb_rmdir(struct smbnode *np, struct smb_cred *scred) argument
[all...]
/freebsd-11-stable/contrib/tcsh/
H A Dsh.proc.c668 struct process *np; local
681 np = pp;
683 np->p_index = np->p_procid = 0;
684 np->p_flags &= ~PNEEDNOTE;
685 } while ((np = np->p_friends) != pp);
687 for (np = proclist.p_next, idx = 0; np; np
807 struct process *np; local
1493 struct process *pp, *np; local
1597 struct process *np; local
1670 struct process *pp, *np; local
1724 struct process *np; local
[all...]
/freebsd-11-stable/bin/rcp/
H A Drcp.c501 char ch, *cp, *np, *targ, *vect[1], buf[BUFSIZ], path[PATH_MAX]; local
607 np = path;
609 np = targ;
610 exists = stat(np, &stb) == 0;
619 (void)chmod(np, mode);
623 if (mkdir(np, mode | S_IRWXU) < 0)
626 vect[0] = np;
630 if (utimes(np, tv) < 0)
632 np, strerror(errno));
635 (void)chmod(np, mod
[all...]

Completed in 332 milliseconds

1234567891011>>