/plan9/sys/src/cmd/gs/src/ |
H A D | spprint.c | 51 pprintf_scan(stream * s, const char *format) in pprintf_scan() 78 pprintd1(stream * s, const char *format, int v) in pprintd1() 92 pprintd2(stream * s, const char *format, int v1, int v2) in pprintd2() 97 pprintd3(stream * s, const char *format, int v1, int v2, int v3) in pprintd3() 102 pprintd4(stream * s, const char *format, int v1, int v2, int v3, int v4) in pprintd4() 110 pprintg1(stream * s, const char *format, floatp v) in pprintg1() 128 pprintg2(stream * s, const char *format, floatp v1, floatp v2) in pprintg2() 133 pprintg3(stream * s, const char *format, floatp v1, floatp v2, floatp v3) in pprintg3() 138 pprintg4(stream * s, const char *format, floatp v1, floatp v2, floatp v3, in pprintg4() 144 pprintg6(stream * s, const char *format, floatp v1, floatp v2, floatp v3, in pprintg6() [all …]
|
H A D | ibnum.c | 45 int format; in num_array_format() local 68 num_array_size(const ref * op, int format) in num_array_size() 79 num_array_get(const gs_memory_t *mem, const ref * op, int format, uint index, ref * np) in num_array_get() 119 sdecode_number(const byte * str, int format, ref * np) in sdecode_number() 157 sdecodeushort(const byte * p, int format) in sdecodeushort() 164 sdecodeshort(const byte * p, int format) in sdecodeshort() 173 sdecodelong(const byte * p, int format) in sdecodelong() 189 sdecodefloat(const byte * p, int format) in sdecodefloat()
|
H A D | ibnum.h | 52 #define num_is_lsb(format) ((format) >= num_lsb) argument 53 #define num_is_valid(format) (((format) & 127) <= 49) argument 66 #define encoded_number_bytes(format)\ argument
|
H A D | ttconfig.h | 158 #define Print( format, ap ) vfprintf( stderr, (format), (ap) ) argument
|
H A D | dpmain.c | 337 int format; member 457 image_color(unsigned int format, int index, in image_color() 511 static int image_palette_size(int format) in image_palette_size() 724 int raster, unsigned int format) in display_presize() 769 int raster, unsigned int format, unsigned char *pimage) in display_size() 1009 { int format = DISPLAY_COLORS_NATIVE | DISPLAY_ALPHA_NONE | in main() local
|
H A D | dwmainc.c | 187 int raster, unsigned int format) in display_presize() 203 int raster, unsigned int format, unsigned char *pimage) in display_size() 387 { int format = DISPLAY_COLORS_NATIVE | DISPLAY_ALPHA_NONE | in main() local
|
H A D | dwmain.c | 156 int raster, unsigned int format) in display_presize() 171 int raster, unsigned int format, unsigned char *pimage) in display_size() 299 { int format = DISPLAY_COLORS_NATIVE | DISPLAY_ALPHA_NONE | in new_main() local
|
H A D | zcharx.c | 97 int format; in moveshow() local
|
H A D | gxipixel.c | 191 gs_image_format_t format = pim->format; in gx_image_enum_begin() local 682 gs_image_format_t format, const float *decode /*[spp*2] */ , in image_init_colors()
|
/plan9/sys/src/cmd/aux/vga/ |
H A D | error.c | 11 error(char* format, ...) in error() 30 trace(char* format, ...) in trace()
|
H A D | clgd546x.c | 16 int format; /* graphics and video format */ member 145 int format, interleave, fetches, nointerleave, notile, pagesize, tiles; in init() local
|
/plan9/sys/src/ape/cmd/diff/ |
H A D | ifdef.c | 66 char *format; local 94 format_ifdef (format, beg0, end0, beg1, end1) in format_ifdef() argument 116 format_group (out, format, endchar, groups) in format_group() argument 263 print_ifdef_lines (out, format, group) in print_ifdef_lines() argument
|
H A D | util.c | 34 char const *format; member 80 error (format, arg, arg1) in error() argument 103 message (format, arg1, arg2) in message() argument 110 message5 (format, arg1, arg2, arg3, arg4) in message5() argument
|
/plan9/sys/src/ape/cmd/patch/ |
H A D | util.c | 452 vfprintf (stream, format, args) in vfprintf() argument 475 fatal (char const *format, ...) in fatal() 515 pfatal (char const *format, ...) in pfatal() 540 say (char const *format, ...) in say() 559 ask (char const *format, ...) in ask() 625 ok_to_reverse (char const *format, ...) in ok_to_reverse()
|
/plan9/sys/src/cmd/cec/ |
H A D | utils.c | 34 format(uchar *buf, int n, int t) in format() function
|
/plan9/sys/src/cmd/ |
H A D | seq.c | 9 char *format; variable
|
H A D | ls.c | 209 format(Dir *db, char *name) in format() function
|
/plan9/sys/src/ape/lib/ap/gen/ |
H A D | strftime.c | 19 strftime(char *s, size_t maxsize, const char *format, const struct tm *t) in strftime()
|
/plan9/sys/src/games/mp3enc/ |
H A D | util.c | 602 void lame_debugf (const lame_internal_flags *gfc, const char* format, ... ) in lame_debugf() 619 void lame_msgf (const lame_internal_flags *gfc, const char* format, ... ) in lame_msgf() 636 void lame_errorf (const lame_internal_flags *gfc, const char* format, ... ) in lame_errorf()
|
/plan9/sys/src/cmd/db/ |
H A D | command.c | 227 char *format; in cmdwrite() local
|
/plan9/sys/src/cmd/scuzz/ |
H A D | cdr.c | 42 SRTOC(ScsiReq *rp, void *data, int nbytes, uchar format, uchar track) in SRTOC()
|
/plan9/sys/src/cmd/cfs/ |
H A D | cfs.c | 130 int std, format, chkid; in main() local 210 cachesetup(int format, char *name, char *partition) in cachesetup()
|
/plan9/sys/src/libcontrol/ |
H A D | tabs.c | 17 char *format; member
|
/plan9/sys/src/cmd/astro/ |
H A D | dist.c | 170 event(char *format, char *arg1, char *arg2, double tim, int flag) in event()
|
/plan9/sys/src/libmach/ |
H A D | vcodas.c | 322 format(char *mnemonic, Instr *i, char *f) in format() function
|