Home
last modified time | relevance | path

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

123

/dragonfly/tools/regression/bin/mv/
H A Dregress.sh13 if [ -z "$FS" ]
143 mv fa ${FS}fb
145 ckf fa ${FS}fb
166 ckf fa ${FS}fb
173 :> ${FS}fb
176 ckf fa ${FS}fb
204 mv da ${FS}db
206 ckd da ${FS}db
260 mv fa ${FS}fb
262 ckp fa ${FS}fb
[all …]
/dragonfly/tools/
H A Dmake_libdeps.sh34 FS=': ' # internal field separator
77 echo ${libdir}"${FS}"$(
93 awk -F"${FS}" '{ print $2 }' ${LIBDEPENDS} | tr ' ' '\n' |
104 grep "^${lib}${FS}" ${LIBDEPENDS} || true
106 awk -F"${FS}" '{
/dragonfly/usr.bin/hexdump/
H A Dhexdump.h68 } FS; typedef
70 extern FS *fshead; /* head of format strings list */
97 void rewrite(FS *);
98 int size(FS *);
H A Dparse.c74 static FS **nextfs; in add()
75 FS *tfs; in add()
79 if ((tfs = calloc(1, sizeof(FS))) == NULL) in add()
146 size(FS *fs) in size()
199 rewrite(FS *fs) in rewrite()
H A Dhexdump.c42 FS *fshead; /* head of format strings */
50 FS *tfs; in main()
/dragonfly/usr.sbin/mtree/
H A Dspecspec.c43 #define FS(a, b, c, d) \ macro
157 if (FS(n1, n2, F_SLINK, slink)) in compare_nodes()
165 if (FS(n1, n2, F_MD5, md5digest)) in compare_nodes()
167 if (FS(n1, n2, F_SHA1, sha1digest)) in compare_nodes()
169 if (FS(n1, n2, F_RMD160, rmd160digest)) in compare_nodes()
171 if (FS(n1, n2, F_SHA256, sha256digest)) in compare_nodes()
173 if (FS(n1, n2, F_SHA384, sha384digest)) in compare_nodes()
175 if (FS(n1, n2, F_SHA512, sha512digest)) in compare_nodes()
/dragonfly/usr.bin/file/
H A DMakefile6 FS= 5 macro
21 -e s@__FSECTION__@${FS}@g \
27 -e s@__FSECTION__@${FS}@g \
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_blake2sp_ref.c220 blake2s_state FS[1]; in blake2sp() local
282 if( blake2sp_init_root( FS, outlen, keylen ) < 0 ) in blake2sp()
285 FS->last_node = 1; in blake2sp()
288 blake2s_update( FS, hash[i], BLAKE2S_OUTBYTES ); in blake2sp()
290 return blake2s_final( FS, out, outlen ); in blake2sp()
/dragonfly/usr.bin/tip/
H A Dremote.c124 FS = BUFSIZ; in getremcap()
146 if (cgetnum(bp, "fs", &FS) == -1) in getremcap()
147 FS = BUFSIZ; in getremcap()
H A Dvars.c59 "fr", (char *)&FS },
/dragonfly/games/sail/
H A Dgame.c54 if (ship->file->FS == 1) in maxturns()
74 if ((ship->file->FS || fs) && fs != -1) { in maxmove()
H A Dpl_2.c79 if (mf->FS && (!mc->rig1 || windspeed == 6)) in newturn()
81 if (mf->FS == 1) in newturn()
H A Dpl_5.c135 if (mf->FS == 1) { in acceptmove()
143 if (mf->FS == 1) { in acceptmove()
H A Dpl_4.c52 full = mf->FS; in changesail()
/dragonfly/share/syscons/fonts/
H A Diso08-8x8.fnt34 M``!^@9VAH9V!?@#&;#ALQ@```#-FS&8S``````!^!@8``````'X`````?H&Y
37 M`````!@`?@`8````S&8S9LP``,/&S-HV;M\&P\;,WC-FS`_A,N0Z]BI?A@``
/dragonfly/sys/vfs/ufs/
H A Dufs_readwrite.c34 #define FS struct fs macro
64 FS *fs; in ffs_read()
214 FS *fs; in ffs_write()
/dragonfly/contrib/awk/
H A DFIXES35 Fix inconsistent handling of --csv and FS set in the
43 mode when FS is set.
78 unicode FS and RS. Also fixed gsub null match issue with unicode.
H A Dlib.c129 strcpy(inputFS, *FS); /* for subsequent field splitting */ in savefs()
136 FATAL("field separator %.10s... is too long", *FS); in savefs()
137 memcpy(inputFS, *FS, len_inputFS); in savefs()
154 *RS, *FS, *ARGC, *FILENAME); in getrec()
/dragonfly/tools/tools/chkldd/
H A Dchkldd.awk6 FS = ":";
/dragonfly/contrib/binutils-2.34/gprof/
H A Dgen-c-prog.awk2 FS="\"";
/dragonfly/contrib/binutils-2.27/gprof/
H A Dgen-c-prog.awk2 FS="\"";
/dragonfly/sys/dev/netif/re/
H A Dre.h636 u_int32_t FS:1; member
646 u_int32_t FS:1;
687 u_int32_t FS:1; member
698 u_int32_t FS:1;
/dragonfly/contrib/gcc-4.7/gcc/
H A Dopt-read.awk35 FS=SUBSEP
/dragonfly/contrib/gcc-8.0/gcc/
H A Dopt-read.awk34 FS=SUBSEP
/dragonfly/stand/boot/pc32/btx/lib/
H A Dbtxv86.S38 .set V86_FS,0x10 # V86 FS

123