Home
last modified time | relevance | path

Searched refs:convert (Results 1 – 25 of 68) sorted by relevance

123

/plan9/sys/src/cmd/tcs/
H A Dconv.h1 void jis_in(int fd, long *notused, struct convert *out);
2 void jisjis_in(int fd, long *notused, struct convert *out);
3 void msjis_in(int fd, long *notused, struct convert *out);
4 void ujis_in(int fd, long *notused, struct convert *out);
8 void big5_in(int fd, long *notused, struct convert *out);
10 void gb_in(int fd, long *notused, struct convert *out);
12 void gbk_in(int fd, long *notused, struct convert *out);
14 void uksc_in(int fd, long *notused, struct convert *out);
16 void html_in(int fd, long *notused, struct convert *out);
18 void tune_in(int fd, long *notused, struct convert *out);
H A Dhdr.h10 struct convert{ struct
17 extern struct convert convert[]; argument
18 struct convert *conv(char *, int);
19 typedef void (*Infn)(int, long *, struct convert *);
23 void utf_in(int, long *, struct convert *);
25 void isoutf_in(int, long *, struct convert *);
H A Dtcs.c39 void intable(int, long *, struct convert *);
40 void unicode_in(int, long *, struct convert *);
50 struct convert *t, *f;
130 struct convert *c;
140 for(c = convert; c->name; c++){
158 struct convert *
161 struct convert *c;
163 for(c = convert; c->name; c++){
189 unicode_in(int fd, long *notused, struct convert *out)
229 unicode_in_be(int fd, long *notused, struct convert *out)
[all …]
H A Dconv_jis.c339 do_in(int fd, void (*procfn)(int, Rune **, long), struct convert *out) in do_in()
370 jis_in(int fd, long *notused, struct convert *out) in jis_in()
377 ujis_in(int fd, long *notused, struct convert *out) in ujis_in()
384 msjis_in(int fd, long *notused, struct convert *out) in msjis_in()
391 jisjis_in(int fd, long *notused, struct convert *out) in jisjis_in()
H A Dconv_gbk.c54 gbk_in(int fd, long *notused, struct convert *out) in gbk_in()
H A Dconv_ksc.c84 uksc_in(int fd, long *notused, struct convert *out) in uksc_in()
H A Dconv_gb.c63 gb_in(int fd, long *notused, struct convert *out) in gb_in()
H A Dex5.utf44 We could find no literature on how to convert a
H A Dconv_big5.c85 big5_in(int fd, long *notused, struct convert *out) in big5_in()
H A Dutf.c30 utf_in(int fd, long *notused, struct convert *out) in utf_in()
83 isoutf_in(int fd, long *notused, struct convert *out) in isoutf_in()
/plan9/sys/lib/sysconfig/auth/files/
H A Drewrite1 # convert source domain address to a chain a@b@c@d...
5 # convert a chain a@b@c@d... to ...d!c!b!a
/plan9/sys/src/cmd/auth/
H A Dconvkeys2.c13 int convert(char*, char*, char*, int);
64 len = convert(p, np, key, len); in main()
87 convert(char *p, char *np, char *key, int len) in convert() function
H A Dconvkeys.c14 int convert(char*, char*, int);
63 len = convert(p, key, len); in main()
131 convert(char *p, char *key, int len) in convert() function
/plan9/sys/src/cmd/upas/misc/
H A Drewrite11 # convert source domain address to a chain a@b@c@d...
15 # convert a chain a@b@c@d... to ...d!c!b!a
/plan9/mail/lib/
H A Drewrite.direct23 # convert source domain address to a chain a@b@c@d...
27 # convert a chain a@b@c@d... to ...d!c!b!a
H A Drewrite.gateway22 # convert source domain address to a chain a@b@c@d...
26 # convert a chain a@b@c@d... to ...d!c!b!a
/plan9/sys/src/cmd/gs/libpng/
H A DY2KINFO36 png_convert_from_time_t() function calls gmtime() to convert from system
37 clock time, which returns (year - 1900), which we properly convert to
/plan9/sys/src/cmd/page/
H A Dgfx.c70 static Image* convert(Graphic*);
92 return convert(gfx->g+page); in gfxdrawpage()
246 convert(Graphic *g) in convert() function
/plan9/sys/src/cmd/upas/scanmail/
H A Dspam.h56 extern int convert(char*, char*, char*, int, int);
H A Dtestscan.c165 base64 = convert(raw, raw+hsize, header, Hdrsize, 0); in canon()
174 convert(raw+hsize, raw+*n, body, Bodysize, 1); in canon()
H A Dscanmail.c281 if(convert(raw, raw+hsize, header, Hdrsize, 0)) in canon()
284 convert(raw+hsize, raw+*n, body, Bodysize, 1); /* text */ in canon()
/plan9/sys/src/games/sudoku/
H A Dsudoku.c80 convert(Cell *brd, int *board) in convert() function
316 convert(brd, board); in main()
373 convert(brd, board); in main()
/plan9/sys/src/cmd/
H A Dseconds.c223 convert(char *timestr) in convert() function
261 sts |= convert(argv[i]); in main()
/plan9/sys/src/cmd/abaco/
H A Dfns.h68 char* convert(Runestr, char *, long *);
/plan9/sys/src/cmd/troff/
H A Dunansi1 # The awk program cvt will convert the relatively sterotyped ansi c

123