| /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| ilist_node_options.h | 95 template <class... Options> struct check_options; 96 template <> struct check_options<> : std::true_type {}; struct in namespace:llvm::ilist_detail 98 struct check_options<Option1, Options...> struct in namespace:llvm::ilist_detail 100 check_options<Options...>::value> {};
|
| ilist_node_options.h | 95 template <class... Options> struct check_options; 96 template <> struct check_options<> : std::true_type {}; struct in namespace:llvm::ilist_detail 98 struct check_options<Option1, Options...> struct in namespace:llvm::ilist_detail 100 check_options<Options...>::value> {};
|
| /src/external/mpl/bind/dist/tests/dns/ |
| resconf_test.c | 101 check_options(irs_resconf_t *resconf) { function 146 check_options, ISC_R_SUCCESS },
|
| resconf_test.c | 101 check_options(irs_resconf_t *resconf) { function 146 check_options, ISC_R_SUCCESS },
|
| /src/usr.sbin/lpr/lpd/ |
| lpd.c | 151 int options = 0, check_options = 0; local 204 check_options |= LPD_NOPORTCHK; 349 chkhost((struct sockaddr *)&frm, check_options);
|
| lpd.c | 151 int options = 0, check_options = 0; local 204 check_options |= LPD_NOPORTCHK; 349 chkhost((struct sockaddr *)&frm, check_options);
|
| /src/external/bsd/ppp/dist/pppd/ |
| pppd.h | 205 void (*check_options)(void); member in struct:protent 227 void (*check_options)(void); member in struct:channel
|
| pppd.h | 205 void (*check_options)(void); member in struct:protent 227 void (*check_options)(void); member in struct:channel
|
| options.c | 1048 * check_options - check that options are valid and consistent. 1051 check_options(void) function
|
| options.c | 1048 * check_options - check that options are valid and consistent. 1051 check_options(void) function
|
| /src/usr.sbin/mountd/ |
| mountd.c | 183 static int check_options(const char *, size_t, struct dirlist *); 1127 if (check_options(line, lineno, dirhead)) 2329 check_options(const char *line, size_t lineno, struct dirlist *dp) function
|
| mountd.c | 183 static int check_options(const char *, size_t, struct dirlist *); 1127 if (check_options(line, lineno, dirhead)) 2329 check_options(const char *line, size_t lineno, struct dirlist *dp) function
|
| /src/external/bsd/flex/dist/src/ |
| main.c | 216 /* check_options - check user-specified options */ 218 void check_options (void) 217 void check_options (void) function
|
| main.c | 216 /* check_options - check user-specified options */ 218 void check_options (void) 217 void check_options (void) function
|
| /src/external/mpl/bind/dist/lib/isccfg/ |
| check.c | 1257 check_options(const cfg_obj_t *options, const cfg_obj_t *config, function 4217 tresult = check_options(zoptions, config, false, logctx, mctx, 6030 tresult = check_options(voptions, NULL, check_algorithms, 6033 tresult = check_options(config, config, check_algorithms, 6366 check_options(options, config, check_algorithms, logctx, mctx,
|
| check.c | 1257 check_options(const cfg_obj_t *options, const cfg_obj_t *config, function 4217 tresult = check_options(zoptions, config, false, logctx, mctx, 6030 tresult = check_options(voptions, NULL, check_algorithms, 6033 tresult = check_options(config, config, check_algorithms, 6366 check_options(options, config, check_algorithms, logctx, mctx,
|