Home
last modified time | relevance | path

Searched defs:fmt (Results 1 – 8 of 8) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dstrerror.c337 static char const fmt[] = "Unknown error (%d)"; in rpl_strerror() local
/ndk/sources/host-tools/nawk-20071023/
Dlib.c497 void SYNTAX(const char *fmt, ...) in SYNTAX()
552 void FATAL(const char *fmt, ...) in FATAL()
568 void WARNING(const char *fmt, ...) in WARNING()
Dtran.c362 static char *get_str_val(Cell *vp, char **fmt) /* get string val of a Cell */ in get_str_val()
Drun.c809 char *fmt; in format() local
/ndk/sources/host-tools/make-3.81/
Dmisc.c191 message (int prefix, const char *fmt, ...) in message()
227 error (const struct floc *flocp, const char *fmt, ...) in error()
260 fatal (const struct floc *flocp, const char *fmt, ...) in fatal()
Dremake.c672 const char *fmt = 0; in update_file_1() local
/ndk/sources/cxx-stl/stlport/src/
Dtime_facets.cpp465 const char * fmt = _Locale_d_fmt(time); in __get_date_order() local
/ndk/sources/host-tools/sed-4.2.1/sed/
Dfmt.c208 fmt (const char *line, const char *line_end, int max_length, FILE *output_file) in fmt() function