Home
last modified time | relevance | path

Searched refs:OFS (Results 1 – 15 of 15) sorted by relevance

/netbsd/src/sys/arch/hppa/hppa/
Ddb_disasm.c80 OFS, /* range [0..MAXINT] */ typedef
769 int (*dasmfcn)(const struct inst *, OFS, union insn);
907 int blDasm(const struct inst *, OFS, union insn);
908 int ldDasm(const struct inst *, OFS, union insn);
909 int stDasm(const struct inst *, OFS, union insn);
910 int addDasm(const struct inst *, OFS, union insn);
911 int unitDasm(const struct inst *, OFS, union insn);
912 int iaDasm(const struct inst *, OFS, union insn);
913 int shdDasm(const struct inst *, OFS, union insn);
914 int extrDasm(const struct inst *, OFS, union insn);
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/regformats/
Dregdat.sh47 OFS="${IFS}" ; IFS="[:]"
51 IFS="${OFS}"
/netbsd/src/external/bsd/tcpdump/dist/
Datime.awk14 OFS = "\t"
Dstime.awk14 OFS = "\t"
Dsend-ack.awk16 OFS = "\t"
/netbsd/src/external/bsd/tmux/dist/
Dmdoc2man.awk46 retval=retval OFS
/netbsd/src/external/historical/nawk/dist/
DChangeLog212 (setsval): Remove call to save_old_OFS(). If setting OFS, call
215 As part of the process, revert OFS-related changes of 2018-05-22:
218 * lib.c (recbld): Use *OFS instead of saveOFS.
231 to NF or OFS, but fixes a compiler complaint.)
336 (save_old_OFS): New function to save OFS aside.
Dawk.h73 extern char **OFS;
Dtran.c44 char **OFS; /* output field sep */ variable
88 OFS = &ofsloc->sval; in syminit()
DFIXES.1e381 1. ofs-rebuild: OFS value used to rebuild the record was incorrect.
395 bug. There are interactions with the old and new value of OFS as well.
/netbsd/src/external/bsd/file/dist/magic/magdir/
Damigaos149 # called by TrID "Amiga Disk image File (OFS+INTL+DIRC)"
/netbsd/src/share/man/tools/
Dsp.ignore678 OFS
Dnewsp.errs146 OFS
/netbsd/src/external/gpl2/gawk/dist/
Dawk.texi4425 @cindex @code{OFS} variable
4426 @cindex output field separator, See @code{OFS} variable
4427 @cindex field separators, See Also @code{OFS}
4433 the @dfn{output field separator}, @code{OFS},
4461 $ echo a b c d | awk '@{ OFS = ":"; $2 = ""
4473 $ echo a b c d | awk '@{ OFS = ":"; $2 = ""; $6 = "new"
4506 value of the fields and @code{OFS}. To do this, use the
4711 separated by the value of @code{OFS}. Because the leading whitespace
5974 @cindex @code{OFS} variable
5980 built-in variable @code{OFS}. The initial value of this variable
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-199912688 (__VA_FP_REGSAVE): Use new OFS argument instead of AP->fpr directly.