Searched refs:np (Results 201 - 225 of 263) sorted by relevance

1234567891011

/freebsd-9.3-release/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-9.3-release/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-9.3-release/contrib/less/
H A Dcmdbuf.c299 char *np = cp; local
301 char *pr = cmd_step_right(&np, &width, NULL);
304 cp = np;
310 char *np = cp; local
312 char *pr = cmd_step_right(&np, &width, NULL);
315 cp = np;
/freebsd-9.3-release/contrib/ncurses/progs/
H A Ddump_entry.c146 if (OkIndex(np->nte_index, check) \
147 && check[np->nte_index]) \
148 return (result[np->nte_index])
154 const struct name_table_entry *np; local
156 if ((np = _nc_find_entry(name, _nc_get_hash_table(0))) != 0)
157 switch (np->nte_type) {
/freebsd-9.3-release/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-9.3-release/sys/cddl/contrib/opensolaris/common/nvpair/
H A Dnvpair.c1609 const char *np; local
1625 for (np = name; np && *np; np = sepp) {
1631 skip_whitespace(np);
1632 if (*np == 0)
1635 /* set 'sepp' to end of current component 'np' */
1637 sepp = strchr(np, sep);
1642 idxp = strchr(np, '[');
[all...]
/freebsd-9.3-release/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-9.3-release/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-9.3-release/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-9.3-release/lib/libc/db/test/
H A Ddbtest.c683 char *np, *index(); local
686 if ((np = index(name, '\n')) != NULL)
687 *np = '\0';
/freebsd-9.3-release/contrib/cvs/src/
H A Drcs.c5153 Node *np;
5163 np = getnode();
5164 np->type = RCSFIELD;
5165 np->key = xstrdup ("symlink");
5166 np->data = xreadlink (workfile);
5167 addnode (delta->other_delta, np);
5172 np = getnode();
5173 np->type = RCSFIELD;
5174 np->key = xstrdup ("owner");
5175 np
5151 Node *np; local
8442 Node *np; local
[all...]
/freebsd-9.3-release/contrib/ntp/ntpdc/
H A Dntpdc.c1368 char *cp, *np; local
1393 np = str;
1394 if (*np == '-') {
1395 np++;
1401 cp = strchr(digits, *np);
1409 } while (*(++np) != '\0');
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_as.c80 size_t *np = data; local
83 (*np)++; /* include variable in vartab */
/freebsd-9.3-release/contrib/bsnmp/lib/
H A Dsnmpclient.c1822 char *np; local
1829 if ((np = malloc(strlen(h) + 1)) == NULL)
1831 strcpy(np, h);
1834 cl->chost = np;
1842 char *np; local
1849 if ((np = malloc(strlen(p) + 1)) == NULL)
1851 strcpy(np, p);
1854 cl->cport = np;
/freebsd-9.3-release/contrib/gcc/
H A Dlibgcc2.c2066 int np, op;
2069 np = 0x40;
2071 np = 0x20;
2073 np = 0x10;
2075 np = 0x04;
2077 np = 0x02;
2079 np = 0x01;
2081 if (VirtualProtect (addr, len, np, &op))
2032 int np, op; local
/freebsd-9.3-release/sbin/routed/
H A Dparms.c937 struct netent *np; local
956 np = getnetbyname(name);
957 if (np != 0) {
958 in.s_addr = (naddr)np->n_net;
H A Dradix.c485 u_char *mp = m_arg, *np = n_arg, *lim; local
487 if (*mp > *np)
489 if (*mp == *np)
491 if (*mp++ > *np++)
/freebsd-9.3-release/sys/amd64/amd64/
H A Dmp_machdep.c610 struct nmi_pcpu *np; local
627 np = ((struct nmi_pcpu *) &nmi_stack[PAGE_SIZE]) - 1;
628 common_tss[cpu].tss_ist2 = (long) np;
663 np->np_pcpu = (register_t) pc;
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-pcsx-defs.h297 uint64_t np : 1; /**< Always 0, no next page capability supported */ member in struct:cvmx_pcsx_anx_adv_reg::cvmx_pcsx_anx_adv_reg_s
324 uint64_t np : 1;
391 uint64_t np : 1; /**< 1=lp next page capable, 0=lp not next page capable */ member in struct:cvmx_pcsx_anx_lp_abil_reg::cvmx_pcsx_anx_lp_abil_reg_s
415 uint64_t np : 1;
/freebsd-9.3-release/sys/net/
H A Dradix.c592 u_char *mp = m_arg, *np = n_arg, *lim; local
594 if (LEN(mp) > LEN(np))
596 if (LEN(mp) == LEN(np))
598 if (*mp++ > *np++)
/freebsd-9.3-release/tools/regression/usr.sbin/etcupdate/
H A Dpreworld.sh224 $COMMAND -np -s $SRC -d $WORKDIR -D $TEST > $WORKDIR/testn.out
/freebsd-9.3-release/usr.bin/netstat/
H A Droute.c868 struct netent *np = 0; local
873 np = getnetbyaddr(i >> NSHIFT(mask), AF_INET);
874 if (np != NULL) {
875 cp = np->n_name;
/freebsd-9.3-release/usr.sbin/sysinstall/
H A Dindex.c542 PkgNodePtr np = (PkgNodePtr)safe_malloc(sizeof(PkgNode)); local
544 *np = *kp;
545 np->next = plist->kids;
546 plist->kids = np;
/freebsd-9.3-release/sbin/route/
H A Droute.c647 struct netent *np = NULL; local
683 np = getnetbyaddr(net, AF_INET);
684 if (np != NULL)
685 cp = np->n_name;
1194 struct netent *np; local
1369 ((np = getnetbyname(str)) != NULL && (val = np->n_net) != 0))) {
/freebsd-9.3-release/sys/netgraph/
H A Dng_base.c2679 struct nodeinfo *const np = local
2685 strcpy(np->name, NG_NODE_NAME(node));
2686 strcpy(np->type, node->nd_type->name);
2687 np->id = ng_node2ID(node);
2688 np->hooks = node->nd_numhooks;
2718 struct nodeinfo *const np = local
2723 strcpy(np->name, NG_NODE_NAME(node));
2724 strcpy(np->type, node->nd_type->name);
2725 np->id = ng_node2ID(node);
2726 np
[all...]

Completed in 408 milliseconds

1234567891011