Searched refs:np (Results 251 - 275 of 334) sorted by relevance

<<11121314

/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipnat_y.y1735 setifname(np, idx, name)
1736 ipnat_t **np;
1742 pos = addname(np, name);
1745 (*np)->in_ifnames[idx] = pos;
1750 addname(np, name)
1751 ipnat_t **np;
1759 n = realloc(*np, (*np)->in_size + nlen);
1760 if (*np == nattop)
1762 *np
[all...]
H A Dipnat.c336 nat_t *np, nat; local
367 for (np = nsp->ns_instances; np; np = nat.nat_next) {
368 if (kmemcpy((char *)&nat, (long)np, sizeof(nat)))
/freebsd-11-stable/contrib/one-true-awk/
H A Drun.c459 Node *np; local
469 for (np = a[1]; np; np = np->nnext) {
470 y = execute(np); /* subscript */
475 if (np->nnext)
498 Node *np; local
516 for (np = a[1]; np; n
[all...]
/freebsd-11-stable/sys/fs/nfsclient/
H A Dnfs_clvfsops.c287 struct nfsnode *np; local
294 error = ncl_nget(mp, nmp->nm_fh, nmp->nm_fhsize, &np, LK_EXCLUSIVE);
299 vp = NFSTOV(np);
1380 struct nfsnode *np; local
1563 error = ncl_nget(mp, nmp->nm_fh, nmp->nm_fhsize, &np,
1567 *vpp = NFSTOV(np);
1751 struct nfsnode *np; local
1755 error = ncl_nget(mp, nmp->nm_fh, nmp->nm_fhsize, &np, flags);
1758 vp = NFSTOV(np);
1911 struct nfsnode *np local
[all...]
H A Dnfs_clcomsubs.c406 nfscl_getcookie(struct nfsnode *np, off_t off, int add) argument
417 dp = LIST_FIRST(&np->n_cookies);
423 LIST_INSERT_HEAD(&np->n_cookies, dp, ndm_list);
/freebsd-11-stable/contrib/nvi/vi/
H A Dv_txt.c2000 char *np, *epd = NULL; local
2124 INT2CHAR(sp, cmd.argv[0]->bp, cmd.argv[0]->len + 1, np, nplen);
2125 if ((epd = expanduser(np)) != NULL)
2126 np = epd;
2127 if (!stat(np, &sb) && S_ISDIR(sb.st_mode)) {
2157 char *np, *pp; local
2163 INT2CHAR(sp, argv[0]->bp, argv[0]->len + 1, np, nlen);
2164 if ((pp = strrchr(np, '/')) == NULL)
2167 prefix = (pp - np) + 1;
2210 np, nle
[all...]
H A Dvs_split.c618 char *np; local
624 INT2CHAR(sp, name, STRLEN(name) + 1, np, nlen);
626 np = NULL;
629 nsp = vs_getbg(sp, np);
632 if (vs_swap(sp, &nsp, np))
H A Dvs_msg.c165 CONST char *np; local
180 INT2CHAR(sp, m2, STRLEN(m2) + 1, np, nlen);
182 "%s\n", m1 == NULL? "" : m1, m2 == NULL ? "" : np);
/freebsd-11-stable/contrib/groff/src/preproc/html/
H A Dpre-html.cpp349 char *np; local
361 np = strsave(p);
363 return np;
370 if ((np = (char *)realloc(p, size)) == NULL) {
374 p = np; /* use realloc'ed, p */
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dsparcv9a-mont.pl78 $np="%i3"; # const BN_ULONG *np,
168 add $np,$num,$np
188 add $np,$j,%o5
227 std $nlo,[$np_l+$j] ! save smashed np[j] in double format
271 add $np,$j,%o5
306 std $nlo,[$np_l+$j] ! save smashed np[j] in double format
362 add $np,$j,%o5
394 std $nlo,[$np_l+$j] ! save smashed np[
[all...]
/freebsd-11-stable/sys/arm/arm/
H A Dmachdep.c869 #define valloc_pages(var, np) \
870 alloc_pages((var).pv_va, (np)); \
873 #define alloc_pages(var, np) \
875 freemempos += (np * PAGE_SIZE); \
876 memset((char *)(var), 0, ((np) * PAGE_SIZE));
/freebsd-11-stable/contrib/pf/pflogd/
H A Dpflogd.c647 int ch, np, ret, Xflag = 0; local
766 np = pcap_dispatch(hpcap, PCAP_NUM_PKTS,
768 if (np < 0) {
/freebsd-11-stable/lib/libc/db/test/
H A Ddbtest.c683 char *np, *index(); local
686 if ((np = index(name, '\n')) != NULL)
687 *np = '\0';
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/db/
H A Dh_db.c728 char *np; local
732 if ((np = strchr(name, '\n')) != NULL)
733 *np = '\0';
/freebsd-11-stable/contrib/unbound/util/
H A Dalloc.c133 alloc_special_type* p, *np; local
137 np = alloc_special_next(p);
141 p = np;
/freebsd-11-stable/contrib/unbound/respip/
H A Drespip.c352 struct config_strbytelist* np = p->next; local
362 p = np;
367 struct config_str2list* np = pa->next; local
376 pa = np;
381 struct config_str2list* np = pd->next; local
390 pd = np;
/freebsd-11-stable/contrib/gcc/
H A Dlibgcc2.c2090 int np, op;
2093 np = 0x40;
2095 np = 0x20;
2097 np = 0x10;
2099 np = 0x04;
2101 np = 0x02;
2103 np = 0x01;
2105 if (VirtualProtect (addr, len, np, &op))
2056 int np, op; local
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_as.c82 size_t *np = data; local
85 (*np)++; /* include variable in vartab */
/freebsd-11-stable/contrib/bsnmp/lib/
H A Dsnmpclient.c1832 char *np; local
1839 if ((np = malloc(strlen(h) + 1)) == NULL)
1841 strcpy(np, h);
1844 cl->chost = np;
1852 char *np; local
1859 if ((np = malloc(strlen(p) + 1)) == NULL)
1861 strcpy(np, p);
1864 cl->cport = np;
/freebsd-11-stable/contrib/libxo/libxo/
H A Dlibxo.c2201 char *cp, *ep, *vp, *np; local
2205 for (cp = value, ep = cp + len - 1; cp && *cp && cp < ep; cp = np) {
2206 np = strchr(cp, '+');
2207 if (np)
2208 *np++ = '\0';
2238 char *cp, *ep, *vp, *np, *bp; local
2244 for (cp = bp, ep = cp + len - 1; cp && cp < ep; cp = np) {
2245 np = strchr(cp, ',');
2246 if (np)
2247 *np
2284 char *cp, *ep, *vp, *np, *bp; local
4758 char *cp, *ep, *np, *xp; local
5463 const char *np; local
[all...]
/freebsd-11-stable/sbin/routed/
H A Dparms.c943 struct netent *np; local
962 np = getnetbyname(name);
963 if (np != NULL) {
964 in.s_addr = (naddr)np->n_net;
H A Dradix.c486 u_char *mp = m_arg, *np = n_arg, *lim; local
488 if (*mp > *np)
490 if (*mp == *np)
492 if (*mp++ > *np++)
/freebsd-11-stable/sys/net/
H A Dradix.c564 u_char *mp = m_arg, *np = n_arg, *lim; local
566 if (LEN(mp) > LEN(np))
568 if (LEN(mp) == LEN(np))
570 if (*mp++ > *np++)
/freebsd-11-stable/usr.sbin/etcupdate/tests/
H A Dpreworld_test.sh233 $COMMAND -np -s $SRC -d $WORKDIR -D $TEST > $WORKDIR/testn.out
/freebsd-11-stable/lib/libkvm/
H A Dkvm_proc.c646 void *np; local
648 np = reallocf(p, n);
649 if (np == NULL)
651 return (np);

Completed in 317 milliseconds

<<11121314