Searched refs:format (Results 401 - 425 of 1008) sorted by relevance

<<11121314151617181920>>

/freebsd-11.0-release/tools/tools/kdrv/
H A DKernelDriver142 # Reads the contents of (fname), which are expected to be in the format
395 set fname [format "%si386/conf/LINT" $kpath];
411 set fname [format "%si386/conf/files.i386" $kpath];
431 set fname [format "%si386/conf/options.i386" $kpath];
448 set fname [format "%sconf/files" $kpath];
468 set fname [format "%sconf/options" $kpath];
496 set fname [format "%si386/conf/options.i386" $kpath];
527 set fname [format "%sconf/options" $kpath];
557 set fname [format "%si386/conf/files.i386" $kpath];
596 set fname [format "
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDummy.cpp51 m_pc_reg_info.format = eFormatPointer;
H A DRegisterContextHistory.cpp52 m_pc_reg_info.format = eFormatPointer;
/freebsd-11.0-release/contrib/subversion/subversion/include/
H A Dsvn_checksum.h160 /** Return @a checksum from the serialized format at @a data. The checksum
283 __attribute__ ((format(printf, 4, 5)));
H A Dsvn_error.h153 __attribute__ ((format(printf, 3, 4)));
167 __attribute__((format(printf, 2, 3)));
188 __attribute__((format(printf, 2, 3)));
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_fs_base/
H A Dfs.h43 /* The format number of this filesystem. This is independent of the
44 repository format number, and independent of any other FS back
47 back-end's format.
54 /* Minimum format number that supports representation sharing. This
58 /* Minimum format number that supports the 'miscellaneous' table */
61 /* Minimum format number that supports forward deltas */
64 /* Minimum format number that supports node-origins tracking */
67 /* Minimum format number that supports mergeinfo */
70 /* Minimum format number that supports svndiff version 1. */
118 /* The format numbe
116 int format; member in struct:base_fs_data_t
[all...]
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_fs_x/
H A Dfs_x.h28 /* Read the 'format' file of fsx filesystem FS and store its info in FS.
113 * the given SHARD_SIZE. If not supported by the respective format,
116 * The only file not being written is the 'format' file. This allows
125 int format,
148 /* Read the format number and maximum number of files per directory
152 *MAX_FILES_PER_DIR is obtained from the 'layout' format option, and
/freebsd-11.0-release/contrib/wpa/src/utils/
H A Dos_none.c238 int os_snprintf(char *str, size_t size, const char *format, ...) argument
/freebsd-11.0-release/contrib/sendmail/mailstats/
H A Dmailstats.c300 char *format; local
303 format = "%2d %8ld %10ld %8ld %10ld %6ld %6ld";
305 format = "%2d %8ld %10ldK %8ld %10ldK %6ld %6ld";
307 format, i,
/freebsd-11.0-release/contrib/tzcode/zic/
H A Dprivate.h159 const char * scheck (const char *string, const char *format);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Format/
H A DEncoding.h24 namespace format { namespace in namespace:clang
143 } // namespace format
H A DWhitespaceManager.h25 namespace format { namespace in namespace:clang
212 } // namespace format
/freebsd-11.0-release/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAbbrev.cpp96 OS << format("Abbrev table for offset: 0x%8.8" PRIx64 "\n", I.first);
/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DBranchProbability.cpp31 return OS << format("0x%08" PRIx32 " / 0x%08" PRIx32 " = %.2f%%", N, D,
/freebsd-11.0-release/contrib/ntp/kernel/sys/
H A Dbsd_audioirig.h73 u_short format; /* time output format */ member in struct:auib
/freebsd-11.0-release/contrib/apr/include/
H A Dapr_time.h159 * Convert time value from human readable format to a numeric apr_time_t
168 * Convert time value from human readable format to a numeric apr_time_t that
187 * format in an efficient manner. It is a fixed length
188 * format which requires APR_RFC822_DATA_LEN bytes of storage,
198 * apr_ctime formats dates in the ctime() format
199 * in an efficient manner. It is a fixed length format
210 * Formats the exploded time according to the format specified
214 * @param format The format for the time string
218 apr_size_t max, const char *format,
[all...]
/freebsd-11.0-release/contrib/atf/atf-c/detail/
H A Dtext_test.c184 ATF_TC(format); variable
185 ATF_TC_HEAD(format, tc)
190 ATF_TC_BODY(format, tc)
413 ATF_TP_ADD_TC(tp, format);
/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libc.h57 int internal_snprintf(char *buffer, uptr length, const char *format, ...);
/freebsd-11.0-release/usr.sbin/bsdinstall/scripts/
H A Dauto77 local yes no defaultno extra_args format
81 format="$passed_msg"
85 format="$passed_msg"
91 prompt=$( printf "$format" )
/freebsd-11.0-release/crypto/heimdal/lib/roken/
H A Dsnprintf.c157 /* format number as string */
350 const unsigned char *format = (const unsigned char *)char_format; local
354 while((c = *format++)) {
365 while((c = *format++)){
392 c = *format++;
396 c = *format++;
402 c = *format++;
406 c = *format++;
410 c = *format++;
418 c = *format
535 rk_snprintf(char *str, size_t sz, const char *format, ...) argument
568 rk_asprintf(char **ret, const char *format, ...) argument
600 rk_asnprintf(char **ret, size_t max_sz, const char *format, ...) argument
630 rk_vasprintf(char **ret, const char *format, va_list args) argument
639 rk_vasnprintf(char **ret, size_t max_sz, const char *format, va_list args) argument
678 rk_vsnprintf(char *str, size_t sz, const char *format, va_list args) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DFormatManager.h213 lldb::Format &format);
216 GetFormatAsFormatChar (lldb::Format format);
219 GetFormatAsCString (lldb::Format format);
228 // when DataExtractor dumps a vectorOfT, it uses a predefined format for each item
234 // to actually represent this ValueObject in one-liner format
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBCommandReturnObject.cpp312 SBCommandReturnObject::Printf(const char* format, ...) argument
317 va_start (args, format);
318 size_t result = m_opaque_ap->GetOutputStream().PrintfVarArg(format, args);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DTimer.cpp93 Timer::Timer (const char *category, const char *format, ...) : argument
114 va_start (args, format);
115 ::vfprintf (g_file, format, args);
H A DValueObjectSyntheticFilter.cpp308 ValueObjectSynthetic::SetFormat (lldb::Format format) argument
313 m_parent->SetFormat(format);
315 this->ValueObject::SetFormat(format);
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dwc_db_private.h99 /* The format of this wcroot's metadata storage (see wc.h). If the
100 format has not (yet) been determined, this will be UNKNOWN_FORMAT. */ member in struct:svn_wc__db_wcroot_t
101 int format;
129 int format,
160 (wcroot) != NULL && (wcroot)->format == SVN_WC__VERSION)

Completed in 309 milliseconds

<<11121314151617181920>>