Home
last modified time | relevance | path

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

123

/original-bsd/usr.bin/tftp/
H A Dtftpsubs.c76 readit(file, dpp, convert) in readit() argument
79 int convert; /* if true, convert to ascii */
88 read_ahead(file, convert); /* fill it */
99 read_ahead(file, convert) in read_ahead() argument
116 if (convert == 0) {
148 writeit(file, dpp, ct, convert) in writeit() argument
151 int ct, convert;
156 (void)write_behind(file, convert); /* flush it */
169 write_behind(file, convert) in write_behind() argument
171 int convert;
[all …]
H A Dtftp.c69 volatile int block, size, convert; local
79 convert = !strcmp(mode, "netascii");
89 size = readit(file, &dp, convert);
108 read_ahead(file, convert);
179 volatile int convert; /* true if converting crlf -> lf */ local
185 convert = !strcmp(mode, "netascii");
212 write_behind(file, convert);
255 size = writeit(file, &dp, n - 4, convert);
267 write_behind(file, convert); /* flush last buffer */
/original-bsd/usr.sbin/sendmail/cf/mailer/
H A Duucp.m470 R<@ $+ > : $+ $1 ! $2 convert to UUCP format
71 R$* < @ $- . UUCP > $2 ! $1 convert to UUCP format
72 R$* < @ $+ > $2 ! $1 convert to UUCP format
89 R<@ $+ > : $+ $1 ! $2 convert to UUCP format
90 R$* < @ $- . UUCP > $2 ! $1 convert to UUCP format
91 R$* < @ $+ > $2 ! $1 convert to UUCP format
104 R<@ $+ > : $+ $1 ! $2 convert to UUCP format
105 R$* < @ $- . UUCP > $2 ! $1 convert to UUCP format
106 R$* < @ $+ > $2 ! $1 convert to UUCP format
139 R<@ $+ > : $+ $1 ! $2 convert to UUCP format
[all …]
H A Dmail11.m446 R$+ < @ $- .DECNET > $: $2 :: $1 convert to DECnet style
47 R$+ < @ $- .LOCAL > $: $2 :: $1 convert to DECnet style
48 R$+ < @ $=w. > $: $2 :: $1 convert to DECnet style
H A Dsmtp.m474 # convert pseudo-domain addresses to real domain addresses
88 R$+ < @ $+ .UUCP. > $: < $2 ! > $1 convert to UUCP form
/original-bsd/usr.bin/pascal/libpc/
H A DREAD8.c147 goto convert;
152 goto convert;
157 goto convert;
167 goto convert;
176 convert:
/original-bsd/lib/libc/sparc/gen/
H A Dfixunsdfsi.s40 fbul,a 1f ! if so, use fdtoi to convert to int
43 ! d does not fit in an int, so subtract 2^31, convert,
48 fdtoi %f0, %f0 ! convert to int
/original-bsd/local/toolchest/ksh/shlib/
H A Dmakefile16 convert.o \
83 convert.o: shtype.h
84 convert.o: convert.c
85 $(CC_CMD) convert.c
/original-bsd/games/number/
H A Dnumber.c51 void convert __P((char *));
88 convert(line);
94 convert(*argv);
100 convert(line) in convert() function
/original-bsd/lib/libc/mips/gen/
H A Dmodf.s28 cvt.w.d $f0, $f12 # convert val to integer
29 cvt.d.w $f0, $f0 # convert back to double
/original-bsd/usr.bin/pascal/pdx/sym/
H A Dtree.c172 convert(&p->left, t_int, O_NOP);
175 convert(&p->right, t_int, O_NOP);
193 convert(&p->left, t_real, O_ITOF);
194 convert(&p->right, t_real, O_ITOF);
201 convert(&p->left, t_int, O_NOP);
202 convert(&p->right, t_int, O_NOP);
252 LOCAL convert(tp, typeto, op) in convert() function
/original-bsd/old/refer/refer/
H A Drefer2.c36 if (biblio && line[0] == '%' && line[1] == *convert)
142 if (biblio && line[0] == '%' && line[1] == *convert)
143 fprintf(fo, "%s%c%s", convert+1, sep, line+3);
H A Drefer0.c25 char *convert = "X.AP"; variable
H A Drefer..c28 extern char *convert;
H A Drefer1.c72 convert = argv[1]+2;
/original-bsd/lib/libc/tahoe/sys/
H A Dsyscall.s19 shrl $2,r1,r1 # convert to words
/original-bsd/games/battlestar/
H A Dcom1.c37 convert(tothis) /* Converts day to night and vice versa. */ in convert() function
81 convert(TODAY); in news()
88 convert(TONIGHT); in news()
/original-bsd/contrib/gcc-2.3.3/
H A Dc-typeck.c901 return convert (type, exp);
971 return convert (ptrtype, adr);
2674 op0 = convert (result_type, op0);
2750 op0 = convert (result_type, op0);
2870 convert (restype, op1), 1);
3000 inc = convert (argtype, inc);
3063 val = convert (result_type, val);
3994 return convert (type, rhs);
4055 return convert (type, rhs);
4065 return convert (type, rhs);
[all …]
/original-bsd/usr.bin/pascal/src/
H A Dproc.c346 convert(ap, filetype);
414 convert(nl + T4INT, INT_TYP);
421 convert(nl + T4INT, INT_TYP);
524 convert(nl+T4INT, INT_TYP);
560 convert(nl+T4INT, INT_TYP);
581 convert(nl+T4INT, INT_TYP);
630 convert(nl+T4INT, INT_TYP);
763 convert(filetype, ap);
769 convert(filetype, ap);
/original-bsd/old/adb/adb.tahoe/
H A Doutput.c97 width=convert(&fptr);
98 IF *fptr=='.' THEN fptr++; prec=convert(&fptr); ELSE prec = -1; FI
193 convert(cp) in convert() function
/original-bsd/old/pcc/mip/
H A Dpass1.h181 *convert(),
/original-bsd/old/adb/adb.vax/
H A Doutput.c119 width=convert(&fptr);
120 IF *fptr=='.' THEN fptr++; prec=convert(&fptr); ELSE prec = -1; FI
259 convert(cp) in convert() function
/original-bsd/games/phantasia/
H A DREADME24 (3.3.1 and 3.3.1+). A 'convert' program is provided to convert your
/original-bsd/share/zoneinfo/
H A Dzic.c103 static void convert __P((long val, char * buf));
1194 convert(val, buf) in convert() function
1212 convert(val, buf);
1241 convert(eitol(typecnt), tzh.tzh_ttisstdcnt);
1242 convert(eitol(leapcnt), tzh.tzh_leapcnt);
1243 convert(eitol(timecnt), tzh.tzh_timecnt);
1244 convert(eitol(typecnt), tzh.tzh_typecnt);
1245 convert(eitol(charcnt), tzh.tzh_charcnt);
/original-bsd/sys/hp300/hp300/
H A Dlocore.s511 lsrw #1,d1 | convert to word count
791 lsrl #3,d0 | convert to index
963 addl a5,a4 | convert to PA
982 addl a5,d1 | convert to PA
999 lsrl d2,d1 | convert to page frame
1362 lsrl #2,d2 | convert to longwords
1415 lsrl #2,d2 | convert to longwords
1725 lsll d1,d0 | convert to addr
1738 lsll d1,d0 | convert to addr
2306 lsll d1,d0 | convert to addr
[all …]

123