Symbol: FF
bin/pax/options.c
333
flg |= FF;
bin/pax/options.h
115
#define BDCOPY (AF|BF|FF|OF|XF|CAF|CBF|CEF)
common/lib/libc/md/md4c.c
231
FF (a, b, c, d, x[ 0], S11); /* 1 */
common/lib/libc/md/md4c.c
232
FF (d, a, b, c, x[ 1], S12); /* 2 */
common/lib/libc/md/md4c.c
233
FF (c, d, a, b, x[ 2], S13); /* 3 */
common/lib/libc/md/md4c.c
234
FF (b, c, d, a, x[ 3], S14); /* 4 */
common/lib/libc/md/md4c.c
235
FF (a, b, c, d, x[ 4], S11); /* 5 */
common/lib/libc/md/md4c.c
236
FF (d, a, b, c, x[ 5], S12); /* 6 */
common/lib/libc/md/md4c.c
237
FF (c, d, a, b, x[ 6], S13); /* 7 */
common/lib/libc/md/md4c.c
238
FF (b, c, d, a, x[ 7], S14); /* 8 */
common/lib/libc/md/md4c.c
239
FF (a, b, c, d, x[ 8], S11); /* 9 */
common/lib/libc/md/md4c.c
240
FF (d, a, b, c, x[ 9], S12); /* 10 */
common/lib/libc/md/md4c.c
241
FF (c, d, a, b, x[10], S13); /* 11 */
common/lib/libc/md/md4c.c
242
FF (b, c, d, a, x[11], S14); /* 12 */
common/lib/libc/md/md4c.c
243
FF (a, b, c, d, x[12], S11); /* 13 */
common/lib/libc/md/md4c.c
244
FF (d, a, b, c, x[13], S12); /* 14 */
common/lib/libc/md/md4c.c
245
FF (c, d, a, b, x[14], S13); /* 15 */
common/lib/libc/md/md4c.c
246
FF (b, c, d, a, x[15], S14); /* 16 */
common/lib/libc/md/md5c.c
277
FF (a, b, c, d, x[ 0], S11, 0xd76aa478); /* 1 */
common/lib/libc/md/md5c.c
278
FF (d, a, b, c, x[ 1], S12, 0xe8c7b756); /* 2 */
common/lib/libc/md/md5c.c
279
FF (c, d, a, b, x[ 2], S13, 0x242070db); /* 3 */
common/lib/libc/md/md5c.c
280
FF (b, c, d, a, x[ 3], S14, 0xc1bdceee); /* 4 */
common/lib/libc/md/md5c.c
281
FF (a, b, c, d, x[ 4], S11, 0xf57c0faf); /* 5 */
common/lib/libc/md/md5c.c
282
FF (d, a, b, c, x[ 5], S12, 0x4787c62a); /* 6 */
common/lib/libc/md/md5c.c
283
FF (c, d, a, b, x[ 6], S13, 0xa8304613); /* 7 */
common/lib/libc/md/md5c.c
284
FF (b, c, d, a, x[ 7], S14, 0xfd469501); /* 8 */
common/lib/libc/md/md5c.c
285
FF (a, b, c, d, x[ 8], S11, 0x698098d8); /* 9 */
common/lib/libc/md/md5c.c
286
FF (d, a, b, c, x[ 9], S12, 0x8b44f7af); /* 10 */
common/lib/libc/md/md5c.c
287
FF (c, d, a, b, x[10], S13, 0xffff5bb1); /* 11 */
common/lib/libc/md/md5c.c
288
FF (b, c, d, a, x[11], S14, 0x895cd7be); /* 12 */
common/lib/libc/md/md5c.c
289
FF (a, b, c, d, x[12], S11, 0x6b901122); /* 13 */
common/lib/libc/md/md5c.c
290
FF (d, a, b, c, x[13], S12, 0xfd987193); /* 14 */
common/lib/libc/md/md5c.c
291
FF (c, d, a, b, x[14], S13, 0xa679438e); /* 15 */
common/lib/libc/md/md5c.c
292
FF (b, c, d, a, x[15], S14, 0x49b40821); /* 16 */
sys/arch/amiga/dev/ite.c
2055
case FF: /* so is FF */
sys/arch/atari/dev/ite.c
2186
case FF: /* so is FF */
sys/arch/x68k/dev/ite.c
2242
case FF: /* so is FF */
sys/ufs/ext2fs/ext2fs_hash.c
181
FF(a, b, c, d, data[0], 3);
sys/ufs/ext2fs/ext2fs_hash.c
182
FF(d, a, b, c, data[1], 7);
sys/ufs/ext2fs/ext2fs_hash.c
183
FF(c, d, a, b, data[2], 11);
sys/ufs/ext2fs/ext2fs_hash.c
184
FF(b, c, d, a, data[3], 19);
sys/ufs/ext2fs/ext2fs_hash.c
185
FF(a, b, c, d, data[4], 3);
sys/ufs/ext2fs/ext2fs_hash.c
186
FF(d, a, b, c, data[5], 7);
sys/ufs/ext2fs/ext2fs_hash.c
187
FF(c, d, a, b, data[6], 11);
sys/ufs/ext2fs/ext2fs_hash.c
188
FF(b, c, d, a, data[7], 19);
usr.bin/fpr/fpr.c
114
cc = FF;
usr.bin/fpr/fpr.c
147
cc = FF;
usr.bin/fpr/fpr.c
248
case FF:
usr.sbin/lpr/common_source/common.c
76
const char *FF; /* form feed string */
usr.sbin/lpr/common_source/lp.h
45
extern const char *FF; /* form feed string */
usr.sbin/lpr/lpd/printjob.c
1019
(void)write(ofd, FF, strlen(FF));
usr.sbin/lpr/lpd/printjob.c
1047
(void)write(ofd, FF, strlen(FF));
usr.sbin/lpr/lpd/printjob.c
1268
FF = cgetstr(bp, "ff", &s) == -1 ? DEFFF : s;
usr.sbin/lpr/lpd/printjob.c
312
(void)write(ofd, FF, strlen(FF));
usr.sbin/lpr/lpd/printjob.c
561
(void)write(ofd, FF, strlen(FF));
usr.sbin/mtree/specspec.c
152
if (FF(n1, n2, F_CKSUM, cksum))
usr.sbin/mtree/specspec.c
154
if (FF(n1, n2, F_GID, st_gid))
usr.sbin/mtree/specspec.c
156
if (FF(n1, n2, F_GNAME, st_gid))
usr.sbin/mtree/specspec.c
158
if (FF(n1, n2, F_MODE, st_mode))
usr.sbin/mtree/specspec.c
160
if (FF(n1, n2, F_NLINK, st_nlink))
usr.sbin/mtree/specspec.c
162
if (FF(n1, n2, F_SIZE, st_size))
usr.sbin/mtree/specspec.c
168
if (FF(n1, n2, F_UID, st_uid))
usr.sbin/mtree/specspec.c
170
if (FF(n1, n2, F_UNAME, st_uid))
usr.sbin/mtree/specspec.c
184
if (FF(n1, n2, F_FLAGS, st_flags))