HomeSort by relevance Sort by last modified time
    Searched defs:argp (Results 126 - 142 of 142) sorted by null

1 2 3 4 56

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
argp.h 80 these is passed in the OPTIONS field of an argp structure. Each option
142 completely documented in an argp's ARGS_DOC field, in which case including
150 struct argp; /* fwd declare this type */
154 /* The type of a pointer to an argp parsing function. */
180 If an error occurs (either detected by argp, or because the parsing
218 /* An argp structure contains a set of options declarations, a function to
220 argp's, and perhaps a function to filter help output. When actually
221 parsing options, getopt is called with the union of all the argp
224 struct argp
252 argp field, pointing to child argps should be parsed with this one. An
222 struct argp struct
291 __const struct argp *argp; member in struct:argp_child
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lapi.c 532 va_list argp) {
536 ret = luaO_pushvfstring(L, fmt, argp);
544 va_list argp; local
547 va_start(argp, fmt);
548 ret = luaO_pushvfstring(L, fmt, argp);
549 va_end(argp);
  /external/elfutils/src/
strip.c 23 #include <argp.h>
64 /* Definitions of arguments for argp functions. */
100 /* Data structure to communicate with argp functions. */
101 static struct argp argp = variable in typeref:struct:argp
181 if (argp_parse (&argp, argc, argv, 0, &remaining, NULL) != 0)
    [all...]
nm.c 24 #include <argp.h>
63 /* Definitions of arguments for argp functions. */
120 /* Data structure to communicate with argp functions. */
121 static struct argp argp = variable in typeref:struct:argp
235 (void) argp_parse (&argp, argc, argv, 0, &remaining, NULL);
    [all...]
unstrip.c 31 #include <argp.h>
64 /* Definitions of arguments for argp functions. */
2385 const struct argp argp = local
    [all...]
elflint.c 23 #include <argp.h>
60 /* Definitions of arguments for argp functions. */
83 /* Data structure to communicate with argp functions. */
84 static struct argp argp = variable in typeref:struct:argp
142 argp_parse (&argp, argc, argv, 0, &remaining, NULL);
220 argp_help (&argp, stderr, ARGP_HELP_SEE, program_invocation_short_name);
    [all...]
readelf.c 23 #include <argp.h>
66 /* argp key value for --elf-section, non-ascii. */
69 /* Definitions of arguments for argp functions. */
131 /* Data structure to communicate with argp functions. */
132 static struct argp argp = variable in typeref:struct:argp
285 argp_parse (&argp, argc, argv, 0, &remaining, NULL);
449 argp_help (&argp, stderr, ARGP_HELP_SEE,
481 argp_help (&argp, stderr, ARGP_HELP_SEE,
    [all...]
  /external/syslinux/com32/lua/src/
lapi.c 532 va_list argp) {
536 ret = luaO_pushvfstring(L, fmt, argp);
544 va_list argp; local
547 va_start(argp, fmt);
548 ret = luaO_pushvfstring(L, fmt, argp);
549 va_end(argp);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h 144 int __cdecl __mingw_vsscanf (const char * __restrict__ _Str,const char * __restrict__ Format,va_list argp);
150 int __cdecl __mingw_vscanf(const char * __restrict__ Format, va_list argp);
156 int __cdecl __mingw_vfscanf (FILE * __restrict__ fp, const char * __restrict__ Format,va_list argp);
403 int __cdecl __ms_vscanf(const char * __restrict__ Format, va_list argp);
405 int __cdecl __ms_vfscanf (FILE * __restrict__ fp, const char * __restrict__ Format,va_list argp);
407 int __cdecl __ms_vsscanf (const char * __restrict__ _Str,const char * __restrict__ Format,va_list argp);
593 int __cdecl __mingw_vswscanf (const wchar_t * __restrict__ _Str,const wchar_t * __restrict__ Format,va_list argp);
597 int __cdecl __mingw_vwscanf(const wchar_t * __restrict__ Format, va_list argp);
601 int __cdecl __mingw_vfwscanf (FILE * __restrict__ fp, const wchar_t * __restrict__ Format,va_list argp);
820 va_list argp; local
    [all...]
wchar.h 432 int __cdecl __mingw_vswscanf (const wchar_t * __restrict__ _Str,const wchar_t * __restrict__ Format,va_list argp);
436 int __cdecl __mingw_vwscanf(const wchar_t * __restrict__ Format, va_list argp);
440 int __cdecl __mingw_vfwscanf (FILE * __restrict__ fp, const wchar_t * __restrict__ Format,va_list argp);
669 va_list argp; local
670 __builtin_va_start (argp, format);
671 r = _vsnwprintf (s, n, format, argp);
672 __builtin_va_end (argp);
    [all...]
  /external/ImageMagick/MagickWand/
drawing-wand.c 217 argp;
230 va_start(argp,format);
232 count=vsnprintf(wand->mvg+wand->mvg_length,(size_t) offset,format,argp);
234 count=vsprintf(wand->mvg+wand->mvg_length,format,argp);
236 va_end(argp);
262 argp;
264 va_start(argp,format);
266 count=vsnprintf(buffer,sizeof(buffer)-1,format,argp);
268 count=vsprintf(buffer,format,argp);
270 va_end(argp);
213 argp; local
258 argp; local
    [all...]
  /external/valgrind/VEX/priv/
host_x86_isel.c 3746 HReg argp = newVRegI(env); local
    [all...]
host_amd64_isel.c 3563 HReg argp = newVRegI(env); local
3615 HReg argp = newVRegI(env); local
4042 HReg argp = newVRegI(env); local
4120 HReg argp = newVRegI(env); local
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
ParseHelper.cpp 1384 const TIntermSequence* argp = nullptr; \/\/ confusing to use [] syntax on a pointer, so this is to help get a reference local
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 707 const RetainSummary *Summ, va_list argp) {
708 Selector S = getKeywordSelector(Ctx, argp);
713 va_list argp; local
714 va_start(argp, Summ);
715 addMethodSummary(&Ctx.Idents.get(Cls), ObjCMethodSummaries, Summ, argp);
716 va_end(argp);
720 va_list argp; local
721 va_start(argp, Summ);
722 addMethodSummary(&Ctx.Idents.get(Cls),ObjCClassMethodSummaries, Summ, argp);
723 va_end(argp);
727 va_list argp; local
    [all...]
  /external/valgrind/memcheck/
mc_main.c 7087 UWord** argp = (UWord**)arg; local
7102 UWord** argp = (UWord**)arg; local
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslParseHelper.cpp 5351 const TIntermSequence* argp = nullptr; \/\/ confusing to use [] syntax on a pointer, so this is to help get a reference local
    [all...]

Completed in 1062 milliseconds

1 2 3 4 56