Searched defs:DEFAULT (Results 1 – 7 of 7) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | params.c | 42 #define DEFPARAM(ENUM, OPTION, HELP, DEFAULT, MIN, MAX) argument 43 #define DEFPARAMENUM5(ENUM, OPTION, HELP, DEFAULT, V0, V1, V2, V3, V4) \ argument 50 #define DEFPARAM(ENUM, OPTION, HELP, DEFAULT, MIN, MAX) \ argument 52 #define DEFPARAMENUM5(ENUM, OPTION, HELP, DEFAULT, \ argument
|
H A D | params-enum.h | 20 #define DEFPARAM(ENUM, OPTION, HELP, DEFAULT, MIN, MAX) argument 24 #define DEFPARAMENUM5(ENUM, OPTION, HELP, DEFAULT, V0, V1, V2, V3, V4) \ argument
|
/dflybsd-src/contrib/tnftp/src/ |
H A D | ruserpass.c | 65 #define DEFAULT 1 macro
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | params.c | 42 #define DEFPARAM(ENUM, OPTION, HELP, DEFAULT, MIN, MAX) \ argument
|
/dflybsd-src/lib/libcompat/4.3/ |
H A D | rexec.c | 72 #define DEFAULT 1 macro
|
/dflybsd-src/bin/ps/ |
H A D | ps.c | 88 enum sort { DEFAULT, SORTMEM, SORTCPU } sortby = DEFAULT; enumerator
|
/dflybsd-src/contrib/wpa_supplicant/src/pae/ |
H A D | ieee802_1x_kay_i.h | 98 enum activate_ctrl { DEFAULT, DISABLED, ON_OPER_UP, ALWAYS } activate; enumerator
|