Searched defs:suffix (Results 1 - 25 of 123) sorted by relevance

12345

/freebsd-current/crypto/openssh/
H A Dfatal.c37 sshfatal(const char *file, const char *func, int line, int showfunc, LogLevel level, const char *suffix, const char *fmt, ...) argument
/freebsd-current/crypto/openssh/regress/misc/sk-dummy/
H A Dfatal.c13 sshfatal(const char *file, const char *func, int line, int showfunc, LogLevel level, const char *suffix, const char *fmt, ...) argument
/freebsd-current/sbin/ipf/libipf/
H A Dprintaddr.c15 char *suffix; local
[all...]
/freebsd-current/usr.bin/basename/
H A Dbasename.c49 char *p, *suffix; local
103 stripsuffix(char *p, const char *suffix, size_t suffixlen) argument
[all...]
/freebsd-current/usr.sbin/bluetooth/iwmbtfw/
H A Diwmbt_fw.c112 iwmbt_get_fwname(struct iwmbt_version *ver, struct iwmbt_boot_params *params, const char *prefix, const char *suffix) argument
/freebsd-current/usr.bin/procstat/
H A Dprocstat_rlimit.c49 const char *suffix; member in struct:__anon912
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_write_set_format_filter_by_ext.c68 int cmpsuff(const char *str, const char *suffix) argument
/freebsd-current/contrib/mandoc/
H A Dterm_tag.c50 term_tag_init(const char *outfilename, const char *suffix, argument
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DHighlighter.cpp23 Set(llvm::StringRef prefix, llvm::StringRef suffix) argument
/freebsd-current/sys/dev/netmap/
H A Dnetmap_legacy.c93 char suffix[10]; local
/freebsd-current/tests/sys/cddl/zfs/bin/
H A Dmkfile.c63 char *suffix; local
/freebsd-current/lib/libutil/
H A Dhumanize_number.c48 humanize_number(char *buf, size_t len, int64_t quotient, const char *suffix, int scale, int flags) argument
/freebsd-current/contrib/libxo/libxo/
H A Dxo_humanize.h63 xo_humanize_number(char *buf, size_t len, int64_t bytes, const char *suffix, int scale, int flags) argument
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dmake_keys.c142 static const char *suffix[] = local
/freebsd-current/sys/contrib/zstd/programs/
H A Dutil.h194 const char* suffix; member in struct:__anon341
/freebsd-current/contrib/googletest/googletest/test/
H A Dgtest_stress_test.cc57 std::string IdToKey(int id, const char* suffix) { argument
59 key << "key_" << id << "_" << suffix; local
69 ExpectKeyAndValueWereRecordedForId( const std::vector<TestProperty>& properties, int id, const char* suffix) argument
/freebsd-current/contrib/libfido2/src/
H A Dlog.c35 do_log(const char *suffix, const char *fmt, va_list args) argument
/freebsd-current/contrib/libfido2/fuzz/
H A Dpreload-snoop.c42 get_fd(const char *hid_path, const char *suffix) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCF.cpp101 stream << suffix; local
284 stream << suffix; local
/freebsd-current/contrib/llvm-project/clang/utils/TableGen/
H A DASTTableGen.cpp34 static StringRef removeExpectedNodeNameSuffix(Record *node, StringRef suffix) { argument
/freebsd-current/contrib/tnftp/src/
H A Dcomplete.c236 char suffix[2] = " "; local
/freebsd-current/contrib/ntp/ntpd/
H A Dntp_filegen.c106 char *suffix; /* where to print suffix extension */ local
[all...]
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Core/
H A DHighlighter.h35 ColorStyle(llvm::StringRef prefix, llvm::StringRef suffix) { argument
/freebsd-current/contrib/xz/src/xz/
H A Dsuffix.c90 test_suffix(const char *suffix, const char *src_name, size_t src_len) argument
179 msg_suffix(const char *src_name, const char *suffix) argument
257 const char *suffix = custom_suffix != NULL local
383 suffix_set(const char *suffix) argument
[all...]
H A Dutil.c228 static const char suffix[5][4] = { "B", "KiB", "MiB", "GiB", "TiB" }; local
[all...]

Completed in 233 milliseconds

12345