Searched refs:fmt (Results 226 - 250 of 1325) sorted by relevance

1234567891011>>

/macosx-10.10/ncurses-44/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.10/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);
H A Dio.h57 void bad_input(const char *fmt, ...);
/macosx-10.10/ruby-106/ruby/lib/webrick/httpauth/
H A Dauthenticator.rb84 def log(meth, fmt, *args)
86 msg << fmt % args
90 def error(fmt, *args)
92 log(:error, fmt, *args)
96 def info(fmt, *args)
98 log(:info, fmt, *args)
/macosx-10.10/tcl-105/tcl_ext/thread/thread/doc/
H A Dformat.tcl18 foreach {fmt ext dir} {nroff n man html html htm} {
19 dt configure -format $fmt
22 if {$fmt == "nroff"} {
/macosx-10.10/vim-55/src/
H A Dwsdebug.c113 char *fmt,
119 va_start(ap, fmt);
120 vfprintf(ws_debug, fmt, ap);
130 char *fmt,
136 va_start(ap, fmt);
137 vfprintf(ws_debug, fmt, ap);
112 wstrace( char *fmt, ...) argument
129 wsdebug( char *fmt, ...) argument
H A Dwsdebug.h67 char *fmt,
75 char *fmt,
66 wsdebug( char *fmt, ...) argument
74 wstrace( char *fmt, ...) argument
/macosx-10.10/ksh-23/ksh/src/lib/libast/sfio/
H A Dsfvscanf.c228 #define SFgetwc(sc,wc,fmt,ac,mbs) _sfgetwc(sc,wc,fmt,ac,(Void_t*)(mbs))
230 #define SFgetwc(sc,wc,fmt,ac,mbs) _sfgetwc(sc,wc,fmt,ac,NIL(Void_t*))
234 static int _sfgetwc(Scan_t* sc, wchar_t* wc, int fmt, Accept_t* ac, Void_t *mbs) argument
236 static int _sfgetwc(sc, wc, fmt, ac, mbs)
239 int fmt; /* %s, %c, %[ */
270 if(fmt == 'c')
272 else if(fmt == 's')
277 else if(fmt
310 int fmt, flags, dot, n_assign, v, n, n_input; local
[all...]
/macosx-10.10/ICU-531.30/icuSources/tools/ctestfw/unicode/
H A Dtestlog.h37 UBool logIfFailureAndReset(const char *fmt, ...);
38 UBool logDataIfFailureAndReset(const char *fmt, ...);
/macosx-10.10/ksh-23/ksh/src/lib/libast/stdio/
H A Dvswscanf.c27 vswscanf(const wchar_t* s, const wchar_t* fmt, va_list args) argument
50 return vfwscanf(&f, fmt, args);
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfdateformatter.py56 fmt = CFDateFormatterCreate(None, locale, kCFDateFormatterShortStyle, kCFDateFormatterLongStyle)
57 self.failUnless(isinstance(fmt, CFDateFormatterRef))
59 v = CFDateFormatterGetLocale(fmt)
62 v = CFDateFormatterGetDateStyle(fmt)
65 v = CFDateFormatterGetTimeStyle(fmt)
68 v = CFDateFormatterGetFormat(fmt)
71 CFDateFormatterSetFormat(fmt, v[:-1])
72 v2 = CFDateFormatterGetFormat(fmt)
75 v = CFDateFormatterCreateStringWithDate(None, fmt, date)
78 v = CFDateFormatterCreateStringWithAbsoluteTime(None, fmt, CFAbsoluteTimeGetCurren
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfdateformatter.py66 fmt = CFDateFormatterCreate(None, locale, kCFDateFormatterShortStyle, kCFDateFormatterLongStyle)
67 self.assertIsInstance(fmt, CFDateFormatterRef)
68 v = CFDateFormatterGetLocale(fmt)
71 v = CFDateFormatterGetDateStyle(fmt)
74 v = CFDateFormatterGetTimeStyle(fmt)
77 v = CFDateFormatterGetFormat(fmt)
79 CFDateFormatterSetFormat(fmt, v[:-1])
80 v2 = CFDateFormatterGetFormat(fmt)
83 v = CFDateFormatterCreateStringWithDate(None, fmt, date)
85 v = CFDateFormatterCreateStringWithAbsoluteTime(None, fmt, CFAbsoluteTimeGetCurren
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_cfdateformatter.py78 fmt = CFDateFormatterCreate(None, locale, kCFDateFormatterShortStyle, kCFDateFormatterLongStyle)
79 self.assertIsInstance(fmt, CFDateFormatterRef)
80 v = CFDateFormatterGetLocale(fmt)
83 v = CFDateFormatterGetDateStyle(fmt)
86 v = CFDateFormatterGetTimeStyle(fmt)
89 v = CFDateFormatterGetFormat(fmt)
91 CFDateFormatterSetFormat(fmt, v[:-1])
92 v2 = CFDateFormatterGetFormat(fmt)
95 v = CFDateFormatterCreateStringWithDate(None, fmt, date)
97 v = CFDateFormatterCreateStringWithAbsoluteTime(None, fmt, CFAbsoluteTimeGetCurren
[all...]
/macosx-10.10/ruby-106/ruby/ext/ripper/lib/ripper/
H A Dcore.rb45 # +fmt+ and +args+ is printf style.
46 def warn(fmt, *args)
50 # +fmt+ and +args+ is printf style.
51 def warning(fmt, *args)
/macosx-10.10/system_cmds-643.1.1/pwd_mkdb.tproj/
H A Dpw_scan.c75 goto fmt;
80 goto fmt;
83 goto fmt;
106 goto fmt;
126 goto fmt;
131 goto fmt;
138 goto fmt;
154 fmt: warnx("corrupted entry");
/macosx-10.10/tcpdump-61/tcpdump/
H A Dutil.c300 * Convert a token value to a string; use "fmt" if not found.
303 tok2strbuf(register const struct tok *lp, register const char *fmt, argument
313 if (fmt == NULL)
314 fmt = "#%d";
316 (void)snprintf(buf, bufsize, fmt, v);
321 * Convert a token value to a string; use "fmt" if not found.
324 tok2str(register const struct tok *lp, register const char *fmt, argument
333 return tok2strbuf(lp, fmt, v, ret, sizeof(buf[0]));
337 * Convert a bit token value to a string; use "fmt" if not found.
342 bittok2str_internal(register const struct tok *lp, register const char *fmt, argument
393 bittok2str_nosep(register const struct tok *lp, register const char *fmt, register int v) argument
404 bittok2str(register const struct tok *lp, register const char *fmt, register int v) argument
417 tok2strary_internal(register const char **lp, int n, register const char *fmt, register int v) argument
492 error(const char *fmt, ...) argument
511 warning(const char *fmt, ...) argument
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dunwind-ia64.c176 #define UNW_DEC_PROLOGUE(fmt, body, rlen, arg) \
182 fmt, body ? "body" : "prologue", (unsigned long) rlen); \
186 #define UNW_DEC_PROLOGUE_GR(fmt, rlen, mask, grsave, arg) \
220 fmt, maskstr, regname, (unsigned long) rlen); \
224 #define UNW_DEC_FR_MEM(fmt, frmask, arg) \
230 printf ("\t%s:fr_mem(frmask=[%s])\n", fmt, frstr); \
234 #define UNW_DEC_GR_MEM(fmt, grmask, arg) \
240 printf ("\t%s:gr_mem(grmask=[%s])\n", fmt, grstr); \
244 #define UNW_DEC_FRGR_MEM(fmt, grmask, frmask, arg) \
251 printf ("\t%s:frgr_mem(grmask=[%s],frmask=[%s])\n", fmt, grst
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dsubr_prf.c129 extern int __doprnt(const char *fmt,
159 uprintf(const char *fmt, ...) argument
173 va_start(ap, fmt);
174 __doprnt(fmt, ap, putchar, &pca, 10);
213 tprintf(tpr_t tpr, const char *fmt, ...) argument
238 va_start(ap, fmt);
239 __doprnt(fmt, ap, putchar, &pca, 10);
258 ttyprintf(struct tty *tp, const char *fmt, ...) argument
267 va_start(ap, fmt);
268 __doprnt(fmt, a
290 _logtime(const char *fmt, ...) argument
305 vaddlog(const char *fmt, va_list ap) argument
345 prf(const char *fmt, va_list ap, int flags, struct tty *ttyp) argument
439 vprintf(const char *fmt, va_list ap) argument
516 kvprintf(char const *fmt, void (*func)(int, void*), void *arg, int radix, va_list ap) argument
[all...]
/macosx-10.10/BerkeleyDB-21/db/dbinc/
H A Ddebug.h82 #define DB_REAL_ERR(dbenv, error, error_set, app_call, fmt) { \
86 va_start(__ap, fmt); \
88 __db_errcall(dbenv, error, error_set, fmt, __ap); \
98 va_start(__ap, fmt); \
103 __db_errfile(dbenv, error, error_set, fmt, __ap); \
107 #define DB_REAL_ERR(dbenv, error, error_set, app_call, fmt) { \
113 __db_errcall(dbenv, error, error_set, fmt, __ap); \
128 __db_errfile(env, error, error_set, fmt, __ap); \
133 #define DB_REAL_MSG(dbenv, fmt) { \
137 va_start(__ap, fmt); \
[all...]
/macosx-10.10/ICU-531.30/icuSources/common/unicode/
H A Dutrace.h124 * @param fmt A formatting string that describes the number and types
125 * of arguments included with the variable args. The fmt
129 * the fmt parameter.
135 const char *fmt, va_list args);
143 * @param fmt A format string describing the tracing data that is supplied
150 const char *fmt, va_list args);
310 * @param fmt Format specification for the data to output
318 int32_t indent, const char *fmt, va_list args);
331 * @param fmt Format specification for the data to output
339 int32_t indent, const char *fmt,
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dcdtrgtst.h42 void aux917(UDateFormat *fmt, UChar* str );
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dnmfmtrt.h38 void test(NumberFormat *fmt);
39 void test(NumberFormat *fmt, double value);
40 void test(NumberFormat *fmt, int32_t value);
41 void test(NumberFormat *fmt, const Formattable& value);
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dsubr_prf.h86 extern int prf(const char *fmt, va_list ap, int flags, struct tty *ttyp);
H A Dtprintf.h77 void tprintf(tpr_t, const char *fmt, ...);
/macosx-10.10/adv_cmds-158/stty/
H A Dstty.c66 enum FMT fmt; local
69 fmt = NOTSET;
78 fmt = POSIX;
81 fmt = BSD;
88 fmt = GFLAG;
107 switch(fmt) {
114 print(&i.t, &i.win, i.ldisc, fmt);

Completed in 341 milliseconds

1234567891011>>