Searched refs:suffix (Results 226 - 250 of 255) sorted by relevance

1234567891011

/freebsd-current/share/mk/
H A Dbsd.sys.mk233 CXXWARNFLAGS+= -Wno-literal-suffix \
/freebsd-current/contrib/bmake/unit-tests/
H A DMakefile55 #TESTS+= archive-suffix
153 TESTS+= deptgt-path-suffix
/freebsd-current/usr.bin/bmake/unit-tests/
H A DMakefile58 #TESTS+= archive-suffix
156 TESTS+= deptgt-path-suffix
/freebsd-current/contrib/bmake/
H A Dconfigure999 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1002 -program-suffix=* | --program-suffix=* | --program-suffi=* \
3453 # safe: cross compilers may not add the suffix if given an `-o'
3490 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3491 printf %s "checking for suffix of executables... " >&6; }
3520 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3589 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3590 printf %s "checking for suffix o
[all...]
/freebsd-current/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_sendrecv.c4651 char suffix[ZFS_MAX_DATASET_NAME_LEN]; local
4652 (void) strlcpy(suffix, strrchr(destsnap, '/'),
4653 sizeof (suffix));
4657 (void) strlcat(destsnap, suffix,
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2301 // Now append the suffix back to mangled and unmangled names. Only do it if
2304 llvm::StringRef suffix = symbol_ref.substr(version_pos); local
2308 mangled.SetMangledName(ConstString((mangled_name + suffix).str()));
2313 mangled.SetDemangledName(ConstString((demangled_name + suffix).str()));
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.c124 char yyintsuffix[4]; /* int token suffix string [uU][lL] */
420 const char *prefix = "", *suffix = ""; local
446 suffix = "( )";
454 prefix, dnp->dn_ident->di_name, suffix);
1221 * suffix [uU]: unsigned int, unsigned long, unsigned long long
1222 * suffix [lL] decimal: long, long long
1223 * suffix [lL] oct/hex: long, unsigned long, long long, unsigned long long
1224 * suffix [uU][Ll]: unsigned long, unsigned long long
1225 * suffix ll/LL decimal: long long
1226 * suffix l
[all...]
/freebsd-current/contrib/googletest/googletest/src/
H A Dgtest.cc1480 // 'context' represents the desired unchanged prefix/suffix around the diff.
1505 // Iterate the edits until we found enough suffix for the hunk or the input
2171 // Returns true if and only if str ends with the given suffix, ignoring case.
2172 // Any string is considered to end with an empty suffix.
2174 const std::string& suffix) {
2176 const size_t suffix_len = suffix.length();
2179 suffix.c_str());
6832 // the director-separator character as a suffix if not provided in the
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_settings.cpp373 const char *suffix, char **out) {
379 hasSuffix = t && __kmp_str_eqf(t, suffix);
380 t = __kmp_str_format("%s%s", value, hasSuffix ? "" : suffix);
372 __kmp_stg_parse_file(char const *name, char const *value, const char *suffix, char **out) argument
/freebsd-current/contrib/tcpdump/
H A Dconfigure973 -program-suffix | --program-suffix | --program-suffi | --program-suff \
976 -program-suffix=* | --program-suffix=* | --program-suffi=* \
2997 # safe: cross compilers may not add the suffix if given an `-o'
3033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3034 $as_echo_n "checking for suffix of executables... " >&6; }
3062 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3132 $as_echo_n "checking for suffix o
[all...]
/freebsd-current/contrib/sqlite3/tea/
H A Dconfigure1037 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1040 -program-suffix=* | --program-suffix=* | --program-suffi=* \
3333 # safe: cross compilers may not add the suffix if given an `-o'
3370 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3371 printf %s "checking for suffix of executables... " >&6; }
3400 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3469 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3470 printf %s "checking for suffix o
[all...]
/freebsd-current/contrib/bsnmp/tests/
H A Dcatch.hpp3156 bool endsWith( std::string const& s, std::string const& suffix );
3157 bool endsWith( std::string const& s, char suffix );
13586 bool endsWith( std::string const& s, std::string const& suffix ) {
13587 return s.size() >= suffix.size() && std::equal(suffix.rbegin(), suffix.rend(), s.rbegin());
13589 bool endsWith( std::string const& s, char suffix ) {
13590 return !s.empty() && s[s.size()-1] == suffix;
/freebsd-current/contrib/openbsm/
H A Dconfigure1049 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1052 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1396 --program-suffix=SUFFIX append SUFFIX to installed program names
2880 # safe: cross compilers may not add the suffix if given an `-o'
2916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2917 $as_echo_n "checking for suffix of executables... " >&6; }
2945 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3014 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix o
[all...]
/freebsd-current/contrib/file/
H A Dconfigure1079 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1082 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1436 --program-suffix=SUFFIX append SUFFIX to installed program names
4350 # safe: cross compilers may not add the suffix if given an `-o'
4387 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4388 printf %s "checking for suffix of executables... " >&6; }
4417 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
4486 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix o
[all...]
/freebsd-current/contrib/sqlite3/
H A Dconfigure1073 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1076 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1430 --program-suffix=SUFFIX append SUFFIX to installed program names
3814 # safe: cross compilers may not add the suffix if given an `-o'
3851 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3852 printf %s "checking for suffix of executables... " >&6; }
3881 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3950 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix o
[all...]
/freebsd-current/contrib/libpcap/
H A Dconfigure1069 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1072 -program-suffix=* | --program-suffix=* | --program-suffi=* \
3551 # safe: cross compilers may not add the suffix if given an `-o'
3587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3588 $as_echo_n "checking for suffix of executables... " >&6; }
3616 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3686 $as_echo_n "checking for suffix o
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp2012 // actually meant to be a hexfloat, and not if it has a ud-suffix.
2039 // If we have a UCN or UTF-8 character (perhaps in a ud-suffix), continue.
2052 /// LexUDSuffix - Lex the ud-suffix production for user-defined literal suffixes
2053 /// in C++11, or warn on a ud-suffix in C++98.
2081 // C++11 [lex.ext]p10, [usrlit.suffix]p1: A program containing a ud-suffix
2084 // them. We assume a suffix beginning with a UCN or UTF-8 character is more
2085 // likely to be a ud-suffix than a macro, however, and accept that.
2092 // valid suffix for a string literal or a numeric literal (this could be
2102 // End of suffix
[all...]
/freebsd-current/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp92 // the suffix that represents the type in the ACLE intrinsic naming scheme
150 PrintFatalError("no ACLE suffix available for this type");
254 std::string suffix() const { return toLetter(Kind) + utostr(Bits); } function in class:__anon1089::ScalarType
1333 // Tablegen record (or override) and appending the suffix from its
/freebsd-current/contrib/dialog/
H A Dconfigure370 -program-suffix | --program-suffix | --program-suffi | --program-suff \
373 -program-suffix=* | --program-suffix=* | --program-suffi=* \
681 --program-suffix=SUFFIX append SUFFIX to installed program names
1567 echo "$as_me:1567: checking for executable suffix" >&5
1568 echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6
1600 echo "$as_me:1600: checking for object suffix" >&5
1601 echo $ECHO_N "checking for object suffix... $ECHO_C" >&6
3592 # autoconf's macro sets -Zexe and suffix bot
[all...]
/freebsd-current/contrib/openpam/
H A Dconfigure1119 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1122 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1476 --program-suffix=SUFFIX append SUFFIX to installed program names
3831 # safe: cross compilers may not add the suffix if given an `-o'
3868 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3869 printf %s "checking for suffix of executables... " >&6; }
3898 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3967 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix o
[all...]
/freebsd-current/contrib/libevent/
H A Dconfigure1144 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1147 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1491 --program-suffix=SUFFIX append SUFFIX to installed program names
3814 # safe: cross compilers may not add the suffix if given an `-o'
3850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3851 $as_echo_n "checking for suffix of executables... " >&6; }
3879 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix o
[all...]
/freebsd-current/contrib/ntp/sntp/libevent/
H A Dconfigure1177 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1180 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1534 --program-suffix=SUFFIX append SUFFIX to installed program names
4377 # safe: cross compilers may not add the suffix if given an `-o'
4414 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4415 printf %s "checking for suffix of executables... " >&6; }
4444 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
4513 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix o
[all...]
/freebsd-current/sys/cam/scsi/
H A Dscsi_all.c6812 /*suffix*/ "MB", /*to_str*/ scsi_attrib_int_sbuf,/*parse_str*/ NULL },
6815 /*suffix*/"MB", /*to_str*/ scsi_attrib_int_sbuf, /*parse_str*/ NULL },
6818 /*suffix*/NULL, /*to_str*/ scsi_attrib_int_sbuf, /*parse_str*/ NULL },
6821 /*suffix*/NULL, /*to_str*/ scsi_attrib_int_sbuf, /*parse_str*/ NULL },
6824 /*suffix*/"bytes", /*to_str*/ scsi_attrib_int_sbuf,
6828 /*suffix*/NULL, /*to_str*/ scsi_attrib_ascii_sbuf,
6832 /*suffix*/NULL, /*to_str*/ scsi_attrib_int_sbuf, /*parse_str*/ NULL },
6835 /*suffix*/NULL, /*to_str*/ scsi_attrib_int_sbuf, /*parse_str*/ NULL },
6838 /*suffix*/NULL, /*to_str*/ scsi_attrib_ascii_sbuf,
6842 /*suffix*/NUL
[all...]
H A Dscsi_all.h1262 const char *suffix; member in struct:scsi_attrib_table_entry
/freebsd-current/contrib/ldns/
H A Dconfigure1125 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1128 -program-suffix=* | --program-suffix=* | --program-suffi=* \
3580 # safe: cross compilers may not add the suffix if given an `-o'
3617 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3618 printf %s "checking for suffix of executables... " >&6; }
3647 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3716 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3717 printf %s "checking for suffix o
[all...]

Completed in 748 milliseconds

1234567891011