Searched refs:np (Results 226 - 250 of 334) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-phiopt.c256 unsigned np, i; local
273 for (y = x, np = 1;
276 np++;
277 for (y = x, i = n - np;
288 n -= np;
H A Dpostreload.c891 rtx *np;
899 for (np = &REG_NOTES (prev); *np;)
901 if (REG_NOTE_KIND (*np) == REG_EQUAL
902 || REG_NOTE_KIND (*np) == REG_EQUIV)
903 *np = XEXP (*np, 1);
905 np = &XEXP (*np, 1);
890 rtx *np; local
/freebsd-11-stable/crypto/openssl/crypto/conf/
H A Dconf_def.c483 char *s, *e, *rp, *p, *rrp, *np, *cp, v; local
554 e = np = s;
558 cp = np;
563 np = e;
579 * np which is the start of the name string which is
587 p = _CONF_get_string(conf, cp, np);
/freebsd-11-stable/usr.sbin/rarpd/
H A Drarpd.c977 char *p, *np; local
982 asprintf(&np, "%s%.*s%s", p, (int)(m - str),
985 if (np == NULL) {
989 p = np;
994 asprintf(&np, "%s%s", p, str);
996 if (np == NULL) {
1000 p = np;
/freebsd-11-stable/sbin/fsck_msdosfs/
H A Ddir.c167 char *cp, *np; local
174 np = dir->lname[0] ? dir->lname : dir->name;
175 nl = strlen(np);
181 memcpy(cp, np, nl);
270 struct dirTodoNode *p, *np; local
273 for (p = pendingDirectories; p; p = np) {
274 np = p->next;
/freebsd-11-stable/contrib/byacc/test/btyacc/
H A Dexpr.oxout.tab.c1690 void yyyCheckNodeInstancesSolved(yyyGNT *np) argument
1694 if (np->prodNum != 0)
1696 prodNum = np->prodNum;
1701 prodNum = np->parent.noderef->prodNum;
1702 symPos = np->whichSym;
1707 if ((np->refCountList)[i] != 0) nUnsolvedInsts += 1;
1721 if (!(np->parentIsStack))
1724 np->whichSym
1726 yyyShowProd(np->parent.noderef->prodNum);
1729 yyyShowProd(np
[all...]
/freebsd-11-stable/sys/xdr/
H A Dxdr.c564 xdr_netobj(XDR *xdrs, struct netobj *np) argument
567 return (xdr_bytes(xdrs, &np->n_bytes, &np->n_len, MAX_NETOBJ_SZ));
/freebsd-11-stable/lib/libc/xdr/
H A Dxdr.c622 xdr_netobj(XDR *xdrs, struct netobj *np) argument
625 return (xdr_bytes(xdrs, &np->n_bytes, &np->n_len, MAX_NETOBJ_SZ));
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dread_termcap.c608 register const char *np; local
619 np = name;
621 if (*np == '\0') {
626 } else if (*bp++ != *np++) {
/freebsd-11-stable/contrib/one-true-awk/
H A Dawk.h212 Node *np; member in union:rrow::__anon5174
/freebsd-11-stable/lib/libc/rpc/
H A Dclnt_bcast.c592 struct netbuf taddr, *np; local
612 np = uaddr2taddr(
615 np, fdlist[i].nconf);
616 free(np);
/freebsd-11-stable/sbin/routed/rtquery/
H A Drtquery.c613 struct netent *np; local
692 np = getnetbyaddr((long)in.s_addr,
694 if (np != NULL)
695 name = np->n_name;
/freebsd-11-stable/lib/libc/db/hash/
H A Dhash_bigkey.c554 BUFHEAD *np, /* Pointer to new bucket page */
579 /* Now make one of np/op point to the big key/data pair */
581 assert(np->ovfl == NULL);
584 tmpp = np;
594 tmpp->ovfl = bp; /* one of op/np point to big_keyp */
615 ret->newp = np;
552 __big_split(HTAB *hashp, BUFHEAD *op, BUFHEAD *np, BUFHEAD *big_keyp, int addr, u_int32_t obucket, SPLIT_RETURN *ret) argument
/freebsd-11-stable/contrib/nvi/common/
H A Dmsg.c548 char **ap, *bp, *np, *p, *s, *ep; local
567 np = p;
683 for (; s < np && (*s != '/' || (p - s) > sp->cols - 3); ++s);
684 if (s == np) {
/freebsd-11-stable/usr.bin/systat/
H A Dnetstat.c583 struct netent *np; local
604 np = getnetbyaddr(net, AF_INET);
605 if (np)
606 cp = np->n_name;
/freebsd-11-stable/contrib/mdocml/
H A Dman_html.c554 const struct roff_node *np; local
561 np = n->head->child;
563 if (np == NULL || !a2width(np, &sum))
/freebsd-11-stable/usr.bin/netstat/
H A Droute.c639 struct netent *np = 0; local
652 np = getnetbyaddr(i >> NSHIFT(ntohl(mask)), AF_INET);
653 if (np != NULL) {
654 cp = np->n_name;
/freebsd-11-stable/usr.sbin/kbdcontrol/
H A Dlex.l93 FF|ff|NP|np { number = 12; return TNUM; }
/freebsd-11-stable/contrib/ncurses/progs/
H A Ddump_entry.c158 if (OkIndex(np->nte_index, check) \
159 && check[np->nte_index]) \
160 return (result[np->nte_index])
166 const struct name_table_entry *np; local
168 if ((np = _nc_find_entry(name, _nc_get_hash_table(0))) != 0)
169 switch (np->nte_type) {
/freebsd-11-stable/contrib/groff/src/utils/tfmtodit/
H A Dtfmtodit.cpp92 int np; member in class:tfm
226 if (i <= 0 || i > np)
319 np = read2(ptr);
320 if (6 + lh + (ec - bc + 1) + nw + nh + nd + ni + nl + nk + ne + np != lf) {
337 param = new int[np];
369 for (i = 0; i < np; i++)
/freebsd-11-stable/bin/chio/
H A Dchio.c922 const char *np; local
929 for (sep = '<'; (f = *cp++) != 0; cp = np) {
930 for (np = cp; *np >= ' ';)
931 np++;
935 "%c%.*s", sep, (int)(long)(np - cp), cp);
/freebsd-11-stable/gnu/usr.bin/rcs/ci/
H A Dci.c1095 register char *tp, *np; local
1100 np = tp = nnum->string;
1101 VOID strcpy(np, onum);
1102 for (tp = np + l; np != tp; )
1115 tp = np + l;
/freebsd-11-stable/contrib/less/
H A Dcmdbuf.c301 char *np = cp; local
303 char *pr = cmd_step_right(&np, &width, NULL);
306 cp = np;
312 char *np = cp; local
314 char *pr = cmd_step_right(&np, &width, NULL);
317 cp = np;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/common/nvpair/
H A Dopensolaris_nvpair.c1889 const char *np; local
1907 for (np = name; np && *np; np = sepp) {
1913 skip_whitespace(np);
1914 if (*np == 0)
1917 /* set 'sepp' to end of current component 'np' */
1919 sepp = strchr(np, sep);
1924 idxp = strchr(np, '[');
[all...]
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_cq.c440 int np; local
445 np = *npolled;
450 for (i = 0; i < cur && np < num_entries; i++) {
456 np++;
461 *npolled = np;
469 int np; local
474 np = *npolled;
479 for (i = 0; i < cur && np < num_entries; i++) {
484 np++;
488 *npolled = np;
[all...]

Completed in 409 milliseconds

1234567891011>>