Home
last modified time | relevance | path

Searched defs:arg (Results 1 – 18 of 18) 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/sources/host-tools/toolbox/
Decho_win.c50 const TCHAR* arg = argv[1]; in main() 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
/ndk/sources/host-tools/make-3.81/
Darscan.c137 ar_scan (char *archive, long int (*function) PARAMS ((void)), long int arg) in ar_scan()
304 ar_scan (char *archive, long int (*function)(), long int arg) in ar_scan()
Dhash.c237 hash_map_arg (struct hash_table *ht, hash_map_arg_func_t map, void *arg) in hash_map_arg()
Dmain.c2298 handle_non_switch_argument (char *arg, int env) in handle_non_switch_argument()
2680 char *arg; in define_makeflags() member
Dalloca.c65 #define ADDRESS_FUNCTION(arg) (char *) i00afunc (&(arg)) argument
Dvariable.c1360 print_variable (const void *item, void *arg) in print_variable()
/ndk/sources/host-tools/nawk-20071023/
Drun.c336 Cell *arg(Node **a, int n) /* nth argument of a function */ in arg() function