| /NextBSD/cddl/contrib/dtracetoolkit/Examples/ |
| HD | py_flowinfo_example.txt | 9 0 145424 3 site.py:58 func -> ? 10 0 145424 1375 os.py:22 func -> ? 11 0 145424 692 posixpath.py:11 func -> ? 12 0 145424 184 stat.py:4 func -> ? 13 0 145424 21 stat.py:86 func <- ? 14 0 145424 32 posixpath.py:454 func <- ? 15 0 145424 18 os.py:34 func -> _get_exports_list 16 0 145424 135 os.py:38 func <- _get_exports_list 17 0 145424 261 UserDict.py:1 func -> ? 18 0 145424 11 UserDict.py:3 func -> UserDict [all …]
|
| HD | py_calltime_example.txt | 12 UserDict.py func ? 1 13 UserDict.py func DictMixin 1 14 UserDict.py func IterableUserDict 1 15 UserDict.py func UserDict 1 16 UserDict.py func __init__ 1 17 __init__.py func ? 1 18 __init__.py func CodecRegistryError 1 19 __init__.py func normalize_encoding 1 20 __init__.py func search_function 1 21 aliases.py func ? 1 [all …]
|
| HD | py_cputime_example.txt | 12 UserDict.py func ? 1 13 UserDict.py func DictMixin 1 14 UserDict.py func IterableUserDict 1 15 UserDict.py func UserDict 1 16 UserDict.py func __init__ 1 17 __init__.py func ? 1 18 __init__.py func CodecRegistryError 1 19 __init__.py func normalize_encoding 1 20 __init__.py func search_function 1 21 aliases.py func ? 1 [all …]
|
| HD | py_calldist_example.txt | 24 UserDict.py, func, IterableUserDict 30 __init__.py, func, CodecRegistryError 36 ascii.py, func, Codec 42 ascii.py, func, StreamConverter 48 ascii.py, func, StreamReader 54 ascii.py, func, StreamWriter 60 ascii.py, func, getregentry 66 site.py, func, _Helper 72 site.py, func, aliasmbcs 78 site.py, func, setencoding [all …]
|
| HD | py_cpudist_example.txt | 12 UserDict.py, func, IterableUserDict 18 __init__.py, func, CodecRegistryError 24 ascii.py, func, StreamReader 30 ascii.py, func, StreamWriter 36 ascii.py, func, getregentry 42 site.py, func, aliasmbcs 48 site.py, func, sethelper 54 types.py, func, _C 60 warnings.py, func, _OptionError 66 UserDict.py, func, __init__ [all …]
|
| HD | js_calls_example.txt | 16 func_clock.html func func_a 1 17 func_clock.html func func_b 1 18 func_clock.html func func_c 1 19 func_clock.html func setTimeout 1 20 func_clock.html func start 1 22 func_clock.html func getElementById 4 24 This shows the type of calls made, 1 exec, one obj-new, several func; a more 72 autocomplete.xml func apply 1 73 autocomplete.xml func attachController 1 74 autocomplete.xml func detachController 1 [all …]
|
| HD | py_syscalls_example.txt | 15 UserDict.py func ? 1 16 UserDict.py func DictMixin 1 17 UserDict.py func IterableUserDict 1 18 UserDict.py func UserDict 1 19 UserDict.py func __init__ 1 20 __init__.py func ? 1 21 __init__.py func CodecRegistryError 1 22 __init__.py func normalize_encoding 1 23 __init__.py func search_function 1 24 aliases.py func ? 1 [all …]
|
| HD | rb_cputime_example.txt | 16 func_slow.rb func Object::func_a 1 17 func_slow.rb func Object::func_b 1 18 func_slow.rb func Object::func_c 1 20 func_slow.rb func IO::write 3 21 func_slow.rb func Module::method_added 3 22 func_slow.rb func Object::print 3 23 func_slow.rb func Fixnum::< 600003 24 func_slow.rb func Fixnum::+ 1200000 37 func_slow.rb func Module::method_added 4 38 func_slow.rb func Object::print 57 [all …]
|
| HD | js_flowinfo_example.txt | 8 0 11651 2 .:0 func -> start 9 0 11651 75 func_clock.html:30 func -> getElementById 10 0 11651 51 func_clock.html:- func <- getElementById 11 0 11651 479 func_clock.html:31 func -> func_a 12 0 11651 25 func_clock.html:21 func -> getElementById 13 0 11651 23 func_clock.html:- func <- getElementById 14 0 11651 30611 func_clock.html:25 func -> func_b 15 0 11651 79 func_clock.html:13 func -> getElementById 16 0 11651 51 func_clock.html:- func <- getElementById 17 0 11651 33922 func_clock.html:17 func -> func_c [all …]
|
| HD | js_calltime_example.txt | 13 func_clock.html func func_a 3 14 func_clock.html func func_b 3 15 func_clock.html func func_c 3 16 func_clock.html func setTimeout 3 17 func_clock.html func start 3 19 func_clock.html func getElementById 12 29 func_clock.html func setTimeout 229 30 func_clock.html func getElementById 378 31 func_clock.html func start 4061 32 func_clock.html func func_a 51080 [all …]
|
| /NextBSD/contrib/openpam/misc/ |
| HD | gendoc.pl | 103 my $func; 150 $func = $fn; 151 $func =~ s,^(?:.*/)?([^/]+)\.c$,$1,; 152 if ($source !~ m,\n \* ([\S ]+)\n \*/\n\n([\S ]+)\n$func\((.*?)\)\n\{,s) { 153 warn("$fn: can't find $func\n"); 293 s/\s*=($func)\b\s*/\n.Fn $1\n/gs; 329 $FUNCTIONS{$func} = { 332 'name' => $func, 345 $FUNCTIONS{$func}->{nodoc} = 1; 348 $FUNCTIONS{$func}->{openpam} = 1; [all …]
|
| /NextBSD/contrib/compiler-rt/lib/interception/ |
| HD | interception.h | 122 # define DECLARE_WRAPPER(ret_type, func, ...) argument 128 # define DECLARE_WRAPPER(ret_type, func, ...) \ argument 129 extern "C" ret_type func(__VA_ARGS__); 130 # define DECLARE_WRAPPER_WINAPI(ret_type, func, ...) \ argument 131 extern "C" __declspec(dllimport) ret_type __stdcall func(__VA_ARGS__); 139 # define DECLARE_WRAPPER(ret_type, func, ...) \ argument 140 extern "C" ret_type func(__VA_ARGS__) \ 141 __attribute__((alias("__interceptor_" #func), visibility("default"))); 146 # define DECLARE_WRAPPER(ret_type, func, ...) \ argument 147 extern "C" ret_type func(__VA_ARGS__) \ [all …]
|
| /NextBSD/sys/sys/ |
| HD | sdt.h | 87 #define SDT_PROBE_DEFINE(prov, mod, func, name) argument 88 #define SDT_PROBE_DECLARE(prov, mod, func, name) argument 89 #define SDT_PROBE(prov, mod, func, name, arg0, arg1, arg2, arg3, arg4) argument 90 #define SDT_PROBE_ARGTYPE(prov, mod, func, name, num, type, xtype) argument 92 #define SDT_PROBE_DEFINE0(prov, mod, func, name) argument 93 #define SDT_PROBE_DEFINE1(prov, mod, func, name, arg0) argument 94 #define SDT_PROBE_DEFINE2(prov, mod, func, name, arg0, arg1) argument 95 #define SDT_PROBE_DEFINE3(prov, mod, func, name, arg0, arg1, arg2) argument 96 #define SDT_PROBE_DEFINE4(prov, mod, func, name, arg0, arg1, arg2, arg3) argument 97 #define SDT_PROBE_DEFINE5(prov, mod, func, name, arg0, arg1, arg2, arg3, arg4) argument [all …]
|
| /NextBSD/contrib/netbsd-tests/fs/common/ |
| HD | h_fsmacros.h | 106 #define ATF_TC_FSADD(fs,type,func,desc) \ argument 107 ATF_TC(fs##_##func); \ 108 ATF_TC_HEAD(fs##_##func,tc) \ 118 void *fs##func##tmp; \ 120 ATF_TC_BODY(fs##_##func,tc) \ 124 FSTEST_CONSTRUCTOR(tc,fs,fs##func##tmp); \ 125 func(tc,FSTEST_MNTNAME); \ 164 #define ATF_TP_FSADD(fs,func) \ argument 165 ATF_TP_ADD_TC(tp,fs##_##func) 167 #define ATF_TC_FSAPPLY_NOZFS(func,desc) \ argument [all …]
|
| /NextBSD/contrib/libucl/src/ |
| HD | ucl_emitter.c | 96 ucl_add_tabs (const struct ucl_emitter_functions *func, unsigned int tabs, in ucl_add_tabs() argument 100 func->ucl_emitter_append_character (' ', tabs * 4, func->ud); in ucl_add_tabs() 113 const struct ucl_emitter_functions *func = ctx->func; in ucl_emitter_print_key() local 124 func->ucl_emitter_append_len (obj->key, obj->keylen, func->ud); in ucl_emitter_print_key() 128 func->ucl_emitter_append_len (" = ", 3, func->ud); in ucl_emitter_print_key() 131 func->ucl_emitter_append_character (' ', 1, func->ud); in ucl_emitter_print_key() 139 func->ucl_emitter_append_len (obj->key, obj->keylen, func->ud); in ucl_emitter_print_key() 142 func->ucl_emitter_append_len ("null", 4, func->ud); in ucl_emitter_print_key() 145 func->ucl_emitter_append_len (": ", 2, func->ud); in ucl_emitter_print_key() 152 func->ucl_emitter_append_len ("null", 4, func->ud); in ucl_emitter_print_key() [all …]
|
| HD | ucl_emitter_utils.c | 45 .func = NULL, 51 .func = NULL, 57 .func = NULL, 63 .func = NULL, 69 .func = NULL, 100 const struct ucl_emitter_functions *func = ctx->func; in ucl_elt_string_write_json() local 102 func->ucl_emitter_append_character ('"', 1, func->ud); in ucl_elt_string_write_json() 107 func->ucl_emitter_append_len (c, len, func->ud); in ucl_elt_string_write_json() 111 func->ucl_emitter_append_len ("\\n", 2, func->ud); in ucl_elt_string_write_json() 114 func->ucl_emitter_append_len ("\\r", 2, func->ud); in ucl_elt_string_write_json() [all …]
|
| /NextBSD/contrib/binutils/opcodes/ |
| HD | arm-dis.c | 1578 arm_decode_shift (long given, fprintf_ftype func, void *stream, in arm_decode_shift() argument 1581 func (stream, "%s", arm_regnames[given & 0xf]); in arm_decode_shift() 1594 func (stream, ", rrx"); in arm_decode_shift() 1602 func (stream, ", %s #%d", arm_shift[shift], amount); in arm_decode_shift() 1604 func (stream, ", #%d", amount); in arm_decode_shift() 1607 func (stream, ", %s %s", arm_shift[(given & 0x60) >> 5], in arm_decode_shift() 1610 func (stream, ", %s", arm_regnames[(given & 0xf00) >> 8]); in arm_decode_shift() 1624 fprintf_ftype func = info->fprintf_func; in print_insn_coprocessor() local 1678 func (stream, "%%"); in print_insn_coprocessor() 1682 func (stream, "[%s", arm_regnames [(given >> 16) & 0xf]); in print_insn_coprocessor() [all …]
|
| /NextBSD/contrib/telnet/telnetd/ |
| HD | slc.c | 131 add_slc(char func, char flag, cc_t val) in add_slc() argument 134 if ((*slcptr++ = (unsigned char)func) == 0xff) in add_slc() 217 process_slc(unsigned char func, unsigned char flag, cc_t val) in process_slc() argument 224 if (func > NSLC) { in process_slc() 225 add_slc(func, SLC_NOSUPPORT, 0); in process_slc() 234 if (func == 0) { in process_slc() 250 mylevel = slctab[func].current.flag & SLC_LEVELBITS; in process_slc() 257 if (hislevel == mylevel && (val == slctab[func].current.val || ack)) { in process_slc() 269 change_slc(func, flag, val); in process_slc() 281 change_slc(char func, char flag, cc_t val) in change_slc() argument [all …]
|
| /NextBSD/contrib/tcsh/ |
| HD | ed.defns.c | 1140 f->func = F_CHARBACK; in editinit() 1145 f->func = F_DELPREV; in editinit() 1150 f->func = F_DELWORDPREV; in editinit() 1156 f->func = F_KILLBEG; in editinit() 1162 f->func = F_WORDBACK; in editinit() 1167 f->func = F_TOBEG; in editinit() 1172 f->func = F_CASECAPITAL; in editinit() 1178 f->func = V_CHGCASE; in editinit() 1184 f->func = V_CHGTOEND; /* backward compat. */ in editinit() 1189 f->func = F_CLEARDISP; in editinit() [all …]
|
| /NextBSD/sys/amd64/pci/ |
| HD | pci_cfgreg.c | 51 static uint32_t pci_docfgregread(int bus, int slot, int func, int reg, 53 static int pciereg_cfgread(int bus, unsigned slot, unsigned func, 55 static void pciereg_cfgwrite(int bus, unsigned slot, unsigned func, 57 static int pcireg_cfgread(int bus, int slot, int func, int reg, int bytes); 58 static void pcireg_cfgwrite(int bus, int slot, int func, int reg, int data, int bytes); 122 pci_docfgregread(int bus, int slot, int func, int reg, int bytes) in pci_docfgregread() argument 128 return (pciereg_cfgread(bus, slot, func, reg, bytes)); in pci_docfgregread() 130 return (pcireg_cfgread(bus, slot, func, reg, bytes)); in pci_docfgregread() 137 pci_cfgregread(int bus, int slot, int func, int reg, int bytes) in pci_cfgregread() argument 150 line = pci_docfgregread(bus, slot, func, PCIR_INTLINE, 1); in pci_cfgregread() [all …]
|
| /NextBSD/contrib/libc++/src/ |
| D | string.cpp | 48 void throw_from_string_out_of_range( const string& func ) in throw_from_string_out_of_range() argument 50 throw_helper<out_of_range>(func + ": out of range"); in throw_from_string_out_of_range() 54 void throw_from_string_invalid_arg( const string& func ) in throw_from_string_invalid_arg() argument 56 throw_helper<invalid_argument>(func + ": no conversion"); in throw_from_string_invalid_arg() 64 as_integer_helper(const string& func, const S& str, size_t* idx, int base, F f) in as_integer_helper() argument 73 throw_from_string_out_of_range(func); in as_integer_helper() 75 throw_from_string_invalid_arg(func); in as_integer_helper() 84 as_integer(const string& func, const S& s, size_t* idx, int base); 90 as_integer(const string& func, const string& s, size_t* idx, int base ) in as_integer() argument 93 long r = as_integer_helper<long>( func, s, idx, base, strtol ); in as_integer() [all …]
|
| /NextBSD/crypto/heimdal/lib/hx509/ |
| HD | test_soft_pkcs11.c | 38 static CK_FUNCTION_LIST_PTR func; variable 57 ret = (*func->C_FindObjectsInit)(session, search_data, num_search_data); in find_object() 61 ret = (*func->C_FindObjects)(session, object, 1, &object_count); in find_object() 69 ret = (*func->C_FindObjectsFinal)(session); in find_object() 92 ret = C_GetFunctionList(&func); in main() 96 (*func->C_Initialize)(NULL_PTR); in main() 98 ret = (*func->C_GetSlotList)(FALSE, NULL, &num_slots); in main() 108 ret = (*func->C_GetSlotList)(FALSE, slot_ids, &num_slots); in main() 115 ret = (*func->C_GetSlotInfo)(slot, &slot_info); in main() 122 ret = (*func->C_OpenSession)(slot, CKF_SERIAL_SESSION, in main() [all …]
|
| /NextBSD/sys/powerpc/powerpc/ |
| HD | db_disasm.c | 73 enum function_mask func; member 576 enum function_mask func; in disasm_fields() local 580 func = popcode->func; in disasm_fields() 581 if (func & Op_OE) { in disasm_fields() 588 func &= ~Op_OE; in disasm_fields() 590 switch (func & Op_LKM) { in disasm_fields() 607 func &= ~Op_LKM; in disasm_fields() 620 if (func & Op_D) { in disasm_fields() 625 func &= ~Op_D; in disasm_fields() 627 if (func & Op_crbD) { in disasm_fields() [all …]
|
| /NextBSD/sys/i386/pci/ |
| HD | pci_cfgreg.c | 92 static uint32_t pci_docfgregread(int bus, int slot, int func, int reg, 94 static int pcireg_cfgread(int bus, int slot, int func, int reg, int bytes); 95 static void pcireg_cfgwrite(int bus, int slot, int func, int reg, int data, int bytes); 97 static int pciereg_cfgread(int bus, unsigned slot, unsigned func, 99 static void pciereg_cfgwrite(int bus, unsigned slot, unsigned func, 201 pci_docfgregread(int bus, int slot, int func, int reg, int bytes) in pci_docfgregread() argument 207 return (pciereg_cfgread(bus, slot, func, reg, bytes)); in pci_docfgregread() 209 return (pcireg_cfgread(bus, slot, func, reg, bytes)); in pci_docfgregread() 216 pci_cfgregread(int bus, int slot, int func, int reg, int bytes) in pci_cfgregread() argument 226 line = pci_docfgregread(bus, slot, func, PCIR_INTLINE, 1); in pci_cfgregread() [all …]
|
| /NextBSD/crypto/openssl/crypto/asn1/ |
| HD | asn1_mac.h | 75 # define M_ASN1_D2I_vars(a,type,func) \ argument 83 { if ((ret=(type)func()) == NULL) \ 98 # define M_ASN1_D2I_Finish(a,func,e) \ argument 103 if ((ret != NULL) && ((a == NULL) || (*a != ret))) func(ret); \ 114 # define M_ASN1_D2I_Finish_nolen(a, func, e) \ argument 121 if ((ret != NULL) && ((a == NULL) || (*a != ret))) func(ret); \ 129 # define M_ASN1_D2I_get(b, func) \ argument 131 if (func(&(b),&c.p,c.slen) == NULL) \ 136 # define M_ASN1_D2I_get_x(type,b,func) \ argument 138 if (((D2I_OF(type))func)(&(b),&c.p,c.slen) == NULL) \ [all …]
|