Home
last modified time | relevance | path

Searched refs:np (Results 226 – 250 of 367) sorted by relevance

12345678910>>...15

/freebsd/crypto/openssl/crypto/bn/asm/
H A Dia64-mont.pl83 // const BN_ULONG *bp,const BN_ULONG *np,
/freebsd/contrib/nvi/vi/
H A Dvs_split.c614 char *np; in vs_fg() local
620 INT2CHAR(sp, name, STRLEN(name) + 1, np, nlen); in vs_fg()
622 np = NULL; in vs_fg()
625 nsp = vs_getbg(sp, np); in vs_fg()
628 if (vs_swap(sp, &nsp, np)) in vs_fg()
H A Dv_txt.c1976 char *np, *epd = NULL; in txt_fc() local
2101 if ((epd = expanduser(np)) != NULL) in txt_fc()
2102 np = epd; in txt_fc()
2103 if (!stat(np, &sb) && S_ISDIR(sb.st_mode)) { in txt_fc()
2133 char *np, *pp; in txt_fc_col() local
2140 if ((pp = strrchr(np, '/')) == NULL) in txt_fc_col()
2143 prefix = (pp - np) + 1; in txt_fc_col()
2186 np, nlen); in txt_fc_col()
2187 pp = msg_print(sp, np, &nf); in txt_fc_col()
2209 argv[base]->len+1-prefix, np, nlen); in txt_fc_col()
[all …]
/freebsd/crypto/openssl/crypto/conf/
H A Dconf_def.c654 char *s, *e, *rp, *p, *rrp, *np, *cp, v; in str_copy() local
728 e = np = s; in str_copy()
733 cp = np; in str_copy()
738 np = e; in str_copy()
763 p = _CONF_get_string(conf, cp, np); in str_copy()
/freebsd/sbin/ipf/ipnat/
H A Dipnat.c328 nat_t *np, nat; in dostats_dead() local
359 for (np = nsp->ns_instances; np; np = nat.nat_next) { in dostats_dead()
360 if (kmemcpy((char *)&nat, (long)np, sizeof(nat))) in dostats_dead()
H A Dipnat_y.y1712 setifname(ipnat_t **np, int idx, char *name) in setifname() argument
1716 pos = addname(np, name); in setifname()
1719 (*np)->in_ifnames[idx] = pos; in setifname()
1724 addname(ipnat_t **np, char *name) in addname() argument
1731 n = realloc(*np, (*np)->in_size + nlen); in addname()
1732 if (*np == nattop) in addname()
1734 *np = n; in addname()
/freebsd/stand/efi/loader/
H A Dframebuffer.c328 uint32_t np, depth, refresh; in efifb_from_uga() local
406 np = efifb->fb_stride & (efifb->fb_stride - 1); in efifb_from_uga()
407 if (np) { in efifb_from_uga()
408 efifb->fb_stride |= (np - 1); in efifb_from_uga()
411 } while (np); in efifb_from_uga()
/freebsd/sys/dev/clk/allwinner/
H A Daw_ccung.h71 struct aw_clk_np_def *np; member
/freebsd/sys/netlink/
H A Dnetlink_snl.h159 const struct snl_attr_parser *np; /* array of attribute parsers */ member
168 .np = &((_np)[0]), \
192 .np = &((_np)[0]), \
416 assert(p->np[j].type > attr_type); in snl_verify_parsers()
417 attr_type = p->np[j].type; in snl_verify_parsers()
502 parser->np, parser->np_size, target); in snl_parse_header()
967 return (snl_parse_attrs_raw(ss, attr_head, attr_len, ps->np, ps->np_size, e)); in snl_parse_errmsg()
1007 return (snl_parse_attrs_raw(ss, data, len, ps->np, ps->np_size, attrs)); in parse_cmsg()
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dread_termcap.c609 register const char *np; in _nc_cgetmatch() local
620 np = name; in _nc_cgetmatch()
622 if (*np == '\0') { in _nc_cgetmatch()
627 } else if (*bp++ != *np++) { in _nc_cgetmatch()
/freebsd/contrib/arm-optimized-routines/math/test/rtest/
H A Dsemi.c271 char *test_ldexp(uint32 *x, uint32 *np, uint32 *out) { in test_ldexp() argument
272 int n = *np; in test_ldexp()
349 char *test_ldexpf(uint32 *x, uint32 *np, uint32 *out) { in test_ldexpf() argument
350 int n = *np; in test_ldexpf()
/freebsd/sys/xdr/
H A Dxdr.c545 xdr_netobj(XDR *xdrs, struct netobj *np) in xdr_netobj() argument
548 return (xdr_bytes(xdrs, &np->n_bytes, &np->n_len, MAX_NETOBJ_SZ)); in xdr_netobj()
/freebsd/sys/powerpc/powerpc/
H A Dplatform.c229 int na, np; in mem_valid() local
230 mem_regions(&p, &np, &a, &na); in mem_valid()
/freebsd/stand/libsa/zfs/
H A Dzfs.c1618 const char *np; in zfs_parsedev() local
1623 np = devspec + 3; /* Skip the leading 'zfs' */ in zfs_parsedev()
1624 if (*np != ':') in zfs_parsedev()
1626 np++; in zfs_parsedev()
1627 end = strrchr(np, ':'); in zfs_parsedev()
1630 sep = strchr(np, '/'); in zfs_parsedev()
1633 memcpy(poolname, np, sep - np); in zfs_parsedev()
1634 poolname[sep - np] = '\0'; in zfs_parsedev()
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlparser.h106 int np; /* number of elements in `p' */ member
/freebsd/contrib/mandoc/
H A Dmdoc_man.c794 struct roff_node *np, *nn, *nnn; in post_percent() local
800 np = roff_node_prev(n); in post_percent()
803 (np != NULL && np->tok == n->tok) || in post_percent()
877 struct roff_node *np; in pre_syn() local
880 (np = roff_node_prev(n)) == NULL) in pre_syn()
883 if (np->tok == n->tok && in pre_syn()
891 switch (np->tok) { in pre_syn()
H A Dmdoc_term.c1181 struct roff_node *np; in synopsis_pre() local
1184 (np = roff_node_prev(n)) == NULL) in synopsis_pre()
1192 if (np->tok == n->tok && in synopsis_pre()
1205 switch (np->tok) { in synopsis_pre()
1264 struct roff_node *np; in termp_sh_pre() local
1272 if ((np = roff_node_prev(n)) == NULL || in termp_sh_pre()
1273 np->tok != MDOC_Sh || in termp_sh_pre()
1274 (np->body != NULL && np->body->child != NULL)) in termp_sh_pre()
/freebsd/contrib/nvi/common/
H A Dmsg.c529 char **ap, *bp, *np, *p, *s, *ep; in msgq_status() local
548 np = p; in msgq_status()
664 for (; s < np && (*s != '/' || (p - s) > sp->cols - 3); ++s); in msgq_status()
665 if (s == np) { in msgq_status()
/freebsd/sbin/routed/rtquery/
H A Drtquery.c594 struct netent *np; in rip_input() local
673 np = getnetbyaddr((long)in.s_addr, in rip_input()
675 if (np != NULL) in rip_input()
676 name = np->n_name; in rip_input()
/freebsd/sys/contrib/openzfs/module/nvpair/
H A Dnvpair.c1924 const char *np; in nvlist_lookup_nvpair_ei_sep() local
1942 for (np = name; np && *np; np = sepp) { in nvlist_lookup_nvpair_ei_sep()
1948 skip_whitespace(np); in nvlist_lookup_nvpair_ei_sep()
1949 if (*np == 0) in nvlist_lookup_nvpair_ei_sep()
1954 sepp = strchr(np, sep); in nvlist_lookup_nvpair_ei_sep()
1959 idxp = strchr(np, '['); in nvlist_lookup_nvpair_ei_sep()
1971 n = idxp++ - np; in nvlist_lookup_nvpair_ei_sep()
2000 n = sepp++ - np; in nvlist_lookup_nvpair_ei_sep()
2002 n = strlen(np); in nvlist_lookup_nvpair_ei_sep()
2008 for (n--; (np[n] == ' ') || (np[n] == '\t'); n--) in nvlist_lookup_nvpair_ei_sep()
[all …]
/freebsd/sys/contrib/dev/mediatek/mt76/mt76x2/
H A Deeprom.c80 struct device_node *np = dev->mt76.dev->of_node; in mt76x2_apply_cal_free_data() local
91 if (!np || !of_property_read_bool(np, "mediatek,eeprom-merge-otp")) in mt76x2_apply_cal_free_data()
/freebsd/lib/libc/xdr/
H A Dxdr.c617 xdr_netobj(XDR *xdrs, struct netobj *np) in xdr_netobj() argument
620 return (xdr_bytes(xdrs, &np->n_bytes, &np->n_len, MAX_NETOBJ_SZ)); in xdr_netobj()
/freebsd/sys/dev/p2sb/
H A Dlewisburg_gpiocm.c76 #define LBG_COMMUNITY(n, np, g) \ argument
79 .npins = np, \
/freebsd/contrib/lua/src/
H A Dlparser.h153 int np; /* number of elements in 'p' */ member
/freebsd/contrib/libxo/libxo/
H A Dlibxo.c2182 if (np) in xo_set_color_map()
2183 *np++ = '\0'; in xo_set_color_map()
2226 if (np) in xo_set_options_simple()
2227 *np++ = '\0'; in xo_set_options_simple()
2371 if (np) in xo_set_options()
2372 *np++ = '\0'; in xo_set_options()
4800 if (np) in xo_colors_parse()
4801 *np++ = '\0'; in xo_colors_parse()
5491 for (np = ++sp; *np; np++) in xo_parse_roles()
5492 if (*np == ':' || *np == '/' || *np == '}' || *np == ',') in xo_parse_roles()
[all …]

12345678910>>...15