Home
last modified time | relevance | path

Searched defs:format (Results 1 – 25 of 65) sorted by relevance

123

/plan9/sys/src/cmd/gs/src/
H A Dspprint.c51 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 Dibnum.c45 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 Dibnum.h52 #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 Dttconfig.h158 #define Print( format, ap ) vfprintf( stderr, (format), (ap) ) argument
H A Ddpmain.c337 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 Ddwmainc.c187 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 Ddwmain.c156 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 Dzcharx.c97 int format; in moveshow() local
H A Dgxipixel.c191 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 Derror.c11 error(char* format, ...) in error()
30 trace(char* format, ...) in trace()
H A Dclgd546x.c16 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 Difdef.c66 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 Dutil.c34 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 Dutil.c452 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 Dutils.c34 format(uchar *buf, int n, int t) in format() function
/plan9/sys/src/cmd/
H A Dseq.c9 char *format; variable
H A Dls.c209 format(Dir *db, char *name) in format() function
/plan9/sys/src/ape/lib/ap/gen/
H A Dstrftime.c19 strftime(char *s, size_t maxsize, const char *format, const struct tm *t) in strftime()
/plan9/sys/src/games/mp3enc/
H A Dutil.c602 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 Dcommand.c227 char *format; in cmdwrite() local
/plan9/sys/src/cmd/scuzz/
H A Dcdr.c42 SRTOC(ScsiReq *rp, void *data, int nbytes, uchar format, uchar track) in SRTOC()
/plan9/sys/src/cmd/cfs/
H A Dcfs.c130 int std, format, chkid; in main() local
210 cachesetup(int format, char *name, char *partition) in cachesetup()
/plan9/sys/src/libcontrol/
H A Dtabs.c17 char *format; member
/plan9/sys/src/cmd/astro/
H A Ddist.c170 event(char *format, char *arg1, char *arg2, double tim, int flag) in event()
/plan9/sys/src/libmach/
H A Dvcodas.c322 format(char *mnemonic, Instr *i, char *f) in format() function

123