HomeSort by relevance Sort by last modified time
    Searched defs:boolean (Results 1 - 15 of 15) sorted by null

  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
wu_fnmatch.c 38 typedef int boolean; typedef
55 boolean negate = ((*pattern == '!') || (*pattern == '^'));
56 boolean ok = FALSE;
  /onnv/onnv-gate/usr/src/cmd/lvm/md_monitord/
md_monitord.h 61 enum boolean { True, False }; enum
62 typedef enum boolean boolean_e;
  /onnv/onnv-gate/usr/src/lib/libxcurses/src/tic/
ticmain.c 57 char boolean[BOOLCOUNT]; variable
160 * Reset boolean[], number[], and string[].
167 boolean[i] = 0;
191 *arrayp = (void*) boolean;
  /onnv/onnv-gate/usr/src/cmd/vgrind/
regexp.c 11 typedef int boolean; typedef
16 extern boolean l_onecase; /* true if upper and lower equivalent */
309 boolean _escaped; /* true if we are currently _escaped */
320 boolean matched; /* a temporary boolean */
vfontedpr.c 17 #define boolean int macro
42 boolean isproc();
50 boolean incomm; /* in a comment of the primary type */
51 boolean instr; /* in a string constant */
52 boolean inchr; /* in a string constant */
53 boolean nokeyw = FALSE; /* no keywords being flagged */
54 boolean doindex = FALSE; /* form an index */
55 boolean twocol = FALSE; /* in two-column mode */
56 boolean filter = FALSE; /* act as a filter (like eqn) */
57 boolean pass = FALSE; /* when acting as a filter, pass indicate
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fs.d/cachefs/mdbug/
priv.h 50 #define boolean int macro
70 boolean file_exists(const char *pathname);
71 boolean file_writable(const char *pathname);
79 boolean sf_trace:1; /* TRUE if tracing is on */
80 boolean sf_debug:1; /* TRUE if debugging is on */
81 boolean sf_file:1; /* TRUE if file name print enabled */
82 boolean sf_line:1; /* TRUE if line number print enabled */
83 boolean sf_depth:1; /* TRUE if function nest level print enabled */
84 boolean sf_process:1; /* TRUE if process name print enabled */
85 boolean sf_number:1; /* TRUE if number each line *
    [all...]
  /onnv/onnv-gate/usr/src/lib/print/libipp-listener/common/
ipp-listener.c 250 ipp_configure_required_operations(papi_attribute_t ***list, char boolean)
259 boolean);
266 ipp_configure_all_operations(papi_attribute_t ***list, char boolean)
273 handlers[i].name, boolean);
282 char boolean = PAPI_FALSE; local
287 boolean = type_to_boolean(type);
290 result = ipp_configure_all_operations(list, boolean);
292 result = ipp_configure_required_operations(list, boolean);
295 operation, boolean);
312 char boolean = PAPI_FALSE local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/error/common/
error.h 36 typedef int boolean; typedef
71 extern boolean notouch;
122 extern boolean query;
123 extern boolean terse;
209 boolean *touchedfiles; /* which files we touched */
226 boolean persperdexplode(char *string, char **r_perd, char **r_pers);
238 void printerrors(boolean look_at_subclass, int errorc, Eptr errorv[]);
245 boolean touchfiles(int nfiles, Eptr **files, int *r_edargc, char ***r_edargv);
  /onnv/onnv-gate/usr/src/cmd/filebench/common/
vars.h 88 boolean_t boolean; member in union:var::__anon4
106 #define VAR_TYPE_BOOL_SET 0x0100 /* var contains a boolean */
177 (vp)->var_val.boolean = (val); \
  /onnv/onnv-gate/usr/src/cmd/print/bsd-sysv-commands/
lpstat.c 258 char boolean = PAPI_FALSE; local
271 "printer-is-accepting-jobs", &boolean);
280 if (boolean == PAPI_TRUE) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/tip/
tip.h 154 #define boolean(v) ((((zzhack *)(&(v))))->zz_boolean) macro
  /onnv/onnv-gate/usr/src/lib/print/libpapi-common/common/
papi.h 77 enum { /* for boolean values */
101 char boolean; /* PAPI_BOOLEAN value */ member in union:__anon4430
267 int flags, char *name, char boolean);
  /onnv/onnv-gate/usr/src/ucbhead/sys/
types.h 101 typedef enum boolean { B_FALSE, B_TRUE } boolean_t; enum
  /onnv/onnv-gate/usr/src/cmd/fs.d/ufs/fsdb/
fsdb.c 4936 enum boolean { True, False }; enum
    [all...]
  /onnv/onnv-gate/usr/src/common/openssl/crypto/asn1/
asn1.h 492 ASN1_BOOLEAN boolean; member in union:asn1_type_st::__anon1
    [all...]

Completed in 780 milliseconds