Searched defs:arg (Results 226 - 250 of 2406) sorted by relevance

1234567891011>>

/freebsd-10-stable/contrib/libc++/src/
H A Dmutex.cpp224 __call_once(volatile unsigned long& flag, void* arg, void(*func)(void*)) argument
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
H A Dpolymorphic_ptr.h42 polymorphic_ptr(const polymorphic_ptr &arg) : ptr(arg ? arg->clone() : 0) {} argument
44 polymorphic_ptr(polymorphic_ptr &&arg) : ptr(arg.take()) {} argument
48 polymorphic_ptr &operator=(polymorphic_ptr arg) { argument
52 polymorphic_ptr &operator=(T *arg) { argument
73 swap(polymorphic_ptr &arg) argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DCleanUp.h198 CleanUp2 (value_type value, CallbackType callback, A0 arg) : argument
213 CleanUp2 (value_type value, value_type invalid, CallbackType callback, A0 arg) : argument
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIXLog.cpp51 GetFlagBits (const char *arg) argument
83 const char *arg = args[0]; local
128 const char *arg = args[0]; local
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemoteLog.cpp71 const char *arg = categories[i]; local
129 const char *arg = categories[i]; local
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/
H A Dlldb-log.cpp117 const char *arg = categories[i]; local
192 const char *arg = categories[i]; local
[all...]
/freebsd-10-stable/contrib/llvm/tools/llvm-diff/
H A DDiffConsumer.cpp164 unsigned arg = 0; local
/freebsd-10-stable/contrib/mdocml/
H A Dchars.c58 mchars_free(struct mchars *arg) argument
100 mchars_spec2cp(const struct mchars *arg, const char *p, size_t sz) argument
133 mchars_spec2str(const struct mchars *arg, argument
H A Dout.h51 void *arg; /* passed to slen and len */ member in struct:rofftbl
H A Dterm_ascii.c170 ascii_free(void *arg) argument
H A Dtree.c40 tree_mdoc(void *arg, const struct mdoc *mdoc) argument
49 tree_man(void *arg, const struct man *man) argument
/freebsd-10-stable/contrib/netbsd-tests/fs/common/
H A Dsnapshot.c131 fs_activity(void *arg) argument
/freebsd-10-stable/contrib/netbsd-tests/lib/libbpfjit/
H A Dt_extmem.c303 void *arg = (void*)(uintptr_t)2; local
348 void *arg = (void*)(uintptr_t)3; local
394 void *arg = (void*)(uintptr_t)2; local
440 void *arg = (void*)(uintptr_t)3; local
[all...]
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/stdlib/
H A Dh_atexit.c106 cxa_handler_5(void *arg) argument
120 cxa_handler_4(void *arg) argument
134 cxa_handler_3(void *arg) argument
148 cxa_handler_2(void *arg) argument
H A Dt_getenv_thread.c53 thread_getenv_r(void *arg) argument
75 thread_putenv(void *arg) argument
102 thread_setenv(void *arg) argument
122 thread_unsetenv(void *arg) argument
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_clone.c57 dummy(void *arg) argument
64 clone_func(void *arg) argument
/freebsd-10-stable/contrib/netbsd-tests/lib/libpthread/
H A Dh_atexit.c97 cxa_handler_5(void *arg) argument
111 cxa_handler_4(void *arg) argument
125 cxa_handler_3(void *arg) argument
139 cxa_handler_2(void *arg) argument
/freebsd-10-stable/contrib/netbsd-tests/libexec/ld.elf_so/
H A Dh_locking.c82 init_fini_helper(void *arg) argument
/freebsd-10-stable/contrib/netbsd-tests/modules/k_helper/
H A Dk_helper.c173 k_helper_fini(void *arg) argument
183 k_helper_modcmd(modcmd_t cmd, void *arg) argument
/freebsd-10-stable/contrib/netbsd-tests/rump/rumpkern/h_client/
H A Dh_forkcli.c137 const char *arg; /* sp arg, el */ member in struct:parsa
/freebsd-10-stable/contrib/pf/libevent/
H A Dsignal.c68 evsignal_cb(int fd, short what, void *arg) argument
/freebsd-10-stable/contrib/sendmail/libsm/
H A Dclock.c398 int arg; local
[all...]
/freebsd-10-stable/crypto/heimdal/lib/asn1/
H A Dhash.c150 hashtabforeach(Hashtab * htab, int (*func) (void *ptr, void *arg), argument
/freebsd-10-stable/crypto/heimdal/lib/hdb/
H A Dhdb-keytab.c182 hdb_keytab_create(krb5_context context, HDB ** db, const char *arg) argument
/freebsd-10-stable/gnu/usr.bin/rcs/rcsmerge/
H A Drcsmerge.c128 char const *arg[3]; variable

Completed in 222 milliseconds

1234567891011>>