Searched refs:arglist (Results 1 - 25 of 38) sorted by relevance

12

/haiku-fatelf/src/bin/patch/
H A Dargmatch.c91 __argmatch_internal (const char *arg, const char *const *arglist,
103 for (i = 0; arglist[i]; i++)
106 ? !strncmp (arglist[i], arg, arglen)
107 : !strncasecmp (arglist[i], arg, arglen))
109 if (strlen (arglist[i]) == arglen)
137 argmatch (const char *arg, const char *const *arglist,
140 return __argmatch_internal (arg, arglist, vallist, valsize, 1);
145 argcasematch (const char *arg, const char *const *arglist,
148 return __argmatch_internal (arg, arglist, vallist, valsize, 0);
171 argmatch_valid (const char *const *arglist,
90 __argmatch_internal(const char *arg, const char *const *arglist, const char *vallist, size_t valsize, int case_sensitive) argument
136 argmatch(const char *arg, const char *const *arglist, const char *vallist, size_t valsize) argument
144 argcasematch(const char *arg, const char *const *arglist, const char *vallist, size_t valsize) argument
170 argmatch_valid(const char *const *arglist, const char *vallist, size_t valsize) argument
200 __xargmatch_internal(const char *context, const char *arg, const char *const *arglist, const char *vallist, size_t valsize, int case_sensitive, argmatch_exit_fn exit_fn) argument
224 argmatch_to_argument(const char *value, const char *const *arglist, const char *vallist, size_t valsize) argument
[all...]
H A Dargmatch.h55 PARAMS ((const char *arg, const char *const *arglist,
58 PARAMS ((const char *arg, const char *const *arglist,
88 PARAMS ((const char *const *arglist,
101 const char *arg, const char *const *arglist,
122 PARAMS ((char const *value, const char *const *arglist,
/haiku-fatelf/src/bin/bc/dc/
H A Ddc.h41 # define DC_DECLARG(arglist) arglist
47 # define DC_DECLARG(arglist) (
/haiku-fatelf/src/libs/stdc++/legacy/
H A Dansidecl.h34 obsolete -- DEFUN (name, arglist, args)
123 #define PROTO(type, name, arglist) type name arglist
125 #define DEFUN(name, arglist, args) name(args)
155 #define PROTO(type, name, arglist) type name ()
157 #define DEFUN(name, arglist, args) name arglist args;
/haiku-fatelf/src/bin/coreutils/lib/
H A Dargmatch.c84 argmatch (const char *arg, const char *const *arglist,
95 for (i = 0; arglist[i]; i++)
97 if (!strncmp (arglist[i], arg, arglen))
99 if (strlen (arglist[i]) == arglen)
146 argmatch_valid (const char *const *arglist,
155 for (i = 0; arglist[i]; i++)
159 fprintf (stderr, "\n - `%s'", arglist[i]);
164 fprintf (stderr, ", `%s'", arglist[i]);
177 const char *arg, const char *const *arglist,
181 ptrdiff_t res = argmatch (arg, arglist, vallis
83 argmatch(const char *arg, const char *const *arglist, const char *vallist, size_t valsize) argument
145 argmatch_valid(const char *const *arglist, const char *vallist, size_t valsize) argument
175 __xargmatch_internal(const char *context, const char *arg, const char *const *arglist, const char *vallist, size_t valsize, argmatch_exit_fn exit_fn) argument
196 argmatch_to_argument(const char *value, const char *const *arglist, const char *vallist, size_t valsize) argument
[all...]
H A Dargmatch.h42 ptrdiff_t argmatch (char const *arg, char const *const *arglist,
68 void argmatch_valid (char const *const *arglist,
80 char const *arg, char const *const *arglist,
95 char const *const *arglist,
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dargmatch.c84 argmatch (const char *arg, const char *const *arglist,
95 for (i = 0; arglist[i]; i++)
97 if (!strncmp (arglist[i], arg, arglen))
99 if (strlen (arglist[i]) == arglen)
146 argmatch_valid (const char *const *arglist,
155 for (i = 0; arglist[i]; i++)
159 fprintf (stderr, "\n - `%s'", arglist[i]);
164 fprintf (stderr, ", `%s'", arglist[i]);
177 const char *arg, const char *const *arglist,
181 ptrdiff_t res = argmatch (arg, arglist, vallis
83 argmatch(const char *arg, const char *const *arglist, const char *vallist, size_t valsize) argument
145 argmatch_valid(const char *const *arglist, const char *vallist, size_t valsize) argument
175 __xargmatch_internal(const char *context, const char *arg, const char *const *arglist, const char *vallist, size_t valsize, argmatch_exit_fn exit_fn) argument
196 argmatch_to_argument(const char *value, const char *const *arglist, const char *vallist, size_t valsize) argument
[all...]
H A Dargmatch.h42 ptrdiff_t argmatch (char const *arg, char const *const *arglist,
68 void argmatch_valid (char const *const *arglist,
80 char const *arg, char const *const *arglist,
95 char const *const *arglist,
/haiku-fatelf/src/bin/gdb/include/
H A Dansidecl.h187 #define PROTO(type, name, arglist) type name arglist
189 #define DEFUN(name, arglist, args) name(args)
226 #define PROTO(type, name, arglist) type name ()
228 #define DEFUN(name, arglist, args) name arglist args;
/haiku-fatelf/headers/libs/jpeg/
H A Djmorecfg.h202 * Note that the arglist parameter must be parenthesized!
207 #define JMETHOD(type,methodname,arglist) type (*methodname) arglist
209 #define JMETHOD(type,methodname,arglist) type (*methodname) ()
H A Djpeglib.h862 #define JPP(arglist) arglist
864 #define JPP(arglist) ()
/haiku-fatelf/src/bin/gdb/gdb/osf-share/AT386/
H A Dcma_thread_io.h312 #define cma__ts_func(func,fd,arglist,type,post_process) { \
325 __res__ = func arglist; \
347 __res__ = func arglist; \
386 #define cma__ts_open(func,arglist,post_process) { \
391 __fd__ = func arglist; \
410 #define cma__ts_open2(func,fdpair,arglist,post_process) { \
415 __res__ = func arglist; \
/haiku-fatelf/src/bin/gdb/gdb/osf-share/HP800/
H A Dcma_thread_io.h288 #define cma__ts_func(func,fd,arglist,type,post_process) { \
301 __res__ = func arglist; \
323 __res__ = func arglist; \
362 #define cma__ts_open(func,arglist,post_process) { \
367 __fd__ = func arglist; \
386 #define cma__ts_open2(func,fdpair,arglist,post_process) { \
391 __res__ = func arglist; \
/haiku-fatelf/src/bin/gdb/gdb/osf-share/RIOS/
H A Dcma_thread_io.h285 #define cma__ts_func(func,fd,arglist,type,post_process) { \
298 __res__ = func arglist; \
320 __res__ = func arglist; \
359 #define cma__ts_open(func,arglist,post_process) { \
364 __fd__ = func arglist; \
383 #define cma__ts_open2(func,fdpair,arglist,post_process) { \
388 __res__ = func arglist; \
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/server-Windows/
H A Dntservice.cpp489 va_list arglist; local
490 va_start(arglist, pszFormat);
491 vsprintf(&buf[strlen(buf)], pszFormat, arglist);
492 va_end(arglist);
/haiku-fatelf/src/bin/gdb/gdb/
H A Dm2-exp.y338 set : '{' arglist '}'
340 | type '{' arglist '}'
361 arglist ')' %prec DOT
367 arglist :
370 arglist : exp
374 arglist : arglist ',' exp %prec ABOVE_COMMA
366 arglist : label
369 arglist : exp label
373 arglist : arglist ',' exp %prec ABOVE_COMMA label
H A Df-exp.y275 arglist ')'
281 arglist :
284 arglist : exp
288 arglist : substring
292 arglist : arglist ',' exp %prec ABOVE_COMMA
280 arglist : label
283 arglist : exp label
287 arglist : substring label
291 arglist : arglist ',' exp %prec ABOVE_COMMA label
H A Dobjc-exp.y399 arglist ')' %prec ARROW
409 arglist :
412 arglist : exp
416 arglist : arglist ',' exp %prec ABOVE_COMMA
423 exp : lcurly arglist rcurly %prec ARROW
408 arglist : label
411 arglist : exp label
415 arglist : arglist ',' exp %prec ABOVE_COMMA label
H A Dc-exp.y332 arglist ')' %prec ARROW
342 arglist :
345 arglist : exp
349 arglist : arglist ',' exp %prec ABOVE_COMMA
356 exp : lcurly arglist rcurly %prec ARROW
341 arglist : label
344 arglist : exp label
348 arglist : arglist ',' exp %prec ABOVE_COMMA label
H A Dada-exp.y186 %type <lval> arglist tick_arglist
242 simple_exp : simple_exp '(' arglist ')'
308 arglist : { $$ = 0; }
311 arglist : exp
315 | arglist ',' exp
317 | arglist ',' any_name ARROW exp
307 arglist : { $$ = 0; } label
310 arglist : exp label
/haiku-fatelf/headers/libs/png/
H A Dpngconf.h318 # define PNGARG(arglist) OF(arglist)
322 # define PNGARG(arglist) ()
324 # define PNGARG(arglist) arglist
/haiku-fatelf/src/libs/pdflib/libs/png/
H A Dpngconf.h500 # define PNGARG(arglist) OF(arglist)
504 # define PNGARG(arglist) ()
509 # define PNGARG(arglist) arglist
/haiku-fatelf/src/bin/gdb/bfd/
H A Dbfd-in2.h4239 #define BFD_SEND(bfd, message, arglist) \
4240 ((*((bfd)->xvec->message)) arglist)
4244 #define BFD_SEND(bfd, message, arglist) \
4246 ((*((bfd)->xvec->message)) arglist) : \
4249 #define BFD_SEND_FMT(bfd, message, arglist) \
4250 (((bfd)->xvec->message[(int) ((bfd)->format)]) arglist)
4254 #define BFD_SEND_FMT(bfd, message, arglist) \
4256 (((bfd)->xvec->message[(int) ((bfd)->format)]) arglist) : \
/haiku-fatelf/src/bin/gdb/bfd/config-x86/
H A Dbfd-in3.h4239 #define BFD_SEND(bfd, message, arglist) \
4240 ((*((bfd)->xvec->message)) arglist)
4244 #define BFD_SEND(bfd, message, arglist) \
4246 ((*((bfd)->xvec->message)) arglist) : \
4249 #define BFD_SEND_FMT(bfd, message, arglist) \
4250 (((bfd)->xvec->message[(int) ((bfd)->format)]) arglist)
4254 #define BFD_SEND_FMT(bfd, message, arglist) \
4256 (((bfd)->xvec->message[(int) ((bfd)->format)]) arglist) : \
H A Dbfd.h4239 #define BFD_SEND(bfd, message, arglist) \
4240 ((*((bfd)->xvec->message)) arglist)
4244 #define BFD_SEND(bfd, message, arglist) \
4246 ((*((bfd)->xvec->message)) arglist) : \
4249 #define BFD_SEND_FMT(bfd, message, arglist) \
4250 (((bfd)->xvec->message[(int) ((bfd)->format)]) arglist)
4254 #define BFD_SEND_FMT(bfd, message, arglist) \
4256 (((bfd)->xvec->message[(int) ((bfd)->format)]) arglist) : \

Completed in 306 milliseconds

12