Searched refs:FS (Results 1 – 25 of 44) sorted by relevance
12
| /mirbsd/src/usr.bin/hexdump/ |
| D | hexdump.h | 70 } FS; typedef 78 extern FS *fshead; /* head of format strings list */ 102 void rewrite(FS *); 103 int size(FS *);
|
| D | parse.c | 81 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()
|
| D | hexdump.c | 44 FS *fshead; /* head of format strings */ 54 FS *tfs; in main()
|
| D | display.c | 61 FS *fs; in display()
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | amd64-linux-nat.c | 70 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()
|
| D | copying.awk | 2 FS="\"";
|
| D | i386v4-nat.c | 101 DS, ES, FS, GS
|
| D | i386v-nat.c | 70 DS, ES, FS, GS,
|
| D | i386-stub.c | 125 CS, SS, DS, ES, FS, GS}; enumerator
|
| D | i386-linux-nat.c | 92 DS, ES, FS, GS,
|
| /mirbsd/src/usr.bin/tip/ |
| D | remote.c | 100 FS = DEFFS; 126 if (cgetnum(bp, "fs", &FS) == -1) 127 FS = DEFFS;
|
| D | vars.c | 67 "fr", (char *)&FS },
|
| D | tip.h | 77 long FS; /* frame size for transfers */ variable
|
| /mirbsd/src/sys/ufs/ufs/ |
| D | ufs_readwrite.c | 37 #define FS struct lfs macro 47 #define FS struct fs macro 78 register FS *fs; 185 register FS *fs;
|
| /mirbsd/src/usr.bin/awk/ |
| D | lib.c | 131 *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()
|
| D | main.c | 177 *FS = qstring(fs, '\0'); in main()
|
| D | awk.h | 52 extern char **FS;
|
| D | tran.c | 42 char **FS; /* initial field sep */ variable 81 FS = &fsloc->sval; in syminit()
|
| D | FIXES | 87 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/ |
| D | split.t | 11 $FS = ':'; 15 ($a,$b,$c) = split($FS,$_);
|
| /mirbsd/src/usr.sbin/lpr/common_source/ |
| D | lp.h | 47 extern long FS; /* flags to set if lp is a tty */
|
| D | common.c | 79 long FS; /* flags to set if lp is a tty */ variable
|
| /mirbsd/src/share/tmac/ |
| D | tmac.s | 156 .rn FJ FS 166 . FS 780 . \" FJ - replaces FS after cover 1044 .FS
|
| /mirbsd/src/usr.sbin/lpr/lpd/ |
| D | printjob.c | 1317 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/ |
| D | TODO | 38 Eliminate eliminate_macros() from inside FS::VMS->catfile and catdir.
|
12