/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjCPlusPlus/ |
H A D | ObjCPlusPlusLanguage.cpp | 20 const auto suffixes = {".h", ".mm"}; in LLDB_PLUGIN_DEFINE() local
|
/freebsd/contrib/xz/src/xz/ |
H A D | suffix.c | 123 } suffixes[] = { in uncompressed_name() local 236 const char *const *suffixes = all_suffixes[format]; in compressed_name() local
|
/freebsd/sbin/camcontrol/ |
H A D | progress.c | 49 static const char * const suffixes[] = { variable
|
/freebsd/tools/regression/gaithrstress/ |
H A D | gaithrstress.c | 108 const char *suffixes[] = { "net", "com", "org" }; in work() local
|
/freebsd/contrib/tnftp/src/ |
H A D | progressbar.c | 100 static const char * const suffixes[] = { variable
|
/freebsd/crypto/openssl/test/ |
H A D | bio_base64_test.c | 46 static char *suffixes[NVAR] = { "", "", "", sEOF, junk }; variable
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
H A D | ObjCLanguage.cpp | 1036 const auto suffixes = {".h", ".m", ".M"}; in IsSourceFile() local
|
/freebsd/crypto/openssl/apps/ |
H A D | rehash.c | 103 static const char *suffixes[] = { "", "r" }; variable
|
/freebsd/sys/cddl/dev/profile/ |
H A D | profile.c | 337 } suffixes[] = { in profile_provide() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | CPlusPlusLanguage.cpp | 1688 const auto suffixes = {".cpp", ".cxx", ".c++", ".cc", ".c", in IsSourceFile() local
|
/freebsd/contrib/xz/src/liblzma/common/ |
H A D | string_conversion.c | 107 static const char suffixes[4][4] = { "", "KiB", "MiB", "GiB" }; in str_append_u32() local
|
/freebsd/usr.bin/gzip/ |
H A D | gzip.c | 146 static suffixes_t suffixes[] = { variable
|
/freebsd/contrib/pam-krb5/tests/ |
H A D | runtests.c | 1268 const char *suffixes[3] = {"-t", ".t", ""}; in find_test() local
|
/freebsd/crypto/openssh/ |
H A D | sshconnect2.c | 1294 static const char * const suffixes[] = { ".pub", "-cert.pub", NULL }; in id_filename_matches() local
|
H A D | ssh-keygen.c | 2552 static const char * const suffixes[] = { "-cert.pub", ".pub", NULL }; in load_sign_key() local
|
/freebsd/contrib/bmake/ |
H A D | var.c | 4447 char *suffixes = Suff_NamesStr(); in ParseVarnameLong() local
|