| /plan9/sys/src/cmd/tcs/ |
| H A D | conv.h | 1 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 D | hdr.h | 10 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 D | tcs.c | 39 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 D | conv_jis.c | 339 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 D | conv_gbk.c | 54 gbk_in(int fd, long *notused, struct convert *out) in gbk_in()
|
| H A D | conv_ksc.c | 84 uksc_in(int fd, long *notused, struct convert *out) in uksc_in()
|
| H A D | conv_gb.c | 63 gb_in(int fd, long *notused, struct convert *out) in gb_in()
|
| H A D | ex5.utf | 44 We could find no literature on how to convert a
|
| H A D | conv_big5.c | 85 big5_in(int fd, long *notused, struct convert *out) in big5_in()
|
| H A D | utf.c | 30 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 D | rewrite | 1 # 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 D | convkeys2.c | 13 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 D | convkeys.c | 14 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 D | rewrite | 11 # 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 D | rewrite.direct | 23 # 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 D | rewrite.gateway | 22 # 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 D | Y2KINFO | 36 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 D | gfx.c | 70 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 D | spam.h | 56 extern int convert(char*, char*, char*, int, int);
|
| H A D | testscan.c | 165 base64 = convert(raw, raw+hsize, header, Hdrsize, 0); in canon() 174 convert(raw+hsize, raw+*n, body, Bodysize, 1); in canon()
|
| H A D | scanmail.c | 281 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 D | sudoku.c | 80 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 D | seconds.c | 223 convert(char *timestr) in convert() function 261 sts |= convert(argv[i]); in main()
|
| /plan9/sys/src/cmd/abaco/ |
| H A D | fns.h | 68 char* convert(Runestr, char *, long *);
|
| /plan9/sys/src/cmd/troff/ |
| H A D | unansi | 1 # The awk program cvt will convert the relatively sterotyped ansi c
|