HomeSort by: relevance | last modified time | path
    Searched defs:convert (Results 1 - 9 of 9) sorted by relevancy

  /src/games/battlestar/
command1.c 43 static void convert(int);
76 convert(int tothis) function
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
  /src/usr.bin/systat/
convtbl.c 108 convert(const uintmax_t size, const int scale) function
  /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))
  /src/usr.bin/audio/play/
play.c 53 typedef size_t (*convert)(void *inbuf, void *outbuf, size_t len); typedef
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
185 *xi = convert(s, 8, convert(f + 1, 10, 99));
  /src/usr.bin/tftp/
tftp.c 228 volatile int size, convert; local
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
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 1101 return convert(op, 0, ntp, tn);
1137 *lnp = convert(NOOP, 0, (*rnp)->tn_type, *lnp);
1139 *rnp = convert(NOOP, 0, (*lnp)->tn_type, *rnp);
1400 ln = convert(NOOP, 0, expr_derive_type(gettyp(VOID), PTR), ln);
1565 rn = convert(NOOP, 0, elsz->tn_type, rn);
1601 rn = convert(NOOP, 0, gettyp(INT), rn);
1669 rn = convert(NOOP, 0, gettyp(PTRDIFF_TSPEC), rn);
1673 ln = convert(NOOP, 0, gettyp(PTRDIFF_TSPEC), ln);
1769 rn = convert(NOOP, 0, ctn->tn_type, rn);
1798 rn = convert(op, 0, ln->tn_type, rn)
4012 convert(op_t op, int arg, type_t *tp, tnode_t *tn) function
    [all...]
  /src/lib/libc/time/
zic.c 756 /* Convert ARG, a string in base BASE, to an unsigned long value no
2052 ** Convert a string of one of the forms
2568 convert(uint_fast32_t val, char *buf) function
2594 convert(val, buf);
2972 convert(utcnt, tzh.tzh_ttisutcnt);
2973 convert(stdcnt, tzh.tzh_ttisstdcnt);
2974 convert(thisleapcnt + thisleapexpiry, tzh.tzh_leapcnt);
2975 convert((0 <= pretranstype) + thistimecnt + hicut,
2977 convert(thistypecnt, tzh.tzh_typecnt);
2978 convert(thischarcnt, tzh.tzh_charcnt)
    [all...]

Completed in 34 milliseconds