Home
last modified time | relevance | path

Searched defs:arg (Results 1 – 11 of 11) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dquotearg.c186 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 …]
Dobstack.c193 void *arg) in _obstack_begin_1()
Dalloca.c72 # define ADDRESS_FUNCTION(arg) (char *) i00afunc (&(arg)) argument
Dobstack.h239 #define obstack_specify_allocation_with_arg(h, size, alignment, chunkfun, freefun, arg) \ argument
Dregex_internal.h127 # define __attribute(arg) __attribute__ (arg) argument
129 # define __attribute(arg) argument
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_como.h91 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/
Dcxa.c48 void *arg; member
52 void *arg; member
70 int __cxa_atexit(void (*func)(void *), void *arg, void *d) in __cxa_atexit() argument
Dcomplex.cpp55 _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
Dios.cpp208 const char* arg ; in _M_throw_failure() local
/ndk/tests/device/test-gabi++-guard/jni/
Dtest_guard.cpp33 static void* thread_run(void* arg) in thread_run()
/ndk/sources/host-tools/sed-4.2.1/sed/
Dsed.c341 char *arg = argv[optind++]; local