Home
last modified time | relevance | path

Searched refs:FS (Results 1 – 25 of 44) sorted by relevance

12

/mirbsd/src/usr.bin/hexdump/
Dhexdump.h70 } FS; typedef
78 extern FS *fshead; /* head of format strings list */
102 void rewrite(FS *);
103 int size(FS *);
Dparse.c81 static FS **nextfs; in add()
82 FS *tfs; in add()
87 tfs = emalloc(sizeof(FS)); in add()
152 size(FS *fs) in size()
205 rewrite(FS *fs) in rewrite()
Dhexdump.c44 FS *fshead; /* head of format strings */
54 FS *tfs; in main()
Ddisplay.c61 FS *fs; in display()
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Damd64-linux-nat.c70 FS * 8, GS * 8 /* %fs, %gs */
92 FS * 8, GS * 8, /* %fs, %gs */
343 gdb_assert (FS < ELF_NGREG); in ps_get_thread_area()
347 case FS: in ps_get_thread_area()
Dcopying.awk2 FS="\"";
Di386v4-nat.c101 DS, ES, FS, GS
Di386v-nat.c70 DS, ES, FS, GS,
Di386-stub.c125 CS, SS, DS, ES, FS, GS}; enumerator
Di386-linux-nat.c92 DS, ES, FS, GS,
/mirbsd/src/usr.bin/tip/
Dremote.c100 FS = DEFFS;
126 if (cgetnum(bp, "fs", &FS) == -1)
127 FS = DEFFS;
Dvars.c67 "fr", (char *)&FS },
Dtip.h77 long FS; /* frame size for transfers */ variable
/mirbsd/src/sys/ufs/ufs/
Dufs_readwrite.c37 #define FS struct lfs macro
47 #define FS struct fs macro
78 register FS *fs;
185 register FS *fs;
/mirbsd/src/usr.bin/awk/
Dlib.c131 *RS, *FS, *ARGC, *FILENAME) ); in getrec()
203 if (strlen(*FS) >= sizeof(inputFS)) in readrec()
204 FATAL("field separator %.10s... is too long", *FS); in readrec()
206 strlcpy(inputFS, *FS, sizeof inputFS); /* for subsequent field splitting */ in readrec()
296 strlcpy(inputFS, *FS, sizeof(inputFS)); in fldbld()
Dmain.c177 *FS = qstring(fs, '\0'); in main()
Dawk.h52 extern char **FS;
Dtran.c42 char **FS; /* initial field sep */ variable
81 FS = &fsloc->sval; in syminit()
DFIXES87 fixed a long-standing issue with when FS takes effect. a
88 change to FS is now noticed immediately for subsequent splits.
260 fixed subtle behavior in field and record splitting: if FS is
571 split using the value of FS at the time of input; it used to be
608 made the same changes for field-splitting if FS is "".
/mirbsd/src/gnu/usr.bin/perl/t/op/
Dsplit.t11 $FS = ':';
15 ($a,$b,$c) = split($FS,$_);
/mirbsd/src/usr.sbin/lpr/common_source/
Dlp.h47 extern long FS; /* flags to set if lp is a tty */
Dcommon.c79 long FS; /* flags to set if lp is a tty */ variable
/mirbsd/src/share/tmac/
Dtmac.s156 .rn FJ FS
166 . FS
780 . \" FJ - replaces FS after cover
1044 .FS
/mirbsd/src/usr.sbin/lpr/lpd/
Dprintjob.c1317 if (cgetnum(bp, "fs", &FS) < 0) in init()
1318 FS = 0; in init()
1600 if (FS) { in setty()
1601 sttysetflags(&i.t, FS); in setty()
/mirbsd/src/gnu/usr.bin/perl/lib/ExtUtils/
DTODO38 Eliminate eliminate_macros() from inside FS::VMS->catfile and catdir.

12