HomeSort by: relevance | last modified time | path
    Searched defs:flag_type (Results 1 - 10 of 10) sorted by relevancy

  /src/sbin/ifconfig/
extern.h 46 enum flag_type { enum
51 typedef enum flag_type flag_type_t;
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
regex.h 428 typedef regex_constants::syntax_option_type flag_type; typedef in class:basic_regex
436 static constexpr flag_type icase = regex_constants::icase;
437 static constexpr flag_type nosubs = regex_constants::nosubs;
438 static constexpr flag_type optimize = regex_constants::optimize;
439 static constexpr flag_type collate = regex_constants::collate;
440 static constexpr flag_type ECMAScript = regex_constants::ECMAScript;
441 static constexpr flag_type basic = regex_constants::basic;
442 static constexpr flag_type extended = regex_constants::extended;
443 static constexpr flag_type awk = regex_constants::awk;
444 static constexpr flag_type grep = regex_constants::grep
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
regex.h 428 typedef regex_constants::syntax_option_type flag_type; typedef in class:basic_regex
436 static constexpr flag_type icase = regex_constants::icase;
437 static constexpr flag_type nosubs = regex_constants::nosubs;
438 static constexpr flag_type optimize = regex_constants::optimize;
439 static constexpr flag_type collate = regex_constants::collate;
440 static constexpr flag_type ECMAScript = regex_constants::ECMAScript;
441 static constexpr flag_type basic = regex_constants::basic;
442 static constexpr flag_type extended = regex_constants::extended;
443 static constexpr flag_type awk = regex_constants::awk;
444 static constexpr flag_type grep = regex_constants::grep
    [all...]
  /src/usr.sbin/mtrace/
mtrace.c 144 const char * flag_type(u_int type);
252 flag_type(u_int type) function
783 ft = flag_type(r->tr_rflags);
1103 flag_type(n->tr_rflags));
  /src/external/gpl3/binutils/dist/include/
bfdlink.h 299 typedef enum {with_flags, without_flags} flag_type;
304 flag_type with;
297 typedef enum {with_flags, without_flags} flag_type; typedef in typeref:enum:__anon10324
  /src/external/gpl3/binutils.old/dist/include/
bfdlink.h 295 typedef enum {with_flags, without_flags} flag_type;
300 flag_type with;
293 typedef enum {with_flags, without_flags} flag_type; typedef in typeref:enum:__anon11788
  /src/external/gpl3/gdb/dist/include/
bfdlink.h 295 typedef enum {with_flags, without_flags} flag_type;
300 flag_type with;
293 typedef enum {with_flags, without_flags} flag_type; typedef in typeref:enum:__anon18434
  /src/external/gpl3/gdb.old/dist/include/
bfdlink.h 292 typedef enum {with_flags, without_flags} flag_type;
297 flag_type with;
290 typedef enum {with_flags, without_flags} flag_type; typedef in typeref:enum:__anon21175
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-common.cc 9381 enum excess_precision_type flag_type
9389 = targetm.c.excess_precision (flag_type);
9363 enum excess_precision_type flag_type local
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-common.cc 8923 enum excess_precision_type flag_type
8931 = targetm.c.excess_precision (flag_type);
8905 enum excess_precision_type flag_type local

Completed in 48 milliseconds