| /src/external/gpl3/binutils/usr.bin/nm/ |
| Makefile | 3 PROG= nm
|
| /src/external/gpl3/binutils.old/usr.bin/nm/ |
| Makefile | 3 PROG= nm
|
| /src/external/gpl3/gcc/usr.bin/gcc-nm/ |
| Makefile | 3 GCC_TOOL= nm
|
| /src/external/gpl3/gcc.old/usr.bin/gcc-nm/ |
| Makefile | 3 GCC_TOOL= nm
|
| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| public_namespace.sh | 3 for nm in `cat $1` ; do 4 n=`echo ${nm} |tr ':' ' ' |awk '{print $1}'`
|
| public_unnamespace.sh | 3 for nm in `cat $1` ; do 4 n=`echo ${nm} |tr ':' ' ' |awk '{print $1}'`
|
| /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/ |
| public_namespace.sh | 3 for nm in `cat $1` ; do 4 n=`echo ${nm} |tr ':' ' ' |awk '{print $1}'`
|
| public_unnamespace.sh | 3 for nm in `cat $1` ; do 4 n=`echo ${nm} |tr ':' ' ' |awk '{print $1}'`
|
| /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/distrib/sun2/ramdisk/ |
| Findrefs | 10 nm -p $f | grep "$1" && echo $f
|
| Showsyms | 7 nm -n rd_bin.syms | egrep -v ' (gcc2|___gnu)_compiled' > $tf 16 nm -p rd_bin.syms | grep -i ' c '
|
| /src/distrib/sun3/ramdisk/ |
| Findrefs | 10 nm -p $f | grep "$1" && echo $f
|
| Showsyms | 7 nm -n rd_bin.syms | egrep -v ' (gcc2|___gnu)_compiled' > $tf 16 nm -p rd_bin.syms | grep -i ' c '
|
| /src/crypto/external/apache2/openssl/dist/crypto/evp/ |
| legacy_meth.h | 10 #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) \
|
| /src/crypto/external/bsd/openssl/dist/crypto/evp/ |
| legacy_meth.h | 10 #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) \
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| namemap_internal_test.c | 21 OSSL_NAMEMAP *nm = NULL; local 25 && TEST_ptr(nm = ossl_namemap_new(NULL)) 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) 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, num1, ALIAS1) 58 OSSL_NAMEMAP *nm = ossl_namemap_new(NULL); 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...] |
| /src/crypto/external/bsd/openssl/dist/test/ |
| namemap_internal_test.c | 21 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) 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, num1, ALIAS1) 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...] |
| /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/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/arch/hpc/hpc/ |
| platid.awk | 66 mode_name[mode], nm, saved_name, enumerator[mode]) > out_h 68 mode_name[mode], nm, saved_name) > out_h 70 mode_name[mode], nm, saved_name, shifts[mode, nest]) > out_h 83 mode_name[mode], nm, saved_name) > out_mask_h 87 nm, saved_name, 88 mode_name[mode], nm, saved_name) > out_mask_h 91 nm, saved_name, 92 mode_name[mode], nm, saved_name) > out_mask_h 100 mode_name[mode], nm, saved_name) > out_mask_c 103 mode_name[mode], nm, saved_name) > out_mask_ [all...] |
| /src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
| objects.h | 76 # define _DECLARE_OBJ_BSEARCH_CMP_FN(scope, type1, type2, nm) \ 77 static int nm##_cmp_BSEARCH_CMP_FN(const void *, const void *); \ 78 static int nm##_cmp(type1 const *, type2 const *); \ 79 scope type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num) 83 # define DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm) \ 84 type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num) 113 # define IMPLEMENT_OBJ_BSEARCH_CMP_FN(type1, type2, nm) \ 114 static int nm##_cmp_BSEARCH_CMP_FN(const void *a_, const void *b_) \ 118 return nm##_cmp(a,b); \ 120 static type2 *OBJ_bsearch_##nm(type1 *key, type2 const *base, int num) [all...] |
| /src/external/gpl2/groff/dist/src/libs/libdriver/ |
| printer.cpp | 105 void printer::load_font(int n, const char *nm) 132 font *f = find_font(nm); 136 font *printer::find_font(const char *nm) 139 if (strcmp(p->p->get_name(), nm) == 0) 141 font *f = make_font(nm); 148 font *printer::make_font(const char *nm) 150 return font::load_font(nm); 194 void printer::set_special_char(const char *nm, const environment *env, 199 int i = set_char_and_width(nm, env, &w, &f); 201 set_char(i, f, env, w, nm); [all...] |
| /src/external/bsd/jemalloc/dist/include/jemalloc/ |
| jemalloc_rename.sh | 14 for nm in `cat ${public_symbols_txt}` ; do 15 n=`echo ${nm} |tr ':' ' ' |awk '{print $1}'` 16 m=`echo ${nm} |tr ':' ' ' |awk '{print $2}'`
|
| /src/external/bsd/jemalloc.old/dist/include/jemalloc/ |
| jemalloc_rename.sh | 14 for nm in `cat ${public_symbols_txt}` ; do 15 n=`echo ${nm} |tr ':' ' ' |awk '{print $1}'` 16 m=`echo ${nm} |tr ':' ' ' |awk '{print $2}'`
|
| /src/external/gpl3/binutils/dist/binutils/ |
| sanity.sh | 34 for i in size objdump nm ar strip ranlib ; do 39 for i in size objdump nm ar strip ranlib ; do 43 ### nm 44 for i in size objdump nm ar strip ranlib ; do 45 ${BIN}/nm ${BIN}/$i > /dev/null 54 for i in size objdump nm ar ranlib ; do
|