Searched refs:flag (Results 1 - 16 of 16) sorted by relevance

/system/core/sh/
H A Dalias.h43 int flag; member in struct:alias
H A Dexpand.c134 expandarg(union node *arg, struct arglist *arglist, int flag) argument
143 argstr(arg->narg.text, flag);
153 if (flag & EXP_FULL) {
157 expandmeta(exparg.list, flag);
159 if (flag & EXP_REDIR) /*XXX - for now, just remove escapes */
183 argstr(char *p, int flag) argument
186 int quotes = flag & (EXP_FULL | EXP_CASE); /* do CTLESC */
191 if (flag & EXP_IFS_SPLIT)
194 if (*p == '~' && (flag & (EXP_TILDE | EXP_VARTILDE)))
195 p = exptilde(p, flag);
259 exptilde(char *p, int flag) argument
347 expari(int flag) argument
409 expbackq(union node *cmd, int quoted, int flag) argument
605 evalvar(char *p, int flag) argument
823 varvalue(char *name, int quoted, int subtype, int flag) argument
1068 expandmeta(struct strlist *str, int flag) argument
[all...]
H A Doptions.c201 int flag; local
203 if (val && (flag = optlist[i].opt_set)) {
206 if (optlist[j].opt_set == flag)
238 setoption(int flag, int val) argument
243 if (optlist[i].letter == flag) {
247 error("Illegal option -%c", flag);
H A Dalias.c132 if (ap->flag & ALIASINUSE)
185 if (check && (ap->flag & ALIASINUSE))
H A Dinput.c403 ((struct alias *)ap)->flag |= ALIASINUSE;
420 sp->ap->flag &= ~ALIASINUSE;
560 * This code is (probably) unnecessary as the 'close on exec' flag is
H A Deval.c89 #define EV_TESTED 02 /* exit status is checked; ignore -e flag */
196 evalstring(char *s, int flag) argument
205 evaltree(n, flag);
1007 /* we must check 'readonly' flag for all builtins */
1136 * all handled by setting the evalskip flag. The evaluation routines
1137 * above all check this flag, and if it is set they start skipping
/system/vold/
H A Dcryptfs.h80 int cryptfs_enable(char *flag, char *passwd);
/system/extras/tests/sdcard/
H A Dplot_sdcard.py315 for flag, val in optlist:
316 if flag in ('-i', '--iteration'):
320 elif flag in ('-t', '--time'):
324 elif flag in ('-p', '--profile'):
/system/netd/
H A DCommandListener.cpp389 char *flag = argv[i]; local
390 if (!strcmp(flag, "up")) {
398 } else if (!strcmp(flag, "down")) {
406 } else if (!strcmp(flag, "broadcast")) {
408 } else if (!strcmp(flag, "multicast")) {
410 } else if (!strcmp(flag, "running")) {
412 } else if (!strcmp(flag, "loopback")) {
414 } else if (!strcmp(flag, "point-to-point")) {
726 int flag = 0; local
/system/core/fs_mgr/
H A Dfs_mgr.c47 unsigned flag; member in struct:flag_list
120 /* initialize key_loc to null, if we find an MF_CRYPT flag,
125 /* initialize part_length to 0, if we find an MF_LENGTH flag,
144 /* Look for the flag "p" in the flag list "fl"
149 f |= fl[i].flag;
150 if ((fl[i].flag == MF_CRYPT) && key_loc) {
151 /* The encryptable flag is followed by an = and the
155 } else if ((fl[i].flag == MF_LENGTH) && part_length) {
156 /* The length flag i
[all...]
/system/core/adb/
H A Dfile_sync_client.c567 int flag; member in struct:copyinfo
590 ci->flag = 0;
715 ci->flag = 1;
721 if(ci->flag == 0) {
917 ci->flag = 1;
924 if (ci->flag == 0) {
H A Dadb.c94 int flag; member in struct:__anon269
131 int flag = tags[tagn].flag; local
132 if (flag == 0) {
136 adb_trace_mask |= (1 << flag);
/system/core/libnetutils/
H A Dpacket.c44 int s, flag; local
/system/core/init/
H A Dbuiltins.c338 unsigned flag; member in struct:__anon370
373 flags |= mount_flags[i].flag;
381 /* if our last argument isn't a flag, wolf it up as an option string */
/system/core/include/pixelflinger/
H A Dpixelflinger.h281 void (*depthMask)(void* c, GGLboolean flag);
/system/core/libpixelflinger/
H A Dpixelflinger.cpp529 static void ggl_depthMask(void* con, GGLboolean flag) argument
532 if (c->state.mask.depth != flag?1:0) {
533 c->state.mask.depth = flag?1:0;

Completed in 765 milliseconds