Searched refs:nm (Results 1 - 25 of 228) sorted by relevance

12345678910

/freebsd-current/contrib/elftoolchain/nm/
H A DMakefile6 PROG= nm
7 SRCS= nm.c
/freebsd-current/usr.bin/mkimg/
H A Dformat.h38 #define FORMAT_DEFINE(nm) \
39 static void format_register_##nm(void) __attribute__((constructor)); \
40 static void format_register_##nm(void) { format_register(&nm); }
H A Dscheme.h79 #define SCHEME_DEFINE(nm) \
80 static void scheme_register_##nm(void) __attribute__((constructor)); \
81 static void scheme_register_##nm(void) { scheme_register(&nm); }
/freebsd-current/crypto/openssl/crypto/evp/
H A Dlegacy_meth.h10 #define IMPLEMENT_LEGACY_EVP_MD_METH(nm, fn) \
11 static int nm##_init(EVP_MD_CTX *ctx) \
15 static int nm##_update(EVP_MD_CTX *ctx, const void *data, size_t count) \
19 static int nm##_final(EVP_MD_CTX *ctx, unsigned char *md) \
24 #define IMPLEMENT_LEGACY_EVP_MD_METH_LC(nm, fn) \
25 static int nm##_init(EVP_MD_CTX *ctx) \
29 static int nm##_update(EVP_MD_CTX *ctx, const void *data, size_t count) \
33 static int nm##_final(EVP_MD_CTX *ctx, unsigned char *md) \
H A Dnames.c177 static void do_all_cipher_fn(const OBJ_NAME *nm, void *arg) argument
180 if (nm->alias)
181 dc->fn(NULL, nm->name, nm->data, dc->arg);
183 dc->fn((const EVP_CIPHER *)nm->data, nm->name, NULL, dc->arg);
220 static void do_all_md_fn(const OBJ_NAME *nm, void *arg) argument
223 if (nm->alias)
224 dc->fn(NULL, nm->name, nm
[all...]
/freebsd-current/usr.bin/clang/llvm-nm/
H A DMakefile4 PROG_CXX= llvm-nm
6 SRCDIR= llvm/tools/llvm-nm
7 SRCS+= llvm-nm-driver.cpp
8 SRCS+= llvm-nm.cpp
27 LINKS+= ${BINDIR}/llvm-nm ${BINDIR}/nm
28 MLINKS+= llvm-nm.1 nm.1
/freebsd-current/crypto/openssl/test/
H A Dnamemap_internal_test.c21 OSSL_NAMEMAP *nm = NULL; local
25 && TEST_ptr(nm = ossl_namemap_new())
26 && TEST_int_eq(ossl_namemap_empty(nm), 1)
27 && TEST_int_ne(ossl_namemap_add_name(nm, 0, NAME1), 0)
28 && TEST_int_eq(ossl_namemap_empty(nm), 0);
29 ossl_namemap_free(nm);
33 static int test_namemap(OSSL_NAMEMAP *nm) argument
35 int num1 = ossl_namemap_add_name(nm, 0, NAME1);
36 int num2 = ossl_namemap_add_name(nm, 0, NAME2);
37 int num3 = ossl_namemap_add_name(nm, num
58 OSSL_NAMEMAP *nm = ossl_namemap_new(); local
67 OSSL_NAMEMAP *nm = ossl_namemap_stored(NULL); local
80 OSSL_NAMEMAP *nm = ossl_namemap_stored(NULL); local
108 OSSL_NAMEMAP *nm = ossl_namemap_stored(NULL); local
[all...]
/freebsd-current/contrib/bmake/
H A Dfind_lib.sh13 found=`nm $lib | egrep "$re"`
/freebsd-current/stand/efi/libefi/
H A Defichar.c61 * If nm were converted to utf8, what what would strlen
65 utf8_len_of_ucs2(const efi_char *nm) argument
71 while (*nm) {
72 c = *nm++;
85 ucs2_to_utf8(const efi_char *nm, char **name) argument
92 sz = utf8_len_of_ucs2(nm) + 1;
101 while (*nm) {
102 c = *nm++;
137 efi_char *nm; local
148 nm
[all...]
/freebsd-current/contrib/unbound/ipsecmod/
H A Dipsecmod-whitelist.c61 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)) {
/freebsd-current/contrib/openpam/t/
H A Dt_pam_conv.c63 t_pam_conv(int nm, const struct pam_message **msgs, argument
71 if (nm != s->nmsg) {
73 s->nmsg, nm);
76 if (nm <= 0 || nm > PAM_MAX_NUM_MSG) {
83 if ((resps = calloc(nm, sizeof *resps)) == NULL)
85 for (i = 0; i < nm; ++i) {
128 for (i = 0; i < nm; ++i)
/freebsd-current/usr.bin/nm/
H A DMakefile7 NMDIR= ${ELFTCDIR}/nm
11 PROG= nm
/freebsd-current/contrib/unbound/daemon/
H A Dcachedump.h100 * @param nm: name to lookup
105 int print_deleg_lookup(RES* ssl, struct worker* worker, uint8_t* nm,
H A Dremote.c670 print_stats(RES* ssl, const char* nm, struct ub_stats_info* s) argument
673 if(!ssl_printf(ssl, "%s.num.queries"SQ"%lu\n", nm,
675 if(!ssl_printf(ssl, "%s.num.queries_ip_ratelimited"SQ"%lu\n", nm,
677 if(!ssl_printf(ssl, "%s.num.queries_cookie_valid"SQ"%lu\n", nm,
679 if(!ssl_printf(ssl, "%s.num.queries_cookie_client"SQ"%lu\n", nm,
681 if(!ssl_printf(ssl, "%s.num.queries_cookie_invalid"SQ"%lu\n", nm,
683 if(!ssl_printf(ssl, "%s.num.cachehits"SQ"%lu\n", nm,
686 if(!ssl_printf(ssl, "%s.num.cachemiss"SQ"%lu\n", nm,
688 if(!ssl_printf(ssl, "%s.num.prefetch"SQ"%lu\n", nm,
690 if(!ssl_printf(ssl, "%s.num.queries_timed_out"SQ"%lu\n", nm,
741 char nm[32]; local
897 char nm[32]; local
1121 uint8_t nm[LDNS_MAX_DOMAINLEN+1]; local
1176 uint8_t* nm; local
1244 uint8_t* nm; local
1354 uint8_t* nm; local
1544 uint8_t* nm; local
1555 do_cache_remove(struct worker* worker, uint8_t* nm, size_t nmlen, uint16_t t, uint16_t c) argument
1582 uint8_t* nm; local
1753 uint8_t* nm; local
1934 uint8_t* nm; local
1958 ssl_print_name_dp(RES* ssl, const char* str, uint8_t* nm, uint16_t dclass, struct delegpt* dp) argument
2012 parse_delegpt(RES* ssl, char* args, uint8_t* nm) argument
2107 parse_fs_args(RES* ssl, char* args, uint8_t** nm, struct delegpt** dp, int* insecure, int* prime, int* tls) argument
2158 uint8_t* nm = NULL; local
2194 uint8_t* nm = NULL; local
2215 uint8_t* nm = NULL; local
2271 uint8_t* nm = NULL; local
2295 uint8_t* nm = NULL; local
2316 uint8_t* nm = NULL; local
2426 char nm[257]; local
2570 uint8_t* nm = NULL; local
2649 uint8_t* nm = NULL; local
2986 uint8_t *nm = NULL; local
[all...]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/cmd/linux_dos_attributes/
H A Dwrite_dos_attributes.c56 for (const char *const *nm = all_dos_attribute_names[i];
57 *nm; ++nm)
58 if (strcmp(flag, *nm) == 0) {
/freebsd-current/crypto/openssl/include/openssl/
H A Dobjects.h84 # define _DECLARE_OBJ_BSEARCH_CMP_FN(scope, type1, type2, nm) \
85 static int nm##_cmp_BSEARCH_CMP_FN(const void *, const void *); \
86 static int nm##_cmp(type1 const *, type2 const *); \
87 scope type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num)
91 # define DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm) \
92 type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num)
121 # define IMPLEMENT_OBJ_BSEARCH_CMP_FN(type1, type2, nm) \
122 static int nm##_cmp_BSEARCH_CMP_FN(const void *a_, const void *b_) \
126 return nm##_cmp(a,b); \
128 static type2 *OBJ_bsearch_##nm(type
[all...]
/freebsd-current/usr.bin/mkimg/tests/
H A Dmkimg_test.sh129 local nm
132 for nm in $mkimg_tests; do
133 ${nm}_body
140 local B F G S nm
146 nm="${S}_${G}_${B}_${F}"
147 atf_test_case $nm
148 eval "${nm}_body() { mkimg_test $G $B $S $F; }"
149 mkimg_tests="${mkimg_tests} ${nm}"
150 atf_add_test_case $nm
/freebsd-current/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha.c27 # define IMPLEMENT_CIPHER(nm, sub, kbits, blkbits, ivbits, flags) \
28 const OSSL_DISPATCH ossl_##nm##kbits##sub##_functions[] = { \
391 # define IMPLEMENT_CIPHER(nm, sub, kbits, blkbits, ivbits, flags) \
392 static OSSL_FUNC_cipher_newctx_fn nm##_##kbits##_##sub##_newctx; \
393 static void *nm##_##kbits##_##sub##_newctx(void *provctx) \
395 return nm##_##sub##_newctx(provctx, kbits, blkbits, ivbits, flags); \
397 static OSSL_FUNC_cipher_get_params_fn nm##_##kbits##_##sub##_get_params; \
398 static int nm##_##kbits##_##sub##_get_params(OSSL_PARAM params[]) \
403 const OSSL_DISPATCH ossl_##nm##kbits##sub##_functions[] = { \
404 { OSSL_FUNC_CIPHER_NEWCTX, (void (*)(void))nm##
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.eliminate.ksh91 nm test.o | grep \$dtrace > /dev/null
97 nm test | grep \$dtrace > /dev/null
/freebsd-current/sys/dev/scc/
H A Dscc_bfe_macio.c51 const char *nm; local
54 nm = ofw_bus_get_name(dev);
56 if (!strcmp(nm, "escc")) {
/freebsd-current/contrib/unbound/iterator/
H A Diter_fwd.h204 * @param nm: name of zone (in uncompressed wireformat).
208 uint8_t* nm, int nolock);
218 * @param nm: name of zone (in uncompressed wireformat).
223 uint8_t* nm, int nolock);
231 * @param nm: name of zone (in uncompressed wireformat).
235 uint8_t* nm, int nolock);
/freebsd-current/contrib/unbound/contrib/
H A Dunbound_munin_299 for nm in `grep "^num.query.type" $seentags`; do
300 tp=`echo $nm | sed -e s/num.query.type.//`
301 p_config "$nm" "$tp" "ABSOLUTE"
311 for nm in `grep "^num.query.class" $seentags`; do
312 tp=`echo $nm | sed -e s/num.query.class.//`
313 p_config "$nm" "$tp" "ABSOLUTE"
323 for nm in `grep "^num.query.opcode" $seentags`; do
324 tp=`echo $nm | sed -e s/num.query.opcode.//`
325 p_config "$nm" "$tp" "ABSOLUTE"
335 for nm i
[all...]
/freebsd-current/sys/dev/clk/allwinner/
H A Dccu_a10.c532 { .type = AW_CLK_NM, .clk.nm = &axi_clk},
533 { .type = AW_CLK_NM, .clk.nm = &ahb_clk},
534 { .type = AW_CLK_NM, .clk.nm = &apb0_clk},
535 { .type = AW_CLK_NM, .clk.nm = &apb1_clk},
538 { .type = AW_CLK_NM, .clk.nm = &nand_clk},
539 { .type = AW_CLK_NM, .clk.nm = &ms_clk},
540 { .type = AW_CLK_NM, .clk.nm = &mmc0_clk},
541 { .type = AW_CLK_NM, .clk.nm = &mmc1_clk},
542 { .type = AW_CLK_NM, .clk.nm = &mmc2_clk},
543 { .type = AW_CLK_NM, .clk.nm
[all...]
/freebsd-current/sys/contrib/openzfs/module/zcommon/
H A Dzfs_comutil.c101 const char *nm; local
114 nm = nvpair_name(elem);
115 if (strcmp(nm, ZPOOL_LOAD_POLICY) == 0) {
119 } else if (strcmp(nm, ZPOOL_LOAD_REWIND_POLICY) == 0) {
123 } else if (strcmp(nm, ZPOOL_LOAD_REQUEST_TXG) == 0) {
125 } else if (strcmp(nm, ZPOOL_LOAD_META_THRESH) == 0) {
127 } else if (strcmp(nm, ZPOOL_LOAD_DATA_THRESH) == 0) {
/freebsd-current/sbin/pfctl/
H A Dpfctl_osfp.c284 struct name_entry *nm; local
286 while ((nm = LIST_FIRST(list)) != NULL) {
287 LIST_REMOVE(nm, nm_entry);
288 pfctl_flush_my_fingerprints(&nm->nm_sublist);
289 free(nm);
339 struct name_entry *nm, *class_nm, *version_nm, *subtype_nm; local
350 if ((nm = lookup_name_list(&classes, name))) {
351 class = nm->nm_num;
461 struct name_entry *nm; local
484 LIST_FOREACH(nm,
538 struct name_entry *nm; local
727 struct name_entry *nm; local
741 struct name_entry *nm, *nmsearch, *nmlast; local
[all...]

Completed in 426 milliseconds

12345678910