/dflybsd-src/nrelease/root/etc/ |
H A D | dhcpd.conf | 9 match if substring (option vendor-class-identifier, 0, 9) = "PXEClient"; 13 match if substring (option vendor-class-identifier, 0, 9) = "Etherboot"; 17 match if substring (option vendor-class-identifier, 0, 9) = "DragonFly";
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | attribs.c | 46 struct substring struct 65 extract_attribute_substring (struct substring *str) in extract_attribute_substring() argument 100 const struct substring *const str = (const struct substring *) q; in eq_attr() 199 struct substring str; in register_attribute() 221 struct substring attr; in lookup_attribute_spec()
|
/dflybsd-src/contrib/pam_passwdqc/ |
H A D | README | 81 The length of common substring required to conclude that a password is 83 or 0 to disable the substring search. Note that the password will not 84 be rejected once a weak substring is found; it will instead be 85 subjected to the usual strength requirements with the weak substring 88 The substring search is case-insensitive and is able to detect and 89 remove a common substring spelled backwards. 95 long common substring and the new password with the substring partially
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | attribs.c | 40 struct substring struct 58 typedef substring *compare_type; argument 60 static inline bool equal (const attribute_spec *, const substring *); 71 attribute_hasher::equal (const attribute_spec *spec, const substring *str) in equal() 106 extract_attribute_substring (struct substring *str) in extract_attribute_substring() 270 struct substring str; in register_scoped_attribute() 297 struct substring attr; in lookup_scoped_attribute_spec()
|
/dflybsd-src/contrib/grep/doc/ |
H A D | grep.texi | 254 The test is that the matching substring must either 263 Because the @option{-w} option can match a substring that does not 853 These substring values are integers in decimal representation 928 SGR substring for whole selected lines 939 SGR substring for whole context lines 957 SGR substring for matching non-empty text in any matching line 967 SGR substring for matching non-empty text in a selected line. 975 SGR substring for matching non-empty text in a context line. 983 SGR substring for file names prefixing any content line. 988 SGR substring for line numbers prefixing any content line. [all …]
|
/dflybsd-src/gnu/usr.bin/cc80/support-libs/liblto_plugin/ |
H A D | Makefile.headers | 291 substring-locations.h \
|
/dflybsd-src/contrib/ee/ |
H A D | ee.i18n.guide | 41 substring of a valid command
|
H A D | ee.c | 334 char *is_in_string P_((char *string, char *substring)); 4860 is_in_string(string, substring) /* a strchr() look-alike for systems without in is_in_string() argument 4862 char * string, *substring; in is_in_string() 4866 for (sub = substring; (sub != NULL) && (*sub != '\0'); sub++)
|
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | std-operator.def | 173 In F77, array subscript expressions, substring expressions and
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/tr1/ |
H A D | regex | 281 * @li $& The matched substring. 282 * @li $` The portion of @a string that precedes the matched substring. 284 * @li $' The portion of @a string that follows the matched substring.
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/tr1/ |
H A D | regex | 281 * @li $& The matched substring. 282 * @li $` The portion of @a string that precedes the matched substring. 284 * @li $' The portion of @a string that follows the matched substring.
|
/dflybsd-src/contrib/binutils-2.27/gas/doc/ |
H A D | c-tic54x.texi | 147 Evaluates to a substring of @var{symbol} beginning at @var{start} with
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/ |
H A D | rope | 849 // In all cases except repeated substring operations and
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/ |
H A D | rope | 848 // In all cases except repeated substring operations and
|
/dflybsd-src/contrib/bmake/ |
H A D | bmake.cat1 | 993 words may be replaced. Otherwise `%' is the substring of [4mold_string[0m
|
/dflybsd-src/contrib/wpa_supplicant/wpa_supplicant/ |
H A D | ChangeLog | 2231 certificate with a substring when using EAP-TLS/PEAP/TTLS; new
|
/dflybsd-src/contrib/gcc-4.7/gcc/doc/ |
H A D | invoke.texi | 9894 This is the substring up to (and not including) the last period 19501 if the @var{file} parameter is a substring of the file name, it is 19527 match is done on substrings: if the @var{sym} parameter is a substring
|
/dflybsd-src/sys/contrib/dev/acpica/ |
H A D | changes.txt | 4764 2) Added substring match support (similar to a wildcard) for the -i
|