| /src/usr.bin/make/unit-tests/ |
| depsrc-optional.exp | 4 ExamineLater: need to examine "optional" 5 ExamineLater: need to examine "optional-cohort" 6 Make_ExpandUse: examine optional 7 Make_ExpandUse: examine optional-cohort 8 Examining optional...nonexistent...up-to-date. 9 Examining optional-cohort...nonexistent...:: operator and no sources...out-of-date. 11 recheck(optional-cohort): update time from nonexistent to now 12 Examining important...nonexistent...modified before source "optional-cohort"...out-of-date.
|
| varmod-mtime.mk | 29 # The ':mtime' modifier accepts a timestamp in seconds as an optional 63 # If the optional argument of the ':mtime' modifier is the word 'error', the
|
| varmod-remember.mk | 49 # The ':_' modifier takes a variable name as optional argument. Before var.c
|
| Makefile | 129 TESTS+= depsrc-optional 500 ENV.depsrc-optional+= TZ=UTC
|
| /src/sys/arch/pmax/tc/ |
| dtreg.h | 129 uint8_t optional[4]; /* 0-3 optional bytes, ignore */ member in struct:dt_ident
|
| /src/tests/lib/libc/regex/ |
| t_regex_att.c | 193 optional(const char *s) function 462 case '{': /* Begin optional implementation */ 463 if (optional(comment)) { 469 case '}': /* End optional implementation */ 472 case '?': /* Optional */
|
| /src/usr.sbin/sysinst/ |
| target.c | 445 cp_within_target(const char *frompath, const char *topath, int optional) 453 if (access(realfrom, R_OK) == -1 && optional)
|
| README.md_defs | 48 The following macros provide optional MD hooks:
|
| msg.mi.en | 307 * $3 = optional install flag (I)nstall, 494 and there are some other sets that are optional. You may choose to install
|
| msg.mi.pl | 296 * $3 = optional install flag (I)nstall,
|
| /src/sbin/sysctl/ |
| sysctl.c | 848 bool optional = false; local 856 optional = true; 902 if (optional) 946 write_number(&name[0], namelen, node, value, optional); 949 write_string(&name[0], namelen, node, value, optional); 971 size is optional for some types. type must be set before anything 1756 bool optional) 1813 if (!optional || errno != EPERM) { 1837 bool optional) 1858 if (!optional || errno != EPERM) [all...] |
| /src/sbin/iscsictl/ |
| iscsic_driverif.c | 248 get_sessid(int argc, char **argv, int optional) 255 if (!optional) {
|
| /src/sys/arch/ia64/stand/common/ |
| help.common | 10 described by the term. A term enclosed with [...] is optional,
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_common_interceptors.inc | 3335 // We get this symbol by skipping leading blanks and optional +/- sign.
|