/src/games/battlestar/ |
command1.c | 43 static void convert(int); 76 convert(int tothis) function in typeref:typename:void 122 convert(TODAY); 131 convert(TONIGHT);
|
command1.c | 43 static void convert(int); 76 convert(int tothis) function in typeref:typename:void 122 convert(TODAY); 131 convert(TONIGHT);
|
/src/games/number/ |
number.c | 80 static void convert(char *); 114 convert(line); 120 convert(*argv); 126 convert(char *line) function in typeref:typename:void
|
number.c | 80 static void convert(char *); 114 convert(line); 120 convert(*argv); 126 convert(char *line) function in typeref:typename:void
|
/src/usr.bin/systat/ |
convtbl.c | 108 convert(const uintmax_t size, const int scale) function in typeref:typename:double
|
convtbl.c | 108 convert(const uintmax_t size, const int scale) function in typeref:typename:double
|
/src/sys/external/bsd/compiler_rt/dist/lib/asan/scripts/ |
asan_symbolize.py | 209 def convert(self, line): member in class:UnbufferedLineConverter 238 atos_line = self.atos.convert('0x%x' % int(offset, 16))
|
asan_symbolize.py | 209 def convert(self, line): member in class:UnbufferedLineConverter 238 atos_line = self.atos.convert('0x%x' % int(offset, 16))
|
/src/usr.bin/audio/play/ |
play.c | 53 typedef size_t (*convert)(void *inbuf, void *outbuf, size_t len); typedef in typeref:typename:size_t (*)(void * inbuf,void * outbuf,size_t len) 60 convert *); 245 /* Convert -1.0 to +1.0 into a 32 bit signed value */ 274 /* Convert -1.0 to +1.0 into a 32 bit signed value */ 288 audio_write(int fd, void *buf, size_t len, convert conv) 303 err(1, "malloc of convert buffer failed"); 313 convert conv = NULL; 411 convert conv = NULL; 474 audioctl_write_fromhdr(void *hdr, size_t fsz, int fd, off_t *datasize, const char *file, convert *conv)
|
play.c | 53 typedef size_t (*convert)(void *inbuf, void *outbuf, size_t len); typedef in typeref:typename:size_t (*)(void * inbuf,void * outbuf,size_t len) 60 convert *); 245 /* Convert -1.0 to +1.0 into a 32 bit signed value */ 274 /* Convert -1.0 to +1.0 into a 32 bit signed value */ 288 audio_write(int fd, void *buf, size_t len, convert conv) 303 err(1, "malloc of convert buffer failed"); 313 convert conv = NULL; 411 convert conv = NULL; 474 audioctl_write_fromhdr(void *hdr, size_t fsz, int fd, off_t *datasize, const char *file, convert *conv)
|
/src/sys/lib/libsa/ |
ustarfs.c | 144 static int convert(const char *, int, int); 163 convert(const char *f, int base, int fw) function in typeref:typename:int 185 *xi = convert(s, 8, convert(f + 1, 10, 99));
|
ustarfs.c | 144 static int convert(const char *, int, int); 163 convert(const char *f, int base, int fw) function in typeref:typename:int 185 *xi = convert(s, 8, convert(f + 1, 10, 99));
|
/src/usr.bin/tftp/ |
tftp.c | 228 volatile int size, convert; local in function:sendfile 249 convert = !strcmp(mode, "netascii"); 261 size = readit(file, &dp, blksize, convert); 282 read_ahead(file, blksize, convert); 385 volatile int convert; /* true if converting crlf -> lf */ local in function:recvfile 393 convert = !strcmp(mode, "netascii"); 426 if (write_behind(file, convert) == -1) 507 size = writeit(file, &dp, n - 4, convert); 529 (void)write_behind(file, convert);
|
tftp.c | 228 volatile int size, convert; local in function:sendfile 249 convert = !strcmp(mode, "netascii"); 261 size = readit(file, &dp, blksize, convert); 282 read_ahead(file, blksize, convert); 385 volatile int convert; /* true if converting crlf -> lf */ local in function:recvfile 393 convert = !strcmp(mode, "netascii"); 426 if (write_behind(file, convert) == -1) 507 size = writeit(file, &dp, n - 4, convert); 529 (void)write_behind(file, convert);
|
/src/usr.bin/xlint/lint1/ |
tree.c | 1037 return convert(op, 0, ntp, tn); 1073 *lnp = convert(NOOP, 0, (*rnp)->tn_type, *lnp); 1075 *rnp = convert(NOOP, 0, (*lnp)->tn_type, *rnp); 1336 ln = convert(NOOP, 0, expr_derive_type(gettyp(VOID), PTR), ln); 1501 rn = convert(NOOP, 0, elsz->tn_type, rn); 1537 rn = convert(NOOP, 0, gettyp(INT), rn); 1605 rn = convert(NOOP, 0, gettyp(PTRDIFF_TSPEC), rn); 1609 ln = convert(NOOP, 0, gettyp(PTRDIFF_TSPEC), ln); 1705 rn = convert(NOOP, 0, ctn->tn_type, rn); 1734 rn = convert(op, 0, ln->tn_type, rn) 3950 convert(op_t op, int arg, type_t *tp, tnode_t *tn) function in typeref:typename:tnode_t * [all...] |
tree.c | 1037 return convert(op, 0, ntp, tn); 1073 *lnp = convert(NOOP, 0, (*rnp)->tn_type, *lnp); 1075 *rnp = convert(NOOP, 0, (*lnp)->tn_type, *rnp); 1336 ln = convert(NOOP, 0, expr_derive_type(gettyp(VOID), PTR), ln); 1501 rn = convert(NOOP, 0, elsz->tn_type, rn); 1537 rn = convert(NOOP, 0, gettyp(INT), rn); 1605 rn = convert(NOOP, 0, gettyp(PTRDIFF_TSPEC), rn); 1609 ln = convert(NOOP, 0, gettyp(PTRDIFF_TSPEC), ln); 1705 rn = convert(NOOP, 0, ctn->tn_type, rn); 1734 rn = convert(op, 0, ln->tn_type, rn) 3950 convert(op_t op, int arg, type_t *tp, tnode_t *tn) function in typeref:typename:tnode_t * [all...] |
/src/lib/libc/time/ |
zic.c | 1805 ** Convert a string of one of the forms 2321 convert(uint_fast32_t val, char *buf) function in typeref:typename:void 2347 convert(val, buf); 2725 convert(utcnt, tzh.tzh_ttisutcnt); 2726 convert(stdcnt, tzh.tzh_ttisstdcnt); 2727 convert(thisleapcnt + thisleapexpiry, tzh.tzh_leapcnt); 2728 convert((0 <= pretranstype) + thistimecnt + hicut, 2730 convert(thistypecnt, tzh.tzh_typecnt); 2731 convert(thischarcnt, tzh.tzh_charcnt);
|
zic.c | 1805 ** Convert a string of one of the forms 2321 convert(uint_fast32_t val, char *buf) function in typeref:typename:void 2347 convert(val, buf); 2725 convert(utcnt, tzh.tzh_ttisutcnt); 2726 convert(stdcnt, tzh.tzh_ttisstdcnt); 2727 convert(thisleapcnt + thisleapexpiry, tzh.tzh_leapcnt); 2728 convert((0 <= pretranstype) + thistimecnt + hicut, 2730 convert(thistypecnt, tzh.tzh_typecnt); 2731 convert(thischarcnt, tzh.tzh_charcnt);
|