Searched defs:flag (Results 1 - 12 of 12) sorted by relevance

/system/core/sh/
H A Dalias.h43 int flag; member in struct:alias
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 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
H A Dvar.c507 showvars(const char *name, int flag, int show_value) argument
524 if (flag && !(vp->flags & flag))
566 int flag = argv[0][0] == 'r'? VREADONLY : VEXPORT; local
571 showvars( pflag ? argv[0] : 0, flag, pflag );
581 vp->flags |= flag;
585 setvar(name, p, flag);
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...]
/system/core/libnetutils/
H A Dpacket.c44 int s, flag; local
/system/core/fs_mgr/
H A Dfs_mgr.c49 unsigned flag; member in struct:flag_list
117 /* initialize key_loc to null, if we find an MF_CRYPT flag,
129 /* Look for the flag "p" in the flag list "fl"
134 f |= fl[i].flag;
135 if ((fl[i].flag == MF_CRYPT) && key_loc) {
136 /* The encryptable flag is followed by an = and the
147 /* It's not a known flag, so it must be a filesystem specific
153 /* fs_options was not passed in, so if the flag is unknown
156 ERROR("Warning: unknown flag
[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.c92 int flag; member in struct:__anon269
129 int flag = tags[tagn].flag; local
130 if (flag == 0) {
134 adb_trace_mask |= (1 << flag);
/system/core/init/
H A Dbuiltins.c340 unsigned flag; member in struct:__anon368
375 flags |= mount_flags[i].flag;
383 /* if our last argument isn't a flag, wolf it up as an option string */
/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;
/system/netd/
H A DCommandListener.cpp476 char *flag = argv[i]; local
477 if (!strcmp(flag, "up")) {
485 } else if (!strcmp(flag, "down")) {
493 } else if (!strcmp(flag, "broadcast")) {
495 } else if (!strcmp(flag, "multicast")) {
497 } else if (!strcmp(flag, "running")) {
499 } else if (!strcmp(flag, "loopback")) {
501 } else if (!strcmp(flag, "point-to-point")) {
826 int rc = 0, flag = 0; local

Completed in 334 milliseconds