Searched refs:fmt (Results 201 - 225 of 1313) sorted by relevance

1234567891011>>

/macosx-10.9.5/libxml2-26/Pregenerated Files/libxml/
H A Dxmlversion.h446 # define LIBXML_ATTR_FORMAT(fmt,args) __attribute__((__format__(__printf__,fmt,args)))
448 # define LIBXML_ATTR_FORMAT(fmt,args)
451 # define LIBXML_ATTR_FORMAT(fmt,args)
472 #define LIBXML_ATTR_FORMAT(fmt,args)
/macosx-10.9.5/shell_cmds-175/w/
H A Dpr_time.c58 char fmt[20]; local
66 (void)strcpy(fmt, "%d%b%y");
74 (void)strcpy(fmt, use_ampm ? "%a%I%p" : "%a%H");
79 (void)strcpy(fmt, use_ampm ? "%l:%M%p" : "%k:%M");
82 (void)strftime(buf, sizeof(buf), fmt, &tp);
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dunum.cpp125 unum_close(UNumberFormat* fmt) argument
127 delete (NumberFormat*) fmt;
131 unum_clone(const UNumberFormat *fmt, argument
138 const NumberFormat* nf = reinterpret_cast<const NumberFormat*>(fmt);
157 unum_format( const UNumberFormat* fmt, argument
164 return unum_formatInt64(fmt, number, result, resultLength, pos, status);
168 unum_formatInt64(const UNumberFormat* fmt, argument
190 ((const NumberFormat*)fmt)->format(number, res, fp, *status);
201 unum_formatDouble( const UNumberFormat* fmt, argument
223 ((const NumberFormat*)fmt)
235 unum_formatDecimal(const UNumberFormat* fmt, const char * number, int32_t length, UChar* result, int32_t resultLength, UFieldPosition *pos, UErrorCode* status) argument
279 unum_formatDoubleCurrency(const UNumberFormat* fmt, double number, UChar* currency, UChar* result, int32_t resultLength, UFieldPosition* pos, UErrorCode* status) argument
317 parseRes(Formattable& res, const UNumberFormat* fmt, const UChar* text, int32_t textLength, int32_t *parsePos , UErrorCode *status) argument
346 unum_parse( const UNumberFormat* fmt, const UChar* text, int32_t textLength, int32_t *parsePos , UErrorCode *status) argument
358 unum_parseInt64( const UNumberFormat* fmt, const UChar* text, int32_t textLength, int32_t *parsePos , UErrorCode *status) argument
370 unum_parseDouble( const UNumberFormat* fmt, const UChar* text, int32_t textLength, int32_t *parsePos , UErrorCode *status) argument
382 unum_parseDecimal(const UNumberFormat* fmt, const UChar* text, int32_t textLength, int32_t *parsePos , char *outBuf, int32_t outBufLength, UErrorCode *status) argument
415 unum_parseDoubleCurrency(const UNumberFormat* fmt, const UChar* text, int32_t textLength, int32_t* parsePos, UChar* currency, UErrorCode* status) argument
463 unum_getAttribute(const UNumberFormat* fmt, UNumberFormatAttribute attr) argument
483 unum_setAttribute( UNumberFormat* fmt, UNumberFormatAttribute attr, int32_t newValue) argument
502 unum_getDoubleAttribute(const UNumberFormat* fmt, UNumberFormatAttribute attr) argument
515 unum_setDoubleAttribute( UNumberFormat* fmt, UNumberFormatAttribute attr, double newValue) argument
527 unum_getTextAttribute(const UNumberFormat* fmt, UNumberFormatTextAttribute tag, UChar* result, int32_t resultLength, UErrorCode* status) argument
596 unum_setTextAttribute( UNumberFormat* fmt, UNumberFormatTextAttribute tag, const UChar* newValue, int32_t newValueLength, UErrorCode *status) argument
650 unum_toPattern( const UNumberFormat* fmt, UBool isPatternLocalized, UChar* result, int32_t resultLength, UErrorCode* status) argument
682 unum_getSymbol(const UNumberFormat *fmt, UNumberFormatSymbol symbol, UChar *buffer, int32_t size, UErrorCode *status) argument
709 unum_setSymbol(UNumberFormat *fmt, UNumberFormatSymbol symbol, const UChar *value, int32_t length, UErrorCode *status) argument
736 unum_applyPattern( UNumberFormat *fmt, UBool localized, const UChar *pattern, int32_t patternLength, UParseError *parseError, UErrorCode* status) argument
773 unum_getLocaleByType(const UNumberFormat *fmt, ULocDataLocaleType type, UErrorCode* status) argument
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Ddtfmapts.cpp328 NumberFormat *fmt = NumberFormat::createInstance(status); local
329 if (fmt) {
330 fmt->format(numObj, str, status);
331 fmt->format(numObj, str, fpos, status);
332 delete fmt;
342 DecimalFormat fmt(status);
345 fmt.format(numObj, str, status);
346 fmt.format(numObj, str, fpos, status);
348 fmt.format(2.71828, str);
349 fmt
[all...]
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dwatch.c201 watch3ary(int inout, WATCH_STRUCT_UTMP *u, char *fmt, int prnt) argument
205 switch (*fmt++) {
228 sep = *fmt++;
229 fmt = watchlog2(inout, u, fmt, (truth && prnt), sep);
230 return watchlog2(inout, u, fmt, (!truth && prnt), END3);
237 watchlog2(int inout, WATCH_STRUCT_UTMP *u, char *fmt, int prnt, int fini) argument
248 while (*fmt)
249 if (*fmt == '\\') {
250 if (*++fmt) {
382 watchlog(int inout, WATCH_STRUCT_UTMP *u, char **w, char *fmt) argument
496 char *fmt; local
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-FSEvents/Examples/
H A Dwatcher.py33 def mesg(self, fmt, *args, **kwds):
35 fmt = fmt % args
38 fmt = fmt % kwds
41 print >>sys.stderr, fmt
43 print >>sys.stdout, fmt
45 def debug(self, fmt, *args, **kwds):
50 fmt = fmt
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-FSEvents/Examples/
H A Dwatcher.py33 def mesg(self, fmt, *args, **kwds):
35 fmt = fmt % args
38 fmt = fmt % kwds
41 print >>sys.stderr, fmt
43 print >>sys.stdout, fmt
45 def debug(self, fmt, *args, **kwds):
50 fmt = fmt
[all...]
/macosx-10.9.5/CommonCrypto-60049/lib/
H A Dccdebug.h47 #define CC_DEBUG_LOG(lvl, fmt, ...) do { \
55 lvl_type[l], fmt); \
61 #define CC_DEBUG_LOG(lvl,fmt,...) {}
/macosx-10.9.5/IOGraphics-471.92.1/IOGraphicsFamily/IOKit/graphics/
H A DIOGraphicsPrivate.h34 #define DEBG(name, fmt, args...) \
42 IOLog(fmt, ## args); \
45 kprintf(fmt, ## args); \
49 #define DEBG(idx, fmt, args...) {}
56 #define DEBG1(name, fmt, args...) \
64 IOLog(fmt, ## args); \
67 kprintf(fmt, ## args); \
71 #define DEBG1(idx, fmt, args...) {}
77 #define DEBG2(name, fmt, args...) \
85 IOLog(fmt, ## arg
[all...]
/macosx-10.9.5/Libc-997.90.3/uuid/uuidsrc/
H A Dunparse.c51 static void uuid_unparse_x(const uuid_t uu, char *out, const char *fmt) argument
67 *out++ = fmt[*uuid_array >> 4];
68 *out++ = fmt[*uuid_array++ & 0xF];
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/liblutil/
H A Dsetproctitle.c42 * takes a printf-style format string (fmt) and up to three parameters (a,b,c)
47 void setproctitle( const char *fmt, ... ) argument
55 va_start(ap, fmt);
58 vsnprintf( buf, sizeof(buf)-1, fmt, ap );
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/regress/
H A Dsnprintftest.c35 int x_snprintf(char *str, size_t count, const char *fmt, ...) argument
40 va_start(ap, fmt);
41 ret = vsnprintf(str, count, fmt, ap);
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/CocoaGL/
H A DMyOpenGLView.rb29 fmt = NSOpenGLPixelFormat.alloc.initWithAttributes(attribs.pack('i*'))
30 puts "No OpenGL pixel format" if fmt.nil?
32 return self if initWithFrame_pixelFormat(frame, fmt)
/macosx-10.9.5/SmartcardCCID-55005/ccid/ccid/src/
H A Ddebug.c38 void log_msg(const int priority, const char *fmt, ...) argument
42 va_start(argptr, fmt);
43 (void)vsnprintf(DebugBuffer, DEBUG_BUF_SIZE, fmt, argptr);
/macosx-10.9.5/bind9-45.100/bind9/lib/lwres/
H A Dprint_p.h49 #define LWRES_FORMAT_PRINTF(fmt, args) \
50 __attribute__((__format__(__printf__, fmt, args)))
52 #define LWRES_FORMAT_PRINTF(fmt, args)
/macosx-10.9.5/hfs-226.1.1/fsck_hfs/
H A Dfsck_debug.c59 void DPRINTF (unsigned long type, char *fmt, ...) argument
65 va_start(ap, fmt);
66 vplog(fmt, ap);
/macosx-10.9.5/libpcap-42/libpcap/msdos/
H A Dbin2c.c6 static void Abort (char *fmt,...) argument
9 va_start (args, fmt);
10 vfprintf (stderr, fmt, args);
/macosx-10.9.5/remote_cmds-41.90.1/telnetd.tproj/
H A Dvasprintf.c40 vasprintf(str, fmt, ap)
42 const char *fmt;
57 ret = vfprintf(&f, fmt, ap);
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dsmbutil.c323 write_bits(unsigned int val, const char *fmt) argument
325 const char *p = fmt;
328 while ((p = strchr(fmt, '|'))) {
329 size_t l = PTR_DIFF(p, fmt);
331 printf("%.*s ", (int)l, fmt);
332 fmt = p + 1;
432 smb_fdata1(const u_char *buf, const char *fmt, const u_char *maxbuf, argument
438 while (*fmt && buf<maxbuf) {
439 switch (*fmt) {
444 fmt
791 smb_fdata(const u_char *buf, const char *fmt, const u_char *maxbuf, int unicodestr) argument
[all...]
/macosx-10.9.5/CPANInternal-140/Graph/util/
H A Dsize.pl7 my $fmt = "%5s %8s %9s\n";
10 printf $fmt, "V", "S", "S/N";
24 printf $fmt, "E", "S", "S/N";
/macosx-10.9.5/CPANInternal-140/Graph-0.94/util/
H A Dsize.pl7 my $fmt = "%5s %8s %9s\n";
10 printf $fmt, "V", "S", "S/N";
24 printf $fmt, "E", "S", "S/N";
/macosx-10.9.5/Libc-997.90.3/stdio/FreeBSD/
H A Dvsnprintf.c46 _vsnprintf(printf_comp_t __restrict pc, printf_domain_t __restrict domain, char * __restrict str, size_t n, locale_t __restrict loc, const char * __restrict fmt, __va_list ap) argument
74 ret = __v2printf(pc, domain, &f, loc, fmt, ap);
80 vsnprintf_l(char * __restrict str, size_t n, locale_t __restrict loc, const char * __restrict fmt, argument
83 return _vsnprintf(XPRINTF_PLAIN, NULL, str, n, loc, fmt, ap);
87 vsnprintf(char * __restrict str, size_t n, const char * __restrict fmt, argument
90 return _vsnprintf(XPRINTF_PLAIN, NULL, str, n, __current_locale(), fmt, ap);
/macosx-10.9.5/libarchive-29/libarchive/libarchive/
H A Darchive_string_sprintf.c72 __archive_string_sprintf(struct archive_string *as, const char *fmt, ...) argument
76 va_start(ap, fmt);
77 archive_string_vsprintf(as, fmt, ap);
86 __archive_string_vsprintf(struct archive_string *as, const char *fmt, argument
97 if (fmt == NULL) {
102 for (p = fmt; *p != '\0'; p++) {
/macosx-10.9.5/ncurses-42/ncurses/c++/
H A Dcursslk.cc73 Soft_Label_Key_Set::Soft_Label_Key_Set(Soft_Label_Key_Set::Label_Layout fmt) argument
77 if (fmt==None)
80 format = fmt;
81 if (ERR == ::slk_init(static_cast<int>(fmt)))
83 num_labels = (fmt>=PC_Style?12:8);
85 else if (fmt!=format)
/macosx-10.9.5/pdisk-9/
H A Derrors.c136 fatal(int value, const char *fmt, ...) argument
141 va_start(ap, fmt);
142 vfprintf(stderr, fmt, ap);
165 error(int value, const char *fmt, ...) argument
170 va_start(ap, fmt);
171 vfprintf(stderr, fmt, ap);

Completed in 280 milliseconds

1234567891011>>