Home
last modified time | relevance | path

Searched refs:arg (Results 1 – 25 of 62) sorted by relevance

123

/ndk/sources/host-tools/sed-4.2.1/lib/
Dquotearg.c186 char const *arg, size_t argsize, in quotearg_buffer_restyled() argument
279 for (i = 0; ! (argsize == SIZE_MAX ? arg[i] == '\0' : i == argsize); i++) in quotearg_buffer_restyled()
287 && memcmp (arg + i, quote_string, quote_string_len) == 0) in quotearg_buffer_restyled()
294 c = arg[i]; in quotearg_buffer_restyled()
303 if (i + 1 < argsize && '0' <= arg[i + 1] && arg[i + 1] <= '9') in quotearg_buffer_restyled()
324 && i + 2 < argsize && arg[i + 1] == '?') in quotearg_buffer_restyled()
325 switch (arg[i + 2]) in quotearg_buffer_restyled()
334 c = arg[i + 2]; in quotearg_buffer_restyled()
379 if (! (argsize == SIZE_MAX ? arg[1] == '\0' : argsize == 1)) in quotearg_buffer_restyled()
456 argsize = strlen (arg); in quotearg_buffer_restyled()
[all …]
Dquotearg.h234 char const *arg, size_t argsize,
240 char *quotearg_alloc (char const *arg, size_t argsize,
249 char *quotearg_alloc_mem (char const *arg, size_t argsize,
259 char *quotearg_n (int n, char const *arg);
262 char *quotearg (char const *arg);
267 char *quotearg_n_mem (int n, char const *arg, size_t argsize);
270 char *quotearg_mem (char const *arg, size_t argsize);
275 char *quotearg_n_style (int n, enum quoting_style s, char const *arg);
281 char const *arg, size_t argsize);
284 char *quotearg_style (enum quoting_style s, char const *arg);
[all …]
Dalloca.c72 # define ADDRESS_FUNCTION(arg) (char *) i00afunc (&(arg)) argument
74 # define ADDRESS_FUNCTION(arg) &(arg)
Dobstack.c193 void *arg) in _obstack_begin_1() argument
220 h->extra_arg = arg; in _obstack_begin_1()
Dregex_internal.h127 # define __attribute(arg) __attribute__ (arg) argument
129 # define __attribute(arg) argument
Dobstack.h239 #define obstack_specify_allocation_with_arg(h, size, alignment, chunkfun, freefun, arg) \ argument
242 (void (*) (void *, void *)) (freefun), (arg))
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_como.h91 inline long double expl(long double arg) { return exp(arg); } in expl() argument
92 inline long double logl(long double arg) { return log(arg); } in logl() argument
121 inline float logf(float arg) { return log(arg); } in logf() argument
122 inline long double logl(long double arg) { return log(arg); } in logl() argument
126 inline long double expl(long double arg) { return exp(arg); } in expl() argument
164 inline long double expl(long double arg) { return exp(arg); } in expl() argument
165 inline long double logl(long double arg) { return log(arg); } in logl() argument
/ndk/sources/host-tools/sed-4.2.1/build-aux/
Ddepcomp106 for arg
108 case $arg in
109 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
110 *) set fnord "$@" "$arg" ;;
427 for arg
429 case $arg in
437 set fnord "$@" "$arg"
478 for arg
489 case "$arg" in
491 set fnord "$@" "$arg"; shift ;;
[all …]
Dinstall-sh180 for arg
188 dst_arg=$arg
/ndk/sources/host-tools/make-3.81/config/
Ddepcomp356 for arg
358 case $arg in
366 set fnord "$@" "$arg"
407 for arg in "$@"; do
413 case "$arg" in
415 set fnord "$@" "$arg"; shift ;;
421 set fnord "$@" "$arg"; shift ;;
452 for arg
454 case $arg in
462 set fnord "$@" "$arg"
[all …]
Dinstall-sh143 for arg
151 dstarg=$arg
/ndk/sources/cxx-stl/stlport/src/
Dcxa.c47 void (*fn)(int status, void *arg);
48 void *arg; member
51 void (*fn)(void *arg, int status);
52 void *arg; member
70 int __cxa_atexit(void (*func)(void *), void *arg, void *d) in __cxa_atexit() argument
79 new->func.cxa.arg = arg; in __cxa_atexit()
177 (*f->func.cxa.fn) (f->func.cxa.arg, 0); in __cxa_finalize()
Dios.cpp208 const char* arg ; in _M_throw_failure() local
217 arg = buffer; in _M_throw_failure()
219 arg = "ios failure"; in _M_throw_failure()
223 fputs(arg, stderr); in _M_throw_failure()
225 throw failure(arg); in _M_throw_failure()
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
/ndk/sources/host-tools/toolbox/
Decho_win.c50 const TCHAR* arg = argv[1]; in main() local
52 switch (arg[1]) { in main()
63 _ftprintf(stderr,L"Unknown option: %s\r\n", arg); in main()
/ndk/sources/host-tools/make-3.81/
Dalloca.c65 #define ADDRESS_FUNCTION(arg) (char *) i00afunc (&(arg)) argument
67 #define ADDRESS_FUNCTION(arg) &(arg)
Darscan.c137 ar_scan (char *archive, long int (*function) PARAMS ((void)), long int arg) in ar_scan() argument
166 archive, (char *)arg); in ar_scan()
170 VMS_saved_memname = (char *)arg; in ar_scan()
304 ar_scan (char *archive, long int (*function)(), long int arg) in ar_scan() argument
525 eltmode, arg); in ar_scan()
630 eltmode, arg); in ar_scan()
Dmain.c2298 handle_non_switch_argument (char *arg, int env) in handle_non_switch_argument() argument
2302 if (arg[0] == '-' && arg[1] == '\0') in handle_non_switch_argument()
2305 v = try_variable_definition (0, arg, o_command, 0); in handle_non_switch_argument()
2329 struct file *f = enter_command_line_file (arg); in handle_non_switch_argument()
2680 char *arg; in define_makeflags() member
2688 new->arg = (ARG); \ in define_makeflags()
2691 if (new->arg == 0) \ in define_makeflags()
2807 if (flags->arg != 0) in define_makeflags()
2813 if (flags->arg[0] != '\0') in define_makeflags()
2817 p = quote_for_env (p, flags->arg); in define_makeflags()
Dhash.h41 typedef void (*hash_map_arg_func_t) __P((void const *item, void *arg));
74 void hash_map_arg __P((struct hash_table *ht, hash_map_arg_func_t map, void *arg));
Dhash.c237 hash_map_arg (struct hash_table *ht, hash_map_arg_func_t map, void *arg) in hash_map_arg() argument
245 (*map) (*slot, arg); in hash_map_arg()
/ndk/tests/device/test-gabi++-guard/jni/
Dtest_guard.cpp33 static void* thread_run(void* arg) in thread_run() argument
35 int index = reinterpret_cast<int>(arg); in thread_run()
/ndk/sources/host-tools/sed-4.2.1/sed/
Dsed.c341 char *arg = argv[optind++]; local
342 the_program = compile_string(the_program, arg, strlen(arg));
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_complex.h738 _Tp _STLP_CALL arg(const complex<_Tp>& __z);
760 _STLP_DECLSPEC float _STLP_CALL arg(const complex<float>&);
762 _STLP_DECLSPEC double _STLP_CALL arg(const complex<double>&);
773 _Tp _STLP_CALL arg(const complex<_Tp>& __z)
774 { return _Tp(arg(complex<double>(double(__z.real()), double(__z.imag())))); }
784 _STLP_DECLSPEC long double _STLP_CALL arg(const complex<long double>&);
/ndk/sources/host-tools/make-3.81/po/
Dga.po365 msgstr "t� an ch�ad arg�int neamhuimhri�il leis an fheidhm `word'"
369 msgstr "caithfidh an ch�ad arg�int leis an fheidhm `word' a bheith deimhneach"
373 msgstr "is neamhuimhri�il � an ch�ad arg�int leis an fheidhm `wordlist'"
406 msgstr "Easpa arg�int� (%d) d'fheidhm `%s'"
426 msgstr "%s: n� cheada�tear arg�int i ndiaidh na rogha `--%s'\n"
431 msgstr "%s: n� cheada�tear arg�int i ndiaidh na rogha `%c%s'\n"
436 msgstr "%s: n� fol�ir arg�int don rogha `%s'\n"
461 msgstr "%s: n� fol�ir arg�int don rogha -- %c\n"
471 msgstr "%s: n� cheada�tear arg�int i ndiaidh na rogha `-W %s'\n"
625 "%d arg�int sa tos� theipthe\n"
[all …]
/ndk/sources/host-tools/nawk-20071023/
Dproto.h153 extern Cell *arg(Node **, int);

123