bin/test/test.c
594
newerf (const char *f1, const char *f2)
bin/test/test.c
598
if (stat(f1, &b1) != 0 || stat(f2, &b2) != 0)
bin/test/test.c
610
olderf (const char *f1, const char *f2)
bin/test/test.c
612
return (newerf(f2, f1));
bin/test/test.c
616
equalf (const char *f1, const char *f2)
bin/test/test.c
620
return (stat (f1, &b1) == 0 &&
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
125
subRound(A, B, C, D, E, f1, K1, x);
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
145
subRound( A, B, C, D, E, f1, K1, eData[ 0 ] );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
146
subRound( E, A, B, C, D, f1, K1, eData[ 1 ] );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
147
subRound( D, E, A, B, C, f1, K1, eData[ 2 ] );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
148
subRound( C, D, E, A, B, f1, K1, eData[ 3 ] );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
149
subRound( B, C, D, E, A, f1, K1, eData[ 4 ] );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
150
subRound( A, B, C, D, E, f1, K1, eData[ 5 ] );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
151
subRound( E, A, B, C, D, f1, K1, eData[ 6 ] );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
152
subRound( D, E, A, B, C, f1, K1, eData[ 7 ] );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
153
subRound( C, D, E, A, B, f1, K1, eData[ 8 ] );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
154
subRound( B, C, D, E, A, f1, K1, eData[ 9 ] );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
155
subRound( A, B, C, D, E, f1, K1, eData[ 10 ] );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
156
subRound( E, A, B, C, D, f1, K1, eData[ 11 ] );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
157
subRound( D, E, A, B, C, f1, K1, eData[ 12 ] );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
158
subRound( C, D, E, A, B, f1, K1, eData[ 13 ] );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
159
subRound( B, C, D, E, A, f1, K1, eData[ 14 ] );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
160
subRound( A, B, C, D, E, f1, K1, eData[ 15 ] );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
161
subRound( E, A, B, C, D, f1, K1, expand( eData, 16 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
162
subRound( D, E, A, B, C, f1, K1, expand( eData, 17 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
163
subRound( C, D, E, A, B, f1, K1, expand( eData, 18 ) );
crypto/krb5/src/lib/crypto/builtin/sha1/shs.c
164
subRound( B, C, D, E, A, f1, K1, expand( eData, 19 ) );
crypto/openssh/poly1305.c
151
f1 = ((h1 >> 6) | (h2 << 20)) + (uint64_t)U8TO32_LE(&key[20]);
crypto/openssh/poly1305.c
155
U32TO8_LE(&out[ 0], f0); f1 += (f0 >> 32);
crypto/openssh/poly1305.c
156
U32TO8_LE(&out[ 4], f1); f2 += (f1 >> 32);
crypto/openssh/poly1305.c
41
uint64_t f0,f1,f2,f3;
crypto/openssl/apps/openssl.c
465
const FUNCTION *f1 = _f1;
crypto/openssl/apps/openssl.c
468
if (f1->type != f2->type)
crypto/openssl/apps/openssl.c
469
return f1->type - f2->type;
crypto/openssl/apps/openssl.c
470
return strcmp(f1->name, f2->name);
crypto/openssl/crypto/ec/curve25519.c
1108
int32_t f1 = f[1];
crypto/openssl/crypto/ec/curve25519.c
1136
int32_t f1_2 = 2 * f1;
crypto/openssl/crypto/ec/curve25519.c
1151
int64_t f1g0 = f1 * (int64_t)g0;
crypto/openssl/crypto/ec/curve25519.c
1153
int64_t f1g2 = f1 * (int64_t)g2;
crypto/openssl/crypto/ec/curve25519.c
1155
int64_t f1g4 = f1 * (int64_t)g4;
crypto/openssl/crypto/ec/curve25519.c
1157
int64_t f1g6 = f1 * (int64_t)g6;
crypto/openssl/crypto/ec/curve25519.c
1159
int64_t f1g8 = f1 * (int64_t)g8;
crypto/openssl/crypto/ec/curve25519.c
1362
int32_t f1 = f[1];
crypto/openssl/crypto/ec/curve25519.c
1372
int32_t f1_2 = 2 * f1;
crypto/openssl/crypto/ec/curve25519.c
1385
int64_t f0f1_2 = f0_2 * (int64_t)f1;
crypto/openssl/crypto/ec/curve25519.c
1394
int64_t f1f1_2 = f1_2 * (int64_t)f1;
crypto/openssl/crypto/ec/curve25519.c
1695
int32_t f1 = f[1];
crypto/openssl/crypto/ec/curve25519.c
1705
int32_t f1_2 = 2 * f1;
crypto/openssl/crypto/ec/curve25519.c
1718
int64_t f0f1_2 = f0_2 * (int64_t)f1;
crypto/openssl/crypto/ec/curve25519.c
1727
int64_t f1f1_2 = f1_2 * (int64_t)f1;
crypto/openssl/crypto/ec/curve25519.c
4450
int32_t f1 = f[1];
crypto/openssl/crypto/ec/curve25519.c
4460
int64_t h1 = f1 * (int64_t)121666;
crypto/openssl/test/v3ext.c
233
IPAddressFamily *f1 = NULL;
crypto/openssl/test/v3ext.c
262
if ((f1 = IPAddressFamily_new()) == NULL)
crypto/openssl/test/v3ext.c
264
if (f1->ipAddressChoice == NULL && (f1->ipAddressChoice = IPAddressChoice_new()) == NULL)
crypto/openssl/test/v3ext.c
266
if (f1->addressFamily == NULL && (f1->addressFamily = ASN1_OCTET_STRING_new()) == NULL)
crypto/openssl/test/v3ext.c
268
if (!ASN1_OCTET_STRING_set(f1->addressFamily, key, keylen))
crypto/openssl/test/v3ext.c
272
if (!sk_IPAddressFamily_push(addr, f1))
crypto/openssl/test/v3ext.c
274
f1 = NULL;
crypto/openssl/test/v3ext.c
288
if ((f1 = IPAddressFamily_new()) == NULL)
crypto/openssl/test/v3ext.c
290
if (f1->ipAddressChoice == NULL && (f1->ipAddressChoice = IPAddressChoice_new()) == NULL)
crypto/openssl/test/v3ext.c
292
if (f1->addressFamily == NULL && (f1->addressFamily = ASN1_OCTET_STRING_new()) == NULL)
crypto/openssl/test/v3ext.c
294
if (!ASN1_OCTET_STRING_set(f1->addressFamily, key, keylen))
crypto/openssl/test/v3ext.c
298
f1->ipAddressChoice->type = IPAddressChoice_inherit;
crypto/openssl/test/v3ext.c
301
if (!sk_IPAddressFamily_push(addr, f1))
crypto/openssl/test/v3ext.c
303
f1 = NULL;
crypto/openssl/test/v3ext.c
312
IPAddressFamily_free(f1);
lib/clang/liblldb/LLDBWrapLua.cpp
400
SWIG_TypeNameComp(const char *f1, const char *l1,
lib/clang/liblldb/LLDBWrapLua.cpp
402
for (;(f1 != l1) && (f2 != l2); ++f1, ++f2) {
lib/clang/liblldb/LLDBWrapLua.cpp
403
while ((*f1 == ' ') && (f1 != l1)) ++f1;
lib/clang/liblldb/LLDBWrapLua.cpp
405
if (*f1 != *f2) return (*f1 > *f2) ? 1 : -1;
lib/clang/liblldb/LLDBWrapLua.cpp
407
return (int)((l1 - f1) - (l2 - f2));
lib/libc/gen/fmtcheck.c
302
__fmtcheck(const char *f1, const char *f2)
lib/libc/gen/fmtcheck.c
307
if (!f1) return f2;
lib/libc/gen/fmtcheck.c
309
f1p = f1;
lib/libc/gen/fmtcheck.c
320
return f1;
lib/libc/regex/grot/main.c
203
try(char *f0, char *f1, char *f2, char *f3, char *f4, int opts)
lib/libc/regex/grot/main.c
222
if (err != 0 && (!opt('C', f1) || err != efind(f2))) {
lib/libc/regex/grot/main.c
228
} else if (err == 0 && opt('C', f1)) {
lib/libc/regex/grot/main.c
244
if (options('e', f1)®_STARTEND) {
lib/libc/regex/grot/main.c
250
err = regexec(&re, f2copy, NSUBS, subs, options('e', f1));
lib/libc/stdlib/merge.c
115
u_char *f1, *f2, *t, *b, *tp2, *q, *l1, *l2;
lib/libc/stdlib/merge.c
142
f1 = l2;
lib/libc/stdlib/merge.c
147
while (f1 < l1 && f2 < l2) {
lib/libc/stdlib/merge.c
148
if (CMP(f1, f2) <= 0) {
lib/libc/stdlib/merge.c
150
b = f1, t = l1;
lib/libc/stdlib/merge.c
153
q = f1;
lib/libc/stdlib/merge.c
196
if (q == f1) {
lib/libc/stdlib/merge.c
199
ICOPY_ELT(f1, tp2, i);
lib/libc/stdlib/merge.c
202
CCOPY_ELT(f1, tp2, i);
lib/libc/stdlib/merge.c
206
ICOPY_LIST(f1, tp2, b);
lib/libc/stdlib/merge.c
209
CCOPY_LIST(f1, tp2, b);
lib/libc/stdlib/merge.c
219
} else if (f1 < l1) {
lib/libc/stdlib/merge.c
221
ICOPY_LIST(f1, tp2, l1);
lib/libc/stdlib/merge.c
223
CCOPY_LIST(f1, tp2, l1);
lib/libc/stdlib/merge.c
269
u_char *f1, *f2, *s, *l2, *last, *p2;
lib/libc/stdlib/merge.c
288
f1 = list1;
lib/libc/stdlib/merge.c
289
sense = (CMP(f1, f1 + size) > 0);
lib/libc/stdlib/merge.c
290
for (; f1 < last; sense = !sense) {
lib/libc/stdlib/merge.c
293
for (f2 = f1 + size2; f2 < last; f2 += size2) {
lib/libc/stdlib/merge.c
300
p2 = *EVAL(p2) = f1 + size2 - list1 + list2;
lib/libc/stdlib/merge.c
302
swap (f1, f1 + size);
lib/libc/stdlib/merge.c
303
} while ((f1 += size2) < f2);
lib/libc/stdlib/merge.c
306
for (f2 = f1 + size2; f2 < l2; f2 += size2) {
lib/libc/stdlib/merge.c
310
reverse(f1, f2-size);
lib/libc/stdlib/merge.c
311
f1 = f2;
lib/libc/stdlib/merge.c
315
reverse (f1, f2-size);
lib/libc/stdlib/merge.c
316
f1 = f2;
lib/libc/stdlib/merge.c
324
for (f1 = list1, p2 = list2; f1 < last; f1 += size2) {
lib/libc/stdlib/merge.c
326
if (CMP (f1, f1 + size) > 0)
lib/libc/stdlib/merge.c
327
swap(f1, f1 + size);
lib/libc/tests/gen/fmtcheck_test.c
79
const char *f, *cf, *f1, *f2;
lib/libc/tests/gen/fmtcheck_test.c
82
f1 = test_fmts[i].fmt1;
lib/libc/tests/gen/fmtcheck_test.c
84
f = fmtcheck(f1, f2);
lib/libc/tests/gen/fmtcheck_test.c
86
cf = f1;
lib/libc/tests/gen/fmtcheck_test.c
91
"(should have returned %s)", i + 1, f1, f2,
lib/librss/librss.c
51
int f1, f2, p;
lib/librss/librss.c
56
f1 = IP_RECVFLOWID;
lib/librss/librss.c
61
f1 = IPV6_RECVFLOWID;
lib/librss/librss.c
71
retval = setsockopt(fd, p, f1, &opt, optlen);
sbin/ipf/common/ipf_y.y
2112
frentry_t *f, *f1, *f2;
sbin/ipf/common/ipf_y.y
2120
for (f1 = frc; count > 0; count--, f1 = f1->fr_next) {
sbin/ipf/common/ipf_y.y
2127
*f = *f1;
sbin/ipf/common/ipf_y.y
2131
bcopy(f1->fr_caddr, f->fr_caddr, f->fr_dsize);
sbin/ipf/libipf/save_file.c
63
file_opts_t *f1 = ctx1, *f2 = ctx2;
sbin/ipf/libipf/save_file.c
65
if (f1->raw != f2->raw)
sbin/ipf/libipf/save_file.c
67
if (strcmp(f1->path, f2->path))
sbin/restore/interactive.c
745
fcmp(const void *f1, const void *f2)
sbin/restore/interactive.c
747
return (strcoll(((struct afile *)f1)->fname,
stand/libsa/smbios.c
261
uint32_t f1;
stand/libsa/smbios.c
297
f1 = ntohl(SMBIOS_GET32(addr, 0));
stand/libsa/smbios.c
301
f1 = le32toh(SMBIOS_GET32(addr, 0));
stand/libsa/smbios.c
307
f1, f2, f3, SMBIOS_GET8(addr, 8), SMBIOS_GET8(addr, 9),
sys/arm/nvidia/tegra_pinmux.c
172
#define GMUX(r, gb, gi, nm, f1, f2, f3, f4) \
sys/arm/nvidia/tegra_pinmux.c
177
.functions = {#f1, #f2, #f3, #f4}, \
sys/arm/nvidia/tegra_pinmux.c
180
#define FMUX(r, nm, f1, f2, f3, f4) \
sys/arm/nvidia/tegra_pinmux.c
185
.functions = {#f1, #f2, #f3, #f4}, \
sys/arm64/nvidia/tegra210/tegra210_pinmux.c
222
#define GMUX(r, gb, gi, nm, f1, f2, f3, f4, gr, dn_s, dn_w, up_s, up_w) \
sys/arm64/nvidia/tegra210/tegra210_pinmux.c
227
.functions = {#f1, #f2, #f3, #f4}, \
sys/arm64/nvidia/tegra210/tegra210_pinmux.c
236
#define FMUX(r, nm, f1, f2, f3, f4, gr, dn_s, dn_w, up_s, up_w) \
sys/arm64/nvidia/tegra210/tegra210_pinmux.c
241
.functions = {#f1, #f2, #f3, #f4}, \
sys/cam/ctl/ctl.c
10427
goto f1;
sys/cam/ctl/ctl.c
10440
f1: /* Core */
sys/dev/isp/isp_target.c
355
static const char f1[] = "%s from PortID 0x%06x lun %jx seq 0x%08x";
sys/dev/isp/isp_target.c
392
isp_prt(isp, ISP_LOGINFO, f1, "QUERY TASK SET", sid, notify.nt_lun, aep->at_rxid);
sys/dev/isp/isp_target.c
395
isp_prt(isp, ISP_LOGINFO, f1, "ABORT TASK SET", sid, notify.nt_lun, aep->at_rxid);
sys/dev/isp/isp_target.c
398
isp_prt(isp, ISP_LOGINFO, f1, "CLEAR TASK SET", sid, notify.nt_lun, aep->at_rxid);
sys/dev/isp/isp_target.c
401
isp_prt(isp, ISP_LOGINFO, f1, "QUERY ASYNC EVENT", sid, notify.nt_lun, aep->at_rxid);
sys/dev/isp/isp_target.c
404
isp_prt(isp, ISP_LOGINFO, f1, "LUN RESET", sid, notify.nt_lun, aep->at_rxid);
sys/dev/isp/isp_target.c
407
isp_prt(isp, ISP_LOGINFO, f1, "TARGET RESET", sid, notify.nt_lun, aep->at_rxid);
sys/dev/isp/isp_target.c
410
isp_prt(isp, ISP_LOGINFO, f1, "CLEAR ACA", sid, notify.nt_lun, aep->at_rxid);
sys/dev/mlx/mlxreg.h
505
u_int16_t f1,
sys/dev/mlx/mlxreg.h
512
mc->mc_mailbox[0x2] = f1 & 0xff;
sys/dev/mlx/mlxreg.h
513
mc->mc_mailbox[0x3] = (((f2 >> 24) & 0x3) << 6) | ((f1 >> 8) & 0x3f);
sys/dev/mlx/mlxreg.h
528
u_int8_t f1,
sys/dev/mlx/mlxreg.h
538
mc->mc_mailbox[0x2] = f1;
sys/dev/mlx/mlxreg.h
554
u_int8_t f1,
sys/dev/mlx/mlxreg.h
563
mc->mc_mailbox[0x2] = f1;
sys/dev/mlx/mlxreg.h
579
u_int16_t f1,
sys/dev/mlx/mlxreg.h
585
mc->mc_mailbox[0x2] = f1 & 0xff;
sys/dev/mlx/mlxreg.h
586
mc->mc_mailbox[0x3] = (f1 >> 8) & 0xff;
sys/dev/mlx/mlxreg.h
601
u_int8_t f1,
sys/dev/mlx/mlxreg.h
608
mc->mc_mailbox[0x2] = f1;
sys/dev/sym/sym_hipd.c
6922
u_int f1, f2;
sys/dev/sym/sym_hipd.c
6926
f1 = getfreq (np, gen);
sys/dev/sym/sym_hipd.c
6928
if (f1 > f2) f1 = f2; /* trust lower result */
sys/dev/sym/sym_hipd.c
6929
return f1;
sys/dev/sym/sym_hipd.c
6939
unsigned f1;
sys/dev/sym/sym_hipd.c
6951
f1 = 40000;
sys/dev/sym/sym_hipd.c
6968
f1 = sym_getfreq (np);
sys/dev/sym/sym_hipd.c
6971
device_printf(np->device, "chip clock is %uKHz\n", f1);
sys/dev/sym/sym_hipd.c
6973
if (f1 < 45000) f1 = 40000;
sys/dev/sym/sym_hipd.c
6974
else if (f1 < 55000) f1 = 50000;
sys/dev/sym/sym_hipd.c
6975
else f1 = 80000;
sys/dev/sym/sym_hipd.c
6977
if (f1 < 80000 && mult > 1) {
sys/dev/sym/sym_hipd.c
6984
if ((scntl3 & 7) == 3) f1 = 40000;
sys/dev/sym/sym_hipd.c
6985
else if ((scntl3 & 7) == 5) f1 = 80000;
sys/dev/sym/sym_hipd.c
6986
else f1 = 160000;
sys/dev/sym/sym_hipd.c
6988
f1 /= np->multiplier;
sys/dev/sym/sym_hipd.c
6994
f1 *= np->multiplier;
sys/dev/sym/sym_hipd.c
6995
np->clock_khz = f1;
sys/dev/xen/gntdev/gntdev.c
106
offset_cmp(struct file_offset_struct *f1, struct file_offset_struct *f2)
sys/dev/xen/gntdev/gntdev.c
108
return (f1->file_offset - f2->file_offset);
sys/fs/nfs/nfsdport.h
90
#define NFSVNO_CMPFH(f1, f2) \
sys/fs/nfs/nfsdport.h
91
(fsidcmp(&(f1)->fh_fsid, &(f2)->fh_fsid) == 0 && \
sys/fs/nfs/nfsdport.h
92
bcmp(&(f1)->fh_fid, &(f2)->fh_fid, sizeof(struct fid)) == 0)
sys/kern/subr_asan.c
1175
ASAN_SET_SHADOW(f1);
sys/netpfil/ipfw/ip_fw_pfil.c
90
SYSBEGIN(f1)
sys/powerpc/fpu/fpu_explode.c
132
#define FP_TOF(exp, expbias, allfrac, f0, f1, f2, f3) \
sys/powerpc/fpu/fpu_explode.c
138
fp->fp_mant[1] = f1; \
sys/powerpc/fpu/fpu_explode.c
148
fp->fp_mant[1] = f1; \
sys/powerpc/fpu/fpu_explode.c
155
fp->fp_mant[1] = f1; \
sys/powerpc/fpu/fpu_explode.c
169
u_int frac, f0, f1;
sys/powerpc/fpu/fpu_explode.c
175
f1 = frac << (32 - SNG_SHIFT);
sys/powerpc/fpu/fpu_explode.c
176
FP_TOF(exp, SNG_EXP_BIAS, frac, f0, f1, 0, 0);
sys/powerpc/fpu/fpu_explode.c
187
u_int frac, f0, f1, f2;
sys/powerpc/fpu/fpu_explode.c
193
f1 = (frac << (32 - DBL_SHIFT)) | (j >> DBL_SHIFT);
sys/powerpc/fpu/fpu_explode.c
196
FP_TOF(exp, DBL_EXP_BIAS, frac, f0, f1, f2, 0);
tests/sys/net/bpf/pcap-test.c
198
pcap_t *f1, *f2;
tests/sys/net/bpf/pcap-test.c
205
if ((f1 = pcap_open_offline(argv[0], errbuf)) == NULL)
tests/sys/net/bpf/pcap-test.c
207
if (pcap_loop(f1, 0, store_packet, (u_char *)&list1) != 0)
tests/sys/net/bpf/pcap-test.c
208
errx(1, "pcap_loop: %s", pcap_geterr(f1));
tests/sys/net/bpf/pcap-test.c
232
pcap_close(f1);
tools/regression/tls/ttls4/ttls4.c
33
pthread_create(&td, NULL, f1, NULL);
tools/regression/tls/ttls4/ttls4.c
38
pthread_create(&td, NULL, f1, NULL);
usr.bin/diff/diffreg.c
1001
dump_unified_vec(f1, f2, flags);
usr.bin/diff/diffreg.c
1067
change(char *file1, FILE *f1, char *file2, FILE *f2, int a, int b, int c, int d,
usr.bin/diff/diffreg.c
1089
line = preadline(fileno(f1),
usr.bin/diff/diffreg.c
1144
dump_context_vec(f1, f2, *pflags);
usr.bin/diff/diffreg.c
1146
dump_unified_vec(f1, f2, *pflags);
usr.bin/diff/diffreg.c
1185
curpos = ftell(f1);
usr.bin/diff/diffreg.c
1189
printf("%c", getc(f1));
usr.bin/diff/diffreg.c
1195
fetch(ixold, a, b, f1, '<', 1, *pflags);
usr.bin/diff/diffreg.c
1217
nc = fetch(ixold, a, b, f1, '\0', 1, *pflags);
usr.bin/diff/diffreg.c
1232
fetch(ixold, a, b, f1, '<', 1, *pflags);
usr.bin/diff/diffreg.c
1512
dump_context_vec(FILE *f1, FILE *f2, int flags)
usr.bin/diff/diffreg.c
1534
f = match_function(ixold, cvp->a - 1, f1);
usr.bin/diff/diffreg.c
1567
fetch(ixold, lowa, b, f1, ' ', 0, flags);
usr.bin/diff/diffreg.c
1569
fetch(ixold, lowa, a - 1, f1, ' ', 0, flags);
usr.bin/diff/diffreg.c
1570
fetch(ixold, a, b, f1,
usr.bin/diff/diffreg.c
1576
fetch(ixold, b + 1, upb, f1, ' ', 0, flags);
usr.bin/diff/diffreg.c
1619
dump_unified_vec(FILE *f1, FILE *f2, int flags)
usr.bin/diff/diffreg.c
1645
f = match_function(ixold, cvp->a - 1, f1);
usr.bin/diff/diffreg.c
1673
fetch(ixold, lowa, a - 1, f1, ' ', 0, flags);
usr.bin/diff/diffreg.c
1674
fetch(ixold, a, b, f1, '-', 0, flags);
usr.bin/diff/diffreg.c
1678
fetch(ixold, lowa, a - 1, f1, ' ', 0, flags);
usr.bin/diff/diffreg.c
1679
fetch(ixold, a, b, f1, '-', 0, flags);
usr.bin/diff/diffreg.c
271
FILE *f1, *f2;
usr.bin/diff/diffreg.c
276
f1 = f2 = NULL;
usr.bin/diff/diffreg.c
330
f1 = fopen(_PATH_DEVNULL, "r");
usr.bin/diff/diffreg.c
333
if ((f1 = opentemp(file1)) == NULL ||
usr.bin/diff/diffreg.c
334
fstat(fileno(f1), &stb1) == -1) {
usr.bin/diff/diffreg.c
341
f1 = stdin;
usr.bin/diff/diffreg.c
343
f1 = fopen(file1, "r");
usr.bin/diff/diffreg.c
345
if (f1 == NULL) {
usr.bin/diff/diffreg.c
383
if (caph_rights_limit(fileno(f1), &rights_ro) < 0)
usr.bin/diff/diffreg.c
387
if (fileno(f1) == STDIN_FILENO || fileno(f2) == STDIN_FILENO) {
usr.bin/diff/diffreg.c
402
switch (files_differ(f1, f2, flags)) {
usr.bin/diff/diffreg.c
409
if (ferror(f1))
usr.bin/diff/diffreg.c
427
(void)prepare(0, f1, stb1.st_size, flags);
usr.bin/diff/diffreg.c
429
} else if (!asciifile(f1) || !asciifile(f2) ||
usr.bin/diff/diffreg.c
430
!prepare(0, f1, stb1.st_size, flags) ||
usr.bin/diff/diffreg.c
468
check(f1, f2, flags);
usr.bin/diff/diffreg.c
469
output(file1, f1, file2, f2, flags);
usr.bin/diff/diffreg.c
479
if (f1 != NULL)
usr.bin/diff/diffreg.c
480
fclose(f1);
usr.bin/diff/diffreg.c
493
files_differ(FILE *f1, FILE *f2, int flags)
usr.bin/diff/diffreg.c
506
if ((i = fread(buf1, 1, sizeof(buf1), f1)) == 0 && ferror(f1))
usr.bin/diff/diffreg.c
745
check(FILE *f1, FILE *f2, int flags)
usr.bin/diff/diffreg.c
750
rewind(f1);
usr.bin/diff/diffreg.c
758
ixold[i] = ctold += skipline(f1);
usr.bin/diff/diffreg.c
767
c = getc(f1);
usr.bin/diff/diffreg.c
786
if ((c = getc(f1)) == '\n') {
usr.bin/diff/diffreg.c
789
ungetc(c, f1);
usr.bin/diff/diffreg.c
807
} while (isspace(c = getc(f1)));
usr.bin/diff/diffreg.c
815
c = getc(f1);
usr.bin/diff/diffreg.c
827
ctold += skipline(f1);
usr.bin/diff/diffreg.c
839
if ((c = getc(f1)) != (d = getc(f2))) {
usr.bin/diff/diffreg.c
843
ctold += skipline(f1);
usr.bin/diff/diffreg.c
922
output(char *file1, FILE *f1, char *file2, FILE *f2, int flags)
usr.bin/diff/diffreg.c
926
rewind(f1);
usr.bin/diff/diffreg.c
935
nc = fetch(ixold, i0, i0, f1, '\0', 1, flags);
usr.bin/diff/diffreg.c
959
change(file1, f1, file2, f2, i, i, j, j, &flags);
usr.bin/diff/diffreg.c
962
change(file1, f1, file2, f2, i, i, j + 1, j, &flags);
usr.bin/diff/diffreg.c
967
change(file1, f1, file2, f2, i + 1, i, j, j, &flags);
usr.bin/diff/diffreg.c
971
change(file1, f1, file2, f2, i0, i1, j0, j1, &flags);
usr.bin/diff/diffreg.c
983
change(file1, f1, file2, f2, i1, i0, j1, j0, &flags);
usr.bin/diff/diffreg.c
987
change(file1, f1, file2, f2, 1, 0, 1, len[1], &flags);
usr.bin/diff/diffreg.c
991
if ((c = getc(f1)) == EOF)
usr.bin/diff/diffreg.c
999
dump_context_vec(f1, f2, flags);
usr.bin/diff/diffreg_new.c
150
FILE *f1, *f2;
usr.bin/diff/diffreg_new.c
182
f1 = openfile(file1, &str1, &st1);
usr.bin/diff/diffreg_new.c
190
if (caph_rights_limit(fileno(f1), &rights_ro) < 0)
usr.bin/diff/diffreg_new.c
194
if (fileno(f1) == STDIN_FILENO || fileno(f2) == STDIN_FILENO) {
usr.bin/diff/diffreg_new.c
224
ret = diff_atomize_file(&left, cfg, f1, (uint8_t *)str1, st1.st_size,
usr.bin/diff/diffreg_new.c
296
fclose(f1);
usr.bin/netstat/inet.c
615
#define p2(f1, f2, m) if (tcpstat.f1 || tcpstat.f2 || sflag <= 1) \
usr.bin/netstat/inet.c
616
xo_emit(m, (uintmax_t )tcpstat.f1, plural(tcpstat.f1), \
usr.bin/netstat/inet.c
618
#define p2a(f1, f2, m) if (tcpstat.f1 || tcpstat.f2 || sflag <= 1) \
usr.bin/netstat/inet.c
619
xo_emit(m, (uintmax_t )tcpstat.f1, plural(tcpstat.f1), \
usr.bin/sdiff/sdiff.c
460
bindiff(FILE *f1, char *fn1, FILE *f2, char *fn2)
usr.bin/sdiff/sdiff.c
464
flockfile(f1);
usr.bin/sdiff/sdiff.c
467
ch1 = getc_unlocked(f1);
usr.bin/sdiff/sdiff.c
471
funlockfile(f1);
usr.bin/sdiff/sdiff.c
472
if (ferror(f1)) {
usr.bin/sdiotool/sdiotool.c
527
struct sdio_func f0, f1, f2;
usr.bin/sdiotool/sdiotool.c
535
brcmf_dev.func[1] = &f1;
usr.bin/sort/coll.c
313
*field_start = skip_fields_to_start(s, ks->f1, empty_field);
usr.bin/sort/coll.h
125
size_t f1;
usr.bin/sort/file.c
763
file_header_cmp(struct file_header *f1, struct file_header *f2)
usr.bin/sort/file.c
766
if (f1 == f2)
usr.bin/sort/file.c
769
if (f1->fr == NULL) {
usr.bin/sort/file.c
776
ret = list_coll(&(f1->si), &(f2->si));
usr.bin/sort/file.c
778
return ((f1->file_pos < f2->file_pos) ? -1 : +1);
usr.bin/sort/sort.c
661
ks->f1 = (size_t) strtoul(f, NULL, 10);
usr.bin/sort/sort.c
664
if (ks->f1 == 0) {
usr.bin/sort/sort.c
863
int c1, f1;
usr.bin/sort/sort.c
867
c1 = f1 = 0;
usr.bin/sort/sort.c
869
if (parse_pos_obs(arg1 + 1, &f1, &c1, sopts1) < 0)
usr.bin/sort/sort.c
872
f1 += 1;
usr.bin/sort/sort.c
890
f1, c1, sopts1, f2, c2, sopts2);
usr.bin/sort/sort.c
899
sprintf(sopt, "-k%d.%d%s", f1, c1, sopts1);
usr.bin/systat/vmstat.c
379
float f1, f2;
usr.bin/systat/vmstat.c
434
f1 = cputime(i);
usr.bin/systat/vmstat.c
435
f2 += f1;
usr.bin/systat/vmstat.c
437
putfloat(f1, GRAPHROW, GRAPHCOL + 10 * lc, 4, 1, 0);
usr.sbin/bluetooth/bthidd/kbd.c
343
int32_t f1, f2, i;
usr.sbin/bluetooth/bthidd/kbd.c
349
bit_ffs(s->keys1, xsize, &f1);
usr.sbin/bluetooth/bthidd/kbd.c
354
if (f1 == -1) {
usr.sbin/bluetooth/bthidd/kbd.c
368
assert(f1 != -1);
usr.sbin/bluetooth/bthidd/kbd.c
371
kbd_write(s->keys1, f1, 1, s->vkbd);
usr.sbin/bluetooth/bthidd/kbd.c
372
uinput_kbd_write(s->keys1, f1, 1, s->ukbd);
usr.sbin/bluetooth/bthidd/kbd.c
390
for (i = f1; i < xsize; i++) {
usr.sbin/bluetooth/bthidd/kbd.c
405
bit_ffs(s->keys1, xsize, &f1);
usr.sbin/bluetooth/bthidd/kbd.c
406
if (f1 > 0) {
usr.sbin/bluetooth/bthidd/kbd.c
407
kbd_write(s->keys1, f1, 1, s->vkbd);
usr.sbin/bluetooth/bthidd/kbd.c
408
uinput_kbd_write(s->keys1, f1, 1, s->ukbd);
usr.sbin/cdcontrol/cdcontrol.c
527
unsigned m1, m2, s1, s2, f1, f2;
usr.sbin/cdcontrol/cdcontrol.c
530
tr2 = m2 = s2 = f2 = f1 = 0;
usr.sbin/cdcontrol/cdcontrol.c
532
&tr1, &m1, &s1, &f1, &tr2, &m2, &s2, &f2))
usr.sbin/cdcontrol/cdcontrol.c
535
tr2 = m2 = s2 = f2 = f1 = 0;
usr.sbin/cdcontrol/cdcontrol.c
540
tr2 = m2 = s2 = f2 = f1 = 0;
usr.sbin/cdcontrol/cdcontrol.c
542
&tr1, &m1, &s1, &f1, &tr2, &m2, &s2))
usr.sbin/cdcontrol/cdcontrol.c
545
tr2 = m2 = s2 = f2 = f1 = 0;
usr.sbin/cdcontrol/cdcontrol.c
547
&tr1, &m1, &s1, &f1, &m2, &s2, &f2))
usr.sbin/cdcontrol/cdcontrol.c
550
tr2 = m2 = s2 = f2 = f1 = 0;
usr.sbin/cdcontrol/cdcontrol.c
552
&tr1, &m1, &s1, &f1, &m2, &s2))
usr.sbin/cdcontrol/cdcontrol.c
555
tr2 = m2 = s2 = f2 = f1 = 0;
usr.sbin/cdcontrol/cdcontrol.c
560
tr2 = m2 = s2 = f2 = f1 = 0;
usr.sbin/cdcontrol/cdcontrol.c
562
&tr1, &m1, &s1, &f1, &tr2, &m2))
usr.sbin/cdcontrol/cdcontrol.c
565
tr2 = m2 = s2 = f2 = f1 = 0;
usr.sbin/cdcontrol/cdcontrol.c
569
tr2 = m2 = s2 = f2 = f1 = 0;
usr.sbin/cdcontrol/cdcontrol.c
574
tr2 = m2 = s2 = f2 = f1 = 0;
usr.sbin/cdcontrol/cdcontrol.c
576
&tr1, &m1, &s1, &f1, &tr2))
usr.sbin/cdcontrol/cdcontrol.c
579
tr2 = m2 = s2 = f2 = f1 = 0;
usr.sbin/cdcontrol/cdcontrol.c
583
tr2 = m2 = s2 = f2 = f1 = 0;
usr.sbin/cdcontrol/cdcontrol.c
584
if (4 == sscanf (arg, "%d %d:%d.%d", &tr1, &m1, &s1, &f1))
usr.sbin/cdcontrol/cdcontrol.c
587
tr2 = m2 = s2 = f2 = f1 = 0;
usr.sbin/cdcontrol/cdcontrol.c
591
tr2 = m2 = s2 = f2 = f1 = 0;
usr.sbin/cdcontrol/cdcontrol.c
613
&& (f1 > tf))))) {
usr.sbin/cdcontrol/cdcontrol.c
618
f1 += tf;
usr.sbin/cdcontrol/cdcontrol.c
619
if (f1 >= 75) {
usr.sbin/cdcontrol/cdcontrol.c
620
s1 += f1 / 75;
usr.sbin/cdcontrol/cdcontrol.c
621
f1 %= 75;
usr.sbin/cdcontrol/cdcontrol.c
635
f2 += f1;
usr.sbin/cdcontrol/cdcontrol.c
706
return (play_msf (m1, s1, f1, m2, s2, f2));
usr.sbin/cdcontrol/cdcontrol.c
710
&m1, &s1, &f1, &m2, &s2, &f2) &&
usr.sbin/cdcontrol/cdcontrol.c
711
5 != sscanf (arg, "%d:%d.%d%d:%d", &m1, &s1, &f1, &m2, &s2) &&
usr.sbin/cdcontrol/cdcontrol.c
713
3 != sscanf (arg, "%d:%d.%d", &m1, &s1, &f1) &&
usr.sbin/cdcontrol/cdcontrol.c
731
return play_msf (m1, s1, f1, m2, s2, f2);