Home
last modified time | relevance | path

Searched refs:substring (Results 1 – 18 of 18) sorted by relevance

/dflybsd-src/nrelease/root/etc/
H A Ddhcpd.conf9 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 Dattribs.c46 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 DREADME81 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 Dattribs.c40 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 Dgrep.texi254 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 DMakefile.headers291 substring-locations.h \
/dflybsd-src/contrib/ee/
H A Dee.i18n.guide41 substring of a valid command
H A Dee.c334 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 Dstd-operator.def173 In F77, array subscript expressions, substring expressions and
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/tr1/
H A Dregex281 * @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 Dregex281 * @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 Dc-tic54x.texi147 Evaluates to a substring of @var{symbol} beginning at @var{start} with
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/
H A Drope849 // In all cases except repeated substring operations and
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Drope848 // In all cases except repeated substring operations and
/dflybsd-src/contrib/bmake/
H A Dbmake.cat1993 words may be replaced. Otherwise `%' is the substring of old_string
/dflybsd-src/contrib/wpa_supplicant/wpa_supplicant/
H A DChangeLog2231 certificate with a substring when using EAP-TLS/PEAP/TTLS; new
/dflybsd-src/contrib/gcc-4.7/gcc/doc/
H A Dinvoke.texi9894 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 Dchanges.txt4764 2) Added substring match support (similar to a wildcard) for the -i