Searched refs:boolean (Results 1 - 25 of 48) sorted by relevance

12

/haiku-fatelf/src/bin/findutils/find/
H A Ddefs.h136 typedef bool boolean; typedef
139 typedef int boolean; typedef
147 typedef boolean (*PRED_FUNC)(char *pathname, struct stat *stat_buf, struct predicate *pred_ptr);
191 boolean negative; /* Defined only when representing time_t. */
237 boolean multiple; /* -exec {} \+ denotes multiple argument. */
242 boolean use_current_dir; /* If nonzero, don't chdir to start dir */
243 boolean close_stdin; /* If true, close stdin in the child. */
271 boolean dest_is_tty; /* True if the destination is a terminal. */
295 boolean side_effects;
298 boolean no_default_prin
[all...]
H A Dparser.c80 static boolean parse_amin PARAMS((const struct parser_table*, char *argv[], int *arg_ptr));
81 static boolean parse_and PARAMS((const struct parser_table*, char *argv[], int *arg_ptr));
82 static boolean parse_anewer PARAMS((const struct parser_table*, char *argv[], int *arg_ptr));
83 static boolean parse_atime PARAMS((const struct parser_table*, char *argv[], int *arg_ptr));
84 static boolean parse_cmin PARAMS((const struct parser_table*, char *argv[], int *arg_ptr));
85 static boolean parse_cnewer PARAMS((const struct parser_table*, char *argv[], int *arg_ptr));
86 static boolean parse_comma PARAMS((const struct parser_table*, char *argv[], int *arg_ptr));
87 static boolean parse_ctime PARAMS((const struct parser_table*, char *argv[], int *arg_ptr));
88 static boolean parse_daystart PARAMS((const struct parser_table*, char *argv[], int *arg_ptr));
89 static boolean parse_delet
[all...]
H A Dpred.c150 static boolean insert_lname PARAMS((char *pathname, struct stat *stat_buf, struct predicate *pred_ptr, boolean ignore_case));
156 typedef boolean (*PFB) (char *, struct stat *, struct predicate *);
273 static boolean
296 boolean
303 boolean
320 boolean
330 boolean
337 boolean
347 boolean
[all...]
H A Dfind.c86 static int process_path PARAMS((char *pathname, char *name, boolean leaf, char *parent, mode_t type));
94 static boolean default_prints PARAMS((struct predicate *pred));
370 static boolean
905 static boolean
916 boolean *changed) /* output parameter */
1031 boolean *did_stat)
1036 boolean rv_set = false;
1037 boolean statflag = false;
1122 boolean changed = false;
1250 boolean *did_sta
[all...]
H A Dtree.c204 boolean
218 boolean has_side_effects = false; /* Return value. */
431 boolean
468 boolean
/haiku-fatelf/headers/libs/jpeg/
H A Djpeglib.h104 boolean sent_table; /* TRUE when table has been output */
120 boolean sent_table; /* TRUE when table has been output */
170 boolean component_needed; /* do we need the value of this component? */
256 boolean is_decompressor; /* So common code can tell which is which */\
344 boolean raw_data_in; /* TRUE=caller supplies downsampled data */
345 boolean arith_code; /* TRUE=arithmetic coding, FALSE=Huffman */
346 boolean optimize_coding; /* TRUE=optimize entropy encoding parms */
347 boolean CCIR601_sampling; /* TRUE=first samples are cosited */
348 boolean do_fancy_downsampling; /* TRUE=apply fancy downsampling */
362 boolean write_JFIF_heade
[all...]
H A Djmorecfg.h229 * On a few systems, type boolean and/or its values FALSE, TRUE may appear
236 typedef int boolean; typedef
239 #define FALSE 0 /* values of boolean */
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/shared/
H A Ddriver_settings.c687 * of boolean values like 1/true/yes/on/enabled/...
689 * have any valid boolean setting, and "noArgValue" if the parameter
698 char *boolean; local
711 boolean = parameter->values[0];
712 if (!strcmp(boolean, "1")
713 || !strcasecmp(boolean, "true")
714 || !strcasecmp(boolean, "yes")
715 || !strcasecmp(boolean, "on")
716 || !strcasecmp(boolean, "enable")
717 || !strcasecmp(boolean, "enable
[all...]
/haiku-fatelf/src/tools/fs_shell/
H A Ddriver_settings.cpp794 of boolean values like 1/true/yes/on/enabled/...
796 have any valid boolean setting, and "noArgValue" if the parameter
805 char *boolean; local
818 boolean = parameter->values[0];
819 if (!fssh_strcmp(boolean, "1")
820 || !fssh_strcasecmp(boolean, "true")
821 || !fssh_strcasecmp(boolean, "yes")
822 || !fssh_strcasecmp(boolean, "on")
823 || !fssh_strcasecmp(boolean, "enable")
824 || !fssh_strcasecmp(boolean, "enable
[all...]
/haiku-fatelf/src/libs/print/libgutenprint/src/gutenprintui2/
H A Dprintrcl.l65 boolean (True)|(False)
110 {boolean} yylval.sval = g_strdup(yytext); DBG(tBOOLEAN); return tBOOLEAN;
/haiku-fatelf/src/add-ons/opengl/swpipe/
H A DGalliumFramebuffer.cpp32 static boolean
52 static boolean
H A DSoftwareWinsys.cpp52 static boolean
137 static boolean
/haiku-fatelf/src/system/libroot/os/
H A Ddriver_settings.cpp898 of boolean values like 1/true/yes/on/enabled/...
900 have any valid boolean setting, and "noArgValue" if the parameter
910 char *boolean; local
923 boolean = parameter->values[0];
924 if (!strcmp(boolean, "1")
925 || !strcasecmp(boolean, "true")
926 || !strcasecmp(boolean, "yes")
927 || !strcasecmp(boolean, "on")
928 || !strcasecmp(boolean, "enable")
929 || !strcasecmp(boolean, "enable
[all...]
/haiku-fatelf/src/apps/serialconnect/libvterm/src/
H A Dpen.c105 static void setpenattr_bool(VTermState *state, VTermAttr attr, int boolean) argument
107 VTermValue val = { .boolean = boolean };
336 val->boolean = state->pen.bold;
344 val->boolean = state->pen.italic;
348 val->boolean = state->pen.blink;
352 val->boolean = state->pen.reverse;
356 val->boolean = state->pen.strike;
H A Dscreen.c323 screen->pen.bold = val->boolean;
329 screen->pen.italic = val->boolean;
332 screen->pen.blink = val->boolean;
335 screen->pen.reverse = val->boolean;
338 screen->pen.strike = val->boolean;
360 if(val->boolean && !screen->buffers[1])
363 screen->buffer = val->boolean ? screen->buffers[1] : screen->buffers[0];
367 if(!val->boolean)
371 screen->global_reverse = val->boolean;
/haiku-fatelf/src/preferences/time/
H A DNetworkTimeView.h60 void SetTryAllServers(bool boolean);
62 void SetSynchronizeAtBoot(bool boolean);
H A DNetworkTimeView.cpp101 Settings::SetTryAllServers(bool boolean) argument
103 fMessage.ReplaceBool("try all servers", boolean);
110 bool boolean; local
111 fMessage.FindBool("try all servers", &boolean);
112 return boolean;
117 Settings::SetSynchronizeAtBoot(bool boolean) argument
119 fMessage.ReplaceBool("synchronize at boot", boolean);
126 bool boolean; local
127 fMessage.FindBool("synchronize at boot", &boolean);
128 return boolean;
[all...]
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_cond_timedwait/
H A Dstress2.c166 int boolean; member in struct:celldata
212 /* cond timedwait (while boolean == false)*/
223 } while (cd->boolean == 0);
245 if (cd->boolean == -1)
260 if (cd->boolean == -1)
285 cd->boolean = 0;
313 /* Set the boolean ( 1 => no lock in signaler; -1 => lock ) */
314 cd->boolean = (ts.tv_sec & 1)?-1:1;
H A Dstress1.c36 * -> while the boolean is false,
41 * -> while the boolean is false,
46 * -> sets the boolean True when it receives SIGUSR1
192 int boolean; member in struct:__anon6007
445 pBoolean = &(td->boolean);
526 CD.pBool = &(td->boolean);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_cond_wait/
H A Dstress.c166 int boolean; member in struct:celldata
212 /* cond timedwait (while boolean == false)*/
223 } while (cd->boolean == 0);
245 if (cd->boolean == -1)
260 if (cd->boolean == -1)
285 cd->boolean = 0;
313 /* Set the boolean ( 1 => no lock in signaler; -1 => lock ) */
314 cd->boolean = (ts.tv_sec & 1)?-1:1;
H A Dstress2.c166 int boolean; member in struct:celldata
212 /* cond timedwait (while boolean == false)*/
223 } while (cd->boolean == 0);
245 if (cd->boolean == -1)
260 if (cd->boolean == -1)
285 cd->boolean = 0;
313 /* Set the boolean ( 1 => no lock in signaler; -1 => lock ) */
314 cd->boolean = (ts.tv_sec & 1)?-1:1;
H A Dstress1.c36 * -> while the boolean is false,
42 * -> while the boolean is false,
48 * -> sets the boolean True when it receives SIGUSR1
192 int boolean; member in struct:__anon6008
435 pBoolean = &(td->boolean);
516 CD.pBool = &(td->boolean);
/haiku-fatelf/src/add-ons/translators/jpeg/
H A Dbe_jdatasrc.cpp58 boolean start_of_file; /* have we gotten any data yet? */
117 METHODDEF(boolean)
H A Dbe_jdatadst.cpp107 METHODDEF(boolean)
/haiku-fatelf/src/bin/findutils/xargs/
H A Dxargs.c158 typedef int boolean;
204 static boolean initial_args = true;
229 static boolean print_command = false; /* Option -t */
233 static boolean query_before_executing = false;
264 static boolean print_args PARAMS ((boolean ask));
269 static void wait_for_proc PARAMS ((boolean all));
746 static boolean eof = false;
752 boolean first = true; /* true if reading first arg on line. */
892 static boolean eo
157 typedef int boolean; typedef
[all...]

Completed in 340 milliseconds

12