/system/core/init/ |
ueventd_parser.h | 23 void set_device_permission(int nargs, char **args);
|
ueventd_parser.c | 27 static void parse_line_device(struct parse_state *state, int nargs, char **args); 33 int nargs; local 34 nargs = 0; 47 if (nargs) { 48 state.parse_line(&state, nargs, args); 49 nargs = 0; 53 if (nargs < UEVENTD_PARSER_MAXARGS) { 54 args[nargs++] = state.text; 72 static void parse_line_device(struct parse_state* state, int nargs, char **args) 74 set_device_permission(nargs, args) [all...] |
keywords.h | 3 int do_chroot(int nargs, char **args); 4 int do_chdir(int nargs, char **args); 5 int do_class_start(int nargs, char **args); 6 int do_class_stop(int nargs, char **args); 7 int do_class_reset(int nargs, char **args); 8 int do_domainname(int nargs, char **args); 9 int do_exec(int nargs, char **args); 10 int do_export(int nargs, char **args); 11 int do_hostname(int nargs, char **args); 12 int do_ifup(int nargs, char **args) [all...] |
builtins.c | 138 int do_chdir(int nargs, char **args) 144 int do_chroot(int nargs, char **args) 150 int do_class_start(int nargs, char **args) 160 int do_class_stop(int nargs, char **args) 166 int do_class_reset(int nargs, char **args) 172 int do_domainname(int nargs, char **args) 177 int do_exec(int nargs, char **args) 182 int do_export(int nargs, char **args) 188 int do_hostname(int nargs, char **args) 193 int do_ifup(int nargs, char **args [all...] |
init_parser.c | 43 static void *parse_service(struct parse_state *state, int nargs, char **args); 44 static void parse_line_service(struct parse_state *state, int nargs, char **args); 46 static void *parse_action(struct parse_state *state, int nargs, char **args); 47 static void parse_line_action(struct parse_state *state, int nargs, char **args); 55 #define KEYWORD(symbol, flags, nargs, func) \ 56 [ K_##symbol ] = { #symbol, func, nargs + 1, flags, }, 60 int (*func)(int nargs, char **args); 61 unsigned char nargs; member in struct:__anon25770 72 #define kw_nargs(kw) (keyword_info[kw].nargs) 158 void parse_line_no_op(struct parse_state *state, int nargs, char **args 198 int nargs; local [all...] |
init_parser.h | 31 void queue_builtin_action(int (*func)(int nargs, char **args), char *name);
|
parser.h | 31 void (*parse_line)(struct parse_state *state, int nargs, char **args);
|
ueventd.c | 104 void set_device_permission(int nargs, char **args) 116 if (nargs == 0) 124 if (!strncmp(name,"/sys/", 5) && (nargs == 5)) { 128 nargs--; 131 if (nargs != 4) {
|
init.h | 31 int (*func)(int nargs, char **args); 32 int nargs; member in struct:command 111 int nargs; member in struct:service
|
/external/libxslt/libxslt/ |
functions.h | 43 int nargs); 46 int nargs); 49 int nargs); 52 int nargs); 55 int nargs); 58 int nargs); 61 int nargs); 64 int nargs);
|
extra.h | 62 int nargs);
|
/external/valgrind/main/none/tests/ppc32/ |
test_gx.c | 74 double* args, int nargs, 81 for (i = 0; i < nargs; i++) { 94 int nargs = 19; local 95 double* args = malloc(nargs * sizeof(double)); 116 do_one( "fre", do_fre, args, nargs, "%e", "%4.1e"); 117 do_one( "fres", do_fres, args, nargs, "%e", "%4.1e"); 119 do_one( "frsqrte", do_frsqrte, args, nargs, "%e", "%4.1e"); 120 do_one( "frsqrtes", do_frsqrtes, args, nargs, "%e", "%4.1e");
|
test_fx.c | 39 double* args, int nargs, 46 for (i = 0; i < nargs; i++) { 59 int nargs = 19; local 60 double* args = malloc(nargs * sizeof(double)); 81 do_one( "fsqrt", do_fsqrt, args, nargs, "%e", "%20.14e"); 82 do_one( "fsqrts", do_fsqrts, args, nargs, "%e", "%e");
|
/external/valgrind/main/auxprogs/ |
ppcfround.c | 331 int nargs, 335 for (i = 0; i < nargs; i++) { 343 int nargs, 347 for (i = 0; i < nargs; i++) { 348 for (j = 0; j < nargs; j++) { 357 int nargs, 361 for (i = 0; i < nargs; i++) { 362 for (j = 0; j < nargs; j++) { 363 for (k = 0; k < nargs; k++) { 374 int nargs = 21 local [all...] |
/system/core/netcfg/ |
netcfg.c | 104 int nargs; member in struct:__anon25842 116 static int call_func(void *_func, unsigned nargs, char **args) 118 switch(nargs){ 162 int nargs = CMDS[n].nargs; local 165 if(argc < nargs) { 170 if(call_func(CMDS[n].func, nargs, argv)) { 175 argc -= nargs; 176 argv += nargs;
|
/external/webkit/Source/WebCore/xml/ |
XSLTExtensions.cpp | 45 SOFT_LINK(libxslt, xsltFunctionNodeSet, void, (xmlXPathParserContextPtr ctxt, int nargs), (ctxt, nargs)) 51 static void exsltNodeSetFunction(xmlXPathParserContextPtr ctxt, int nargs) 57 if (nargs != 1) { 63 xsltFunctionNodeSet(ctxt, nargs);
|
/external/e2fsprogs/intl/ |
plural-exp.c | 37 .nargs = 0, 42 .nargs = 0, 51 .nargs = 2, 79 plvar.nargs = 0; 82 plone.nargs = 0; 86 GERMANIC_PLURAL.nargs = 2;
|
plural.y | 63 new_exp (int nargs, enum operator op, struct expression * const *args) 69 for (i = nargs - 1; i >= 0; i--) 77 newp->nargs = nargs; 79 for (i = nargs - 1; i >= 0; i--) 85 for (i = nargs - 1; i >= 0; i--) 215 switch (exp->nargs)
|
/external/qemu/distrib/sdl-1.2.12/src/video/photon/ |
SDL_ph_video.c | 180 int nargs = 0; local 189 PtSetArg(&args[nargs++], Pt_ARG_DIM, &dim, 0); 194 PtSetArg(&args[nargs++], Pt_ARG_WINDOW_MANAGED_FLAGS, Pt_FALSE, Ph_WM_CLOSE); 195 PtSetArg(&args[nargs++], Pt_ARG_WINDOW_MANAGED_FLAGS, Pt_TRUE, Ph_WM_MAX | Ph_WM_RESTORE | Ph_WM_RESIZE); 196 PtSetArg(&args[nargs++], Pt_ARG_WINDOW_NOTIFY_FLAGS, Pt_TRUE, Ph_WM_RESIZE | Ph_WM_MOVE | Ph_WM_CLOSE | Ph_WM_MAX | Ph_WM_RESTORE); 197 PtSetArg(&args[nargs++], Pt_ARG_WINDOW_RENDER_FLAGS, Pt_TRUE, Ph_WM_RENDER_RESIZE | Ph_WM_RENDER_MAX | Ph_WM_RENDER_COLLAPSE | Ph_WM_RENDER_RETURN); 198 PtSetArg(&args[nargs++], Pt_ARG_RESIZE_FLAGS, Pt_TRUE, Pt_RESIZE_XY_AS_REQUIRED); 202 PtSetArg(&args[nargs++], Pt_ARG_WINDOW_MANAGED_FLAGS, Pt_FALSE, Ph_WM_RESIZE | Ph_WM_MAX | Ph_WM_RESTORE | Ph_WM_CLOSE); 203 PtSetArg(&args[nargs++], Pt_ARG_WINDOW_NOTIFY_FLAGS, Pt_FALSE, Ph_WM_RESIZE | Ph_WM_MAX | Ph_WM_RESTORE); 204 PtSetArg(&args[nargs++], Pt_ARG_WINDOW_NOTIFY_FLAGS, Pt_TRUE, Ph_WM_MOVE | Ph_WM_CLOSE) [all...] |
SDL_ph_mouse.c | 120 int nargs = 0; local 149 nargs = 3; 154 nargs = 1; 159 if (PtSetResources(window, nargs, args) < 0 )
|
/external/qemu/android/ |
cmdline-option.c | 49 int nargs = *pargc-1; local 55 while (nargs > 0) { 65 nargs--; 84 nargs--; 94 if (nargs == 0) { 98 nargs--; 157 if (nargs == 0) { 162 nargs--; 189 nargs++; 197 *pargc = nargs + 1 [all...] |
/external/libxml2/include/libxml/ |
xpathInternals.h | 298 if (nargs != (x)) \ 593 XMLPUBFUN void XMLCALL xmlXPathLastFunction(xmlXPathParserContextPtr ctxt, int nargs); 594 XMLPUBFUN void XMLCALL xmlXPathPositionFunction(xmlXPathParserContextPtr ctxt, int nargs); 595 XMLPUBFUN void XMLCALL xmlXPathCountFunction(xmlXPathParserContextPtr ctxt, int nargs); 596 XMLPUBFUN void XMLCALL xmlXPathIdFunction(xmlXPathParserContextPtr ctxt, int nargs); 597 XMLPUBFUN void XMLCALL xmlXPathLocalNameFunction(xmlXPathParserContextPtr ctxt, int nargs); 598 XMLPUBFUN void XMLCALL xmlXPathNamespaceURIFunction(xmlXPathParserContextPtr ctxt, int nargs); 599 XMLPUBFUN void XMLCALL xmlXPathStringFunction(xmlXPathParserContextPtr ctxt, int nargs); 600 XMLPUBFUN void XMLCALL xmlXPathStringLengthFunction(xmlXPathParserContextPtr ctxt, int nargs); 601 XMLPUBFUN void XMLCALL xmlXPathConcatFunction(xmlXPathParserContextPtr ctxt, int nargs); [all...] |
/external/libffi/src/ |
prep_cif.c | 88 ffi_status ffi_prep_cif(ffi_cif *cif, ffi_abi abi, unsigned int nargs, 100 cif->nargs = nargs; 126 for (ptr = cif->arg_types, i = cif->nargs; i > 0; i--, ptr++)
|
raw_api.c | 42 for (i = cif->nargs-1; i >= 0; i--, at++) 64 for (i = 0; i < cif->nargs; i++, tp++, args++) 106 for (i = 0; i < cif->nargs; i++, tp++, args++) 134 for (i = 0; i < cif->nargs; i++, tp++, args++) 193 void **avalue = (void**) alloca (cif->nargs * sizeof (void*));
|
/external/libffi/src/cris/ |
ffi.c | 82 for (i = ecif->cif->nargs, p_arg = ecif->cif->arg_types; 106 uiLocOnStack = 4 * ecif->cif->nargs + struct_count; 158 ffi_abi abi, unsigned int nargs, 170 cif->nargs = nargs; 181 for (ptr = cif->arg_types, i = cif->nargs; i > 0; i--, ptr++) 304 void **avalue = alloca (closure->cif->nargs * sizeof(void *)); 310 for (i = 0, doing_regs = 1; i < cif->nargs; i++)
|