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

  /src/usr.bin/make/unit-tests/
varmod-ifelse.mk 76 # If the "Bad condition" appears in a quoted string literal, the
86 # string. The left-hand side of the comparison is therefore just an empty
87 # string, which is obviously equal to the empty string on the right-hand side.
122 # make: Bad conditional expression 'string == "literal" && no >= 10'
123 # in 'string == "literal" && no >= 10?yes:no'
136 # string == "literal" && no >= 10
140 # the right-hand side 'no >= 10'. The word 'no' is obviously a string
156 STRING= string
    [all...]
  /src/usr.bin/audio/ctl/
ctl.c 47 #include <string.h>
75 #define STRING 1
90 { "name", &adev.name, STRING, READONLY },
91 { "version", &adev.version, STRING, READONLY },
92 { "config", &adev.config, STRING, READONLY },
93 { "encodings", encbuf, STRING, READONLY },
174 case STRING:
  /src/usr.bin/rdist/
defs.h 44 #include <string.h>
65 #define STRING 9
  /src/usr.bin/rump_dhcpclient/
dhcp.c 32 #include <string.h>
45 #define STRING (1 << 7)
85 { 12, STRING, "host_name" },
87 { 14, STRING, "merit_dump" },
88 { 15, STRING, "domain_name" },
90 { 17, STRING, "root_path" },
91 { 18, STRING, "extensions_path" },
112 { 40, STRING, "nis_domain" },
115 { 43, STRING, "vendor_encapsulated_options" },
119 { 47, STRING, "netbios_scope" }
    [all...]
  /src/usr.bin/tip/
tip.h 54 #include <string.h>
70 extern char *DI; /* disconnect string */
95 * String value table
111 #define STRING 01 /* string valued */
173 const char *e_help; /* help string */
  /src/usr.bin/xlint/lint1/
op.h 115 STRING,

Completed in 51 milliseconds