HomeSort by: relevance | last modified time | path
    Searched defs:nm (Results 1 - 25 of 197) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/sys/arch/i386/stand/efiboot/
efichar.c 48 * If nm were converted to utf8, what what would strlen
52 utf8_len_of_ucs2(const CHAR16 *nm)
58 while (*nm) {
59 c = *nm++;
72 ucs2_to_utf8(const CHAR16 *nm, char **name)
79 sz = utf8_len_of_ucs2(nm) + 1;
88 while (*nm) {
89 c = *nm++;
124 CHAR16 *nm; local
135 nm = *nmp
    [all...]
  /src/sys/dev/qbus/
if_uba.c 78 int totsz, i, error, rseg, nm = nr; local
113 nm = nw = 0;
122 nm = 0;
129 for (i = 0; i < nm; i++) {
131 nm = i;
150 while (--nm >= 0) {
152 m_freem(ifr[nm].ifrw_mbuf);
  /src/sys/stand/efiboot/
efichar.c 48 * If nm were converted to utf8, what what would strlen
52 utf8_len_of_ucs2(const CHAR16 *nm)
58 while (*nm) {
59 c = *nm++;
72 ucs2_to_utf8(const CHAR16 *nm, char **name)
79 sz = utf8_len_of_ucs2(nm) + 1;
88 while (*nm) {
89 c = *nm++;
124 CHAR16 *nm; local
135 nm = *nmp
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/src/
PreviewExp.cc 80 char *nm = grp_list->fetch (i); local
83 info->append (nm);
ArchiveExp.cc 134 char *nm = lo->get_pathname (); local
135 char *symLinkName = getNameInArchive (nm, false);
Application.cc 103 char *nm = dbe_sprintf (NTXT ("%.*s/%s"), (int) (s - path), local
105 exe_name = realpath (nm, NULL);
106 free (nm);
gprofng.cc 256 char *nm = get_realpath ("gp-display-gui"); local
257 if (*nm == '/')
261 "Use the old one '%s'\n", nm);
263 exe_name = nm;
  /src/external/gpl3/binutils.old/dist/gprofng/src/
PreviewExp.cc 80 char *nm = grp_list->fetch (i); local
83 info->append (nm);
ArchiveExp.cc 134 char *nm = lo->get_pathname (); local
135 char *symLinkName = getNameInArchive (nm, false);
Application.cc 103 char *nm = dbe_sprintf (NTXT ("%.*s/%s"), (int) (s - path), local
105 exe_name = realpath (nm, NULL);
106 free (nm);
gprofng.cc 254 char *nm = get_realpath ("gp-display-gui"); local
255 if (*nm == '/')
259 "Use the old one '%s'\n", nm);
261 exe_name = nm;
  /src/external/lgpl3/gmp/dist/mpz/
millerrabin.c 66 mpz_t nm, x, y, q; local
74 MPZ_TMP_INIT (nm, SIZ (n) + 1);
75 mpz_tdiv_q_2exp (nm, n, 1);
82 k = mpz_scan1 (nm, 0L);
83 mpz_tdiv_q_2exp (q, nm, k);
126 || SIZ (nm) - GMP_BPSW_LIMBS_LIMIT + 1 == (PTR (nm) [GMP_BPSW_LIMBS_LIMIT - 1] < GMP_BPSW_LIMB_CONST << (GMP_NUMB_BITS - 1 - GMP_BPSW_BITS_CONST))
146 mpz_sub_ui (nm, nm, 2L);
147 ASSERT (mpz_cmp_ui (nm, 1L) >= 0)
    [all...]
  /src/external/bsd/unbound/dist/ipsecmod/
ipsecmod-whitelist.c 61 uint8_t* nm = sldns_str2wire_dname(name, &len); local
62 if(!nm) {
69 free(nm);
73 n->name = nm;
75 n->labs = dname_count_labels(nm);
77 if(!name_tree_insert(whitelist, n, nm, len, n->labs, n->dclass)) {
  /src/crypto/external/apache2/openssl/dist/crypto/pem/
pem_all.c 185 char *nm = NULL; local
191 if (!PEM_bytes_read_bio(&data, &len, &nm, PEM_STRING_DHPARAMS, bp, cb, u))
195 if (strcmp(nm, PEM_STRING_DHXPARAMS) == 0)
202 OPENSSL_free(nm);
  /src/crypto/external/bsd/openssl/dist/crypto/pem/
pem_all.c 186 char *nm = NULL; local
192 if (!PEM_bytes_read_bio(&data, &len, &nm, PEM_STRING_DHPARAMS, bp, cb, u))
196 if (strcmp(nm, PEM_STRING_DHXPARAMS) == 0)
203 OPENSSL_free(nm);
  /src/external/cddl/osnet/dist/common/zfs/
zfs_comutil.c 73 char *nm; local
86 nm = nvpair_name(elem);
87 if (strcmp(nm, ZPOOL_REWIND_POLICY) == 0) {
91 } else if (strcmp(nm, ZPOOL_REWIND_REQUEST) == 0) {
95 } else if (strcmp(nm, ZPOOL_REWIND_REQUEST_TXG) == 0) {
97 } else if (strcmp(nm, ZPOOL_REWIND_META_THRESH) == 0) {
99 } else if (strcmp(nm, ZPOOL_REWIND_DATA_THRESH) == 0) {
  /src/lib/libc/gen/
disklabel.c 211 const char *const *nm; local
216 for (nm = names; *nm; nm++)
217 if (strcasecmp(t, *nm) == 0)
218 return (int)(nm - names);
  /src/sys/arch/arm/sunxi/
sunxi_ccu_nm.c 43 struct sunxi_ccu_nm *nm = &clk->u.nm; local
48 if (!nm->enable)
51 val = CCU_READ(sc, nm->reg);
53 val |= nm->enable;
55 val &= ~nm->enable;
56 CCU_WRITE(sc, nm->reg, val);
65 struct sunxi_ccu_nm *nm = &clk->u.nm; local
81 val = CCU_READ(sc, nm->reg)
105 struct sunxi_ccu_nm *nm = &clk->u.nm; local
193 struct sunxi_ccu_nm *nm = &clk->u.nm; local
222 struct sunxi_ccu_nm *nm = &clk->u.nm; local
    [all...]
  /src/usr.sbin/mountd/
get_net.c 227 struct netmsk nm; local
229 if (get_net(argv[1], &nm, 0))
232 sockaddr_snprintf(buf, sizeof(buf), "%a:%p", (void *)&nm.nt_net);
233 printf("%s %d %s\n", buf, nm.nt_len, nm.nt_name);
  /src/crypto/external/apache2/openssl/dist/crypto/conf/
conf_ssl.c 150 const struct ssl_conf_name_st *nm; local
154 for (i = 0, nm = ssl_names; i < ssl_names_count; i++, nm++) {
155 if (strcmp(nm->name, name) == 0) {
  /src/crypto/external/bsd/openssl/dist/crypto/conf/
conf_ssl.c 153 const struct ssl_conf_name_st *nm; local
157 for (i = 0, nm = ssl_names; i < ssl_names_count; i++, nm++) {
158 if (strcmp(nm->name, name) == 0) {
  /src/crypto/external/bsd/openssl.old/dist/crypto/conf/
conf_ssl.c 152 const struct ssl_conf_name_st *nm; local
156 for (i = 0, nm = ssl_names; i < ssl_names_count; i++, nm++) {
157 if (strcmp(nm->name, name) == 0) {
  /src/crypto/external/bsd/openssl.old/dist/crypto/pem/
pem_pkey.c 28 char *nm = NULL; local
35 if (!PEM_bytes_read_bio_secmem(&data, &len, &nm, PEM_STRING_EVP_PKEY, bp,
40 if (strcmp(nm, PEM_STRING_PKCS8INF) == 0) {
51 } else if (strcmp(nm, PEM_STRING_PKCS8) == 0) {
79 } else if ((slen = pem_check_suffix(nm, "PRIVATE KEY")) > 0) {
81 ameth = EVP_PKEY_asn1_find_str(NULL, nm, slen);
90 OPENSSL_secure_free(nm);
124 char *nm = NULL; local
131 if (!PEM_bytes_read_bio(&data, &len, &nm, PEM_STRING_PARAMETERS,
136 if ((slen = pem_check_suffix(nm, "PARAMETERS")) > 0)
212 char *nm = NULL; local
    [all...]
  /src/external/bsd/unbound/dist/edns-subnet/
subnet-whitelist.c 136 uint8_t* nm, *nmr; local
142 nm = sldns_str2wire_dname(p->str, &nm_len);
143 if(!nm) {
147 nm_labs = dname_count_size_labels(nm, &nm_len);
148 nmr = (uint8_t*)regional_alloc_init(whitelist->region, nm,
150 free(nm);
  /src/external/gpl2/groff/dist/src/include/
color.h 44 symbol nm; member in class:color
46 color(symbol s = default_symbol) : scheme(DEFAULT), nm(s) {}

Completed in 163 milliseconds

1 2 3 4 5 6 7 8