Searched refs:FS (Results 1 - 25 of 205) sorted by relevance

123456789

/netbsd-6-1-5-RELEASE/sys/arch/landisk/stand/bootxx/bootxx_ffsv1/
H A DMakefile3 FS= ffsv1 macro
/netbsd-6-1-5-RELEASE/sys/arch/landisk/stand/bootxx/bootxx_ffsv2/
H A DMakefile3 FS= ffsv2 macro
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/bootxx/bootxx_ext2fs/
H A DMakefile3 FS=ext2fs macro
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/bootxx/bootxx_ffsv1/
H A DMakefile3 FS=ffsv1 macro
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/bootxx/bootxx_ffsv2/
H A DMakefile3 FS=ffsv2 macro
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/bootxx/bootxx_lfsv1/
H A DMakefile3 FS=lfsv1 macro
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/bootxx/bootxx_lfsv2/
H A DMakefile3 FS=lfsv2 macro
/netbsd-6-1-5-RELEASE/sys/arch/landisk/stand/bootxx/bootxx_ustarfs/
H A DMakefile3 FS=ustarfs macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Ddarwin-unwind.h28 #define MD_FALLBACK_FRAME_STATE_FOR(CONTEXT, FS) \
29 (_Unwind_fallback_frame_state_for (CONTEXT, FS) \
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/rs6000/
H A Ddarwin-unwind.h33 #define MD_FALLBACK_FRAME_STATE_FOR(CONTEXT, FS) \
34 (_Unwind_fallback_frame_state_for (CONTEXT, FS) \
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/bootxx/bootxx_ustarfs/
H A DMakefile3 FS=ustarfs macro
/netbsd-6-1-5-RELEASE/dist/nvi/common/
H A Doptions.awk6 ofs = FS
7 FS="\""
10 FS=ofs
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/bootxx/bootxx_msdos/
H A DMakefile4 FS= dosfs macro
/netbsd-6-1-5-RELEASE/sys/arch/x68k/stand/xxboot/xxboot_ffsv1/
H A DMakefile5 FS= ffsv1 macro
/netbsd-6-1-5-RELEASE/sys/arch/x68k/stand/xxboot/xxboot_ffsv2/
H A DMakefile5 FS= ffsv2 macro
/netbsd-6-1-5-RELEASE/sys/arch/x68k/stand/xxboot/xxboot_lfsv1/
H A DMakefile5 FS= lfsv1 macro
/netbsd-6-1-5-RELEASE/sys/arch/x68k/stand/xxboot/xxboot_lfsv2/
H A DMakefile5 FS= lfsv2 macro
/netbsd-6-1-5-RELEASE/external/bsd/less/dist/
H A Dmkfuncs.awk1 BEGIN { FS="("; state = 0 }
/netbsd-6-1-5-RELEASE/lib/libm/arch/m68060/
H A Dmakeoffs.awk1 BEGIN{FS=",";s = -16;}
/netbsd-6-1-5-RELEASE/sys/arch/i386/include/
H A Dipkdb.h49 #define FS 14 macro
/netbsd-6-1-5-RELEASE/sys/arch/landisk/stand/bootxx/
H A DMakefile.bootxx3 PROG?= bootxx_${FS}
10 .if ${FS} == ustarfs
21 CPPFLAGS+= -DXXfs_open=${FS}_open
22 CPPFLAGS+= -DXXfs_close=${FS}_close
23 CPPFLAGS+= -DXXfs_read=${FS}_read
24 CPPFLAGS+= -DXXfs_stat=${FS}_stat
25 CPPFLAGS+= -DFS=${FS}
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gprof/
H A Dgen-c-prog.awk2 FS="\"";
/netbsd-6-1-5-RELEASE/tests/lib/libc/regex/
H A Dt_regex.awk29 FS = ":";
/netbsd-6-1-5-RELEASE/sys/arch/x68k/stand/xxboot/cdboot_cd9660/
H A DMakefile5 FS= cd9660 macro
/netbsd-6-1-5-RELEASE/usr.bin/hexdump/
H A Dhexdump.h69 } FS; typedef in typeref:struct:_fs
77 extern FS *fshead; /* head of format strings list */
94 void rewrite(FS *);
95 int size(FS *);

Completed in 219 milliseconds

123456789