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

  /src/usr.bin/make/unit-tests/
depsrc-optional.mk 1 # $NetBSD: depsrc-optional.mk,v 1.5 2020/11/08 10:33:47 rillig Exp $
3 # Tests for the special source .OPTIONAL in dependency declarations,
11 important: optional optional-cohort
14 optional: .OPTIONAL target
15 : An optional leaf node is not executed.
18 optional-cohort:: .OPTIONAL
  /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 in typeref:typename:int
462 case '{': /* Begin optional implementation */
463 if (optional(comment)) {
469 case '}': /* End optional implementation */
472 case '?': /* Optional */
  /src/sbin/sysctl/
sysctl.c 848 bool optional = false; local in function:parse
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...]

Completed in 14 milliseconds