Searched defs:arg (Results 1 – 11 of 11) sorted by relevance
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | quotearg.c | 186 char const *arg, size_t argsize, in quotearg_buffer_restyled() 580 char const *arg, size_t argsize, in quotearg_buffer() 593 quotearg_alloc (char const *arg, size_t argsize, in quotearg_alloc() 606 quotearg_alloc_mem (char const *arg, size_t argsize, size_t *size, in quotearg_alloc_mem() 668 quotearg_n_options (int n, char const *arg, size_t argsize, in quotearg_n_options() 724 quotearg_n (int n, char const *arg) in quotearg_n() 730 quotearg_n_mem (int n, char const *arg, size_t argsize) in quotearg_n_mem() 736 quotearg (char const *arg) in quotearg() 742 quotearg_mem (char const *arg, size_t argsize) in quotearg_mem() 748 quotearg_n_style (int n, enum quoting_style s, char const *arg) in quotearg_n_style() [all …]
|
D | obstack.c | 193 void *arg) in _obstack_begin_1()
|
D | alloca.c | 72 # define ADDRESS_FUNCTION(arg) (char *) i00afunc (&(arg)) argument
|
D | obstack.h | 239 #define obstack_specify_allocation_with_arg(h, size, alignment, chunkfun, freefun, arg) \ argument
|
D | regex_internal.h | 127 # define __attribute(arg) __attribute__ (arg) argument 129 # define __attribute(arg) argument
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
D | _como.h | 91 inline long double expl(long double arg) { return exp(arg); } in expl() 92 inline long double logl(long double arg) { return log(arg); } in logl() 121 inline float logf(float arg) { return log(arg); } in logf() 122 inline long double logl(long double arg) { return log(arg); } in logl() 126 inline long double expl(long double arg) { return exp(arg); } in expl() 164 inline long double expl(long double arg) { return exp(arg); } in expl() 165 inline long double logl(long double arg) { return log(arg); } in logl()
|
/ndk/sources/cxx-stl/stlport/src/ |
D | cxa.c | 48 void *arg; member 52 void *arg; member 70 int __cxa_atexit(void (*func)(void *), void *arg, void *d) in __cxa_atexit() argument
|
D | complex.cpp | 55 _STLP_DECLSPEC float _STLP_CALL arg(const complex<float>& __z) in arg() function 59 _STLP_DECLSPEC double _STLP_CALL arg(const complex<double>& __z) in arg() function 64 _STLP_DECLSPEC long double _STLP_CALL arg(const complex<long double>& __z) in arg() function
|
D | ios.cpp | 208 const char* arg ; in _M_throw_failure() local
|
/ndk/tests/device/test-gabi++-guard/jni/ |
D | test_guard.cpp | 33 static void* thread_run(void* arg) in thread_run()
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
D | sed.c | 341 char *arg = argv[optind++]; local
|