Home
last modified time | relevance | path

Searched refs:format1 (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/usr.bin/stat/
Dstat.c136 int format1(const struct stat *, /* stat info */
463 t = format1(st, file, subfmt, statfmt - subfmt, buf, in output()
485 format1(const struct stat *st, in format1() function
765 l1 = format1(st, file, fmt, flen, in format1()
768 l2 = format1(st, file, fmt, flen, in format1()
775 return (format1(st, file, fmt, flen, buf, blen, in format1()
/openbsd/src/sys/dev/microcode/aic7xxx/
Daicasm_insformat.h99 struct ins_format1 format1; member
Daicasm_gram.y1626 f1_instr = &instr->format.format1; in format_1_instr()
/openbsd/src/gnu/usr.bin/perl/t/op/
Dwrite.t273 my $format1 = '@' . '>' x $_;
274 formline $format1, 'abc';
275 $was1 .= "$format1 $^A\n";
/openbsd/src/gnu/usr.bin/binutils-2.17/include/opcode/
Dconvex.h158 const struct formstr format1[] = { variable
/openbsd/src/gnu/usr.bin/binutils/include/opcode/
Dconvex.h158 const struct formstr format1[] = { variable
/openbsd/src/sys/dev/ic/
Daic7xxx.c6257 fmt1_ins = &instr.format1; in ahc_download_instr()
6261 opcode = instr.format1.opcode; in ahc_download_instr()
6341 instr.format1.parity = 1; in ahc_download_instr()
Daic79xx.c8524 fmt1_ins = &instr.format1; in ahd_download_instr()
8528 opcode = instr.format1.opcode; in ahd_download_instr()
8567 instr.format1.parity = 1; in ahd_download_instr()
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/
DChangeLog6403 * g++.dg/warn/format1.C: New test.