common/dist/zlib/examples/fitblk.c
104
inf->avail_out = RAWLEN;
common/dist/zlib/examples/fitblk.c
105
inf->next_out = raw;
common/dist/zlib/examples/fitblk.c
106
ret = inflate(inf, Z_NO_FLUSH);
common/dist/zlib/examples/fitblk.c
113
def->avail_in = RAWLEN - inf->avail_out;
common/dist/zlib/examples/fitblk.c
115
if (inf->avail_out != 0)
common/dist/zlib/examples/fitblk.c
134
z_stream def, inf; /* zlib deflate and inflate states */
common/dist/zlib/examples/fitblk.c
180
inf.zalloc = Z_NULL;
common/dist/zlib/examples/fitblk.c
181
inf.zfree = Z_NULL;
common/dist/zlib/examples/fitblk.c
182
inf.opaque = Z_NULL;
common/dist/zlib/examples/fitblk.c
183
inf.avail_in = 0;
common/dist/zlib/examples/fitblk.c
184
inf.next_in = Z_NULL;
common/dist/zlib/examples/fitblk.c
185
ret = inflateInit(&inf);
common/dist/zlib/examples/fitblk.c
193
inf.avail_in = size + EXCESS;
common/dist/zlib/examples/fitblk.c
194
inf.next_in = blk;
common/dist/zlib/examples/fitblk.c
197
ret = recompress(&inf, &def);
common/dist/zlib/examples/fitblk.c
202
ret = inflateReset(&inf);
common/dist/zlib/examples/fitblk.c
208
inf.avail_in = size - MARGIN; /* assure stream will complete */
common/dist/zlib/examples/fitblk.c
209
inf.next_in = tmp;
common/dist/zlib/examples/fitblk.c
212
ret = recompress(&inf, &def);
common/dist/zlib/examples/fitblk.c
224
ret = inflateEnd(&inf);
common/dist/zlib/examples/fitblk.c
96
local int recompress(z_streamp inf, z_streamp def)
common/dist/zlib/examples/zpipe.c
195
ret = inf(stdin, stdout);
common/dist/zlib/test/infcover.c
367
inf("63 0", "force window allocation", 0, -15, 1, Z_OK);
common/dist/zlib/test/infcover.c
368
inf("63 18 5", "force window replacement", 0, -8, 259, Z_OK);
common/dist/zlib/test/infcover.c
369
inf("63 18 68 30 d0 0 0", "force split window update", 4, -8, 259, Z_OK);
common/dist/zlib/test/infcover.c
370
inf("3 0", "use fixed blocks", 0, -15, 1, Z_STREAM_END);
common/dist/zlib/test/infcover.c
371
inf("", "bad window size", 0, 1, 0, Z_STREAM_ERROR);
common/dist/zlib/test/infcover.c
399
inf("1f 8b 0 0", "bad gzip method", 0, 31, 0, Z_DATA_ERROR);
common/dist/zlib/test/infcover.c
400
inf("1f 8b 8 80", "bad gzip flags", 0, 31, 0, Z_DATA_ERROR);
common/dist/zlib/test/infcover.c
401
inf("77 85", "bad zlib method", 0, 15, 0, Z_DATA_ERROR);
common/dist/zlib/test/infcover.c
402
inf("8 99", "set window size from header", 0, 0, 0, Z_OK);
common/dist/zlib/test/infcover.c
403
inf("78 9c", "bad zlib window size", 0, 8, 0, Z_DATA_ERROR);
common/dist/zlib/test/infcover.c
404
inf("78 9c 63 0 0 0 1 0 1", "check adler32", 0, 15, 1, Z_STREAM_END);
common/dist/zlib/test/infcover.c
405
inf("1f 8b 8 1e 0 0 0 0 0 0 1 0 0 0 0 0 0", "bad header crc", 0, 47, 1,
common/dist/zlib/test/infcover.c
407
inf("1f 8b 8 2 0 0 0 0 0 0 1d 26 3 0 0 0 0 0 0 0 0 0", "check gzip length",
common/dist/zlib/test/infcover.c
409
inf("78 90", "bad zlib header check", 0, 47, 0, Z_DATA_ERROR);
common/dist/zlib/test/infcover.c
410
inf("8 b8 0 0 0 1", "need dictionary", 0, 8, 0, Z_NEED_DICT);
common/dist/zlib/test/infcover.c
411
inf("78 9c 63 0", "compute adler32", 0, 15, 1, Z_OK);
common/dist/zlib/test/infcover.c
612
inf("2 8 20 80 0 3 0", "inflate_fast TYPE return", 0, -15, 258,
common/dist/zlib/test/infcover.c
614
inf("63 18 5 40 c 0", "window wrap", 3, -8, 300, Z_OK);
common/dist/zlib/test/infcover.c
644
inf("e5 e0 81 ad 6d cb b2 2c c9 01 1e 59 63 ae 7d ee fb 4d fd b5 35 41 68"
common/dist/zlib/test/infcover.c
646
inf("25 fd 81 b5 6d 59 b6 6a 49 ea af 35 6 34 eb 8c b9 f6 b9 1e ef 67 49"
common/dist/zlib/test/infcover.c
649
inf("3 7e 0 0 0 0 0", "fast invalid distance code", 0, -8, 258,
common/dist/zlib/test/infcover.c
651
inf("1b 7 0 0 0 0 0", "fast invalid literal/length code", 0, -8, 258,
common/dist/zlib/test/infcover.c
653
inf("d c7 1 ae eb 38 c 4 41 a0 87 72 de df fb 1f b8 36 b1 38 5d ff ff 0",
common/dist/zlib/test/infcover.c
655
inf("63 18 5 8c 10 8 0 0 0 0", "very common case", 0, -8, 259, Z_OK);
common/dist/zlib/test/infcover.c
656
inf("63 60 60 18 c9 0 8 18 18 18 26 c0 28 0 29 0 0 0",
common/dist/zlib/test/infcover.c
658
inf("63 0 3 0 0 0 0 0", "copy direct from output", 0, -8, 259,
games/fortune/fortune/fortune.c
1048
if (fp->inf == NULL && (fp->inf = fdopen(fp->fd, "r")) == NULL)
games/fortune/fortune/fortune.c
1305
while (fgets(sp, Fort_len, fp->inf) != NULL)
games/fortune/fortune/fortune.c
260
(void) fseek(fp->inf, (long)Seekpts[0], SEEK_SET);
games/fortune/fortune/fortune.c
261
for (Fort_len = 0; fgets(line, sizeof line, fp->inf) != NULL &&
games/fortune/fortune/fortune.c
284
(void) fseek(Fortfile->inf, (long)Seekpts[0], SEEK_SET);
games/fortune/fortune/fortune.c
286
while (fgets(line, sizeof line, Fortfile->inf) != NULL &&
games/fortune/fortune/fortune.c
593
fp->inf = NULL;
games/fortune/fortune/fortune.c
669
obscene->inf = NULL;
games/fortune/fortune/fortune.c
95
FILE *inf;
games/fortune/strfile/strfile.c
156
FILE *inf, *outf;
games/fortune/strfile/strfile.c
170
if ((inf = fopen(Infile, "r")) == NULL)
games/fortune/strfile/strfile.c
187
add_offset(outf, ftell(inf));
games/fortune/strfile/strfile.c
190
sp = fgets(string, 256, inf);
games/fortune/strfile/strfile.c
192
pos = ftell(inf);
games/fortune/strfile/strfile.c
222
(void) fclose(inf);
games/hangman/getword.c
50
FILE *inf;
games/hangman/getword.c
54
inf = Dict;
games/hangman/getword.c
57
fseek(inf, pos, SEEK_SET);
games/hangman/getword.c
58
if (fgets(Word, BUFSIZ, inf) == NULL)
games/hangman/getword.c
60
if (fgets(Word, BUFSIZ, inf) == NULL)
games/mille/save.c
152
int inf;
games/mille/save.c
156
if ((inf = open(file, O_RDONLY)) < 0) {
games/mille/save.c
160
if (fstat(inf, &sbuf) < 0) { /* get file stats */
games/mille/save.c
164
varpush(inf, readv);
games/mille/save.c
165
close(inf);
games/monop/execute.c
359
FILE *inf;
games/monop/execute.c
365
inf = fopen(file, "r");
games/monop/execute.c
366
if (inf == NULL) {
games/monop/execute.c
371
if (fstat(fileno(inf), &sbuf) < 0) {
games/monop/execute.c
382
while (fgets(readbuf, sizeof(readbuf), inf)) {
games/monop/execute.c
402
if (ferror(inf))
games/monop/execute.c
404
fclose(inf);
games/robots/score.c
102
write(inf, &max_uid, sizeof max_uid);
games/robots/score.c
111
write(inf, Top, sizeof Top);
games/robots/score.c
123
int inf = score_wfd;
games/robots/score.c
129
if (inf < 0)
games/robots/score.c
132
read_score(inf);
games/robots/score.c
163
lseek(inf, 0, SEEK_SET);
games/robots/score.c
191
write_score(inf);
games/robots/score.c
193
lseek(inf, 0, SEEK_SET);
games/robots/score.c
226
int inf;
games/robots/score.c
228
if ((inf = open(Scorefile, O_RDONLY)) < 0) {
games/robots/score.c
233
read_score(inf);
games/robots/score.c
234
close(inf);
games/robots/score.c
235
inf = 1;
games/robots/score.c
241
inf++, scp->s_score, scp->s_name,
games/robots/score.c
69
read_score(int inf)
games/robots/score.c
73
if (read(inf, &max_uid, sizeof max_uid) == sizeof max_uid &&
games/robots/score.c
74
read(inf, Top, sizeof Top) == sizeof Top) {
games/robots/score.c
95
write_score(int inf)
games/robots/score.c
99
lseek(inf, 0L, SEEK_SET);
lib/libm/src/k_standard.c
88
#define HUGE_VAL inf
lib/libm/src/k_standard.c
89
double inf = 0.0;
lib/libm/src/k_standard.c
91
SET_HIGH_WORD(inf,0x7ff00000); /* set inf to infinite */
sbin/newfs_udf/udf_core.c
676
strcpy((char *) charspec->inf, "OSTA Compressed Unicode");
sbin/newfs_udf/udf_core.c
699
is_osta_typ0 &= (strcmp((char *) chsp->inf, osta_id) == 0);
sbin/newfs_udf/udf_core.c
755
is_osta_typ0 &= (strcmp((char *) chsp->inf, osta_id) == 0);
sys/arch/hppa/stand/xxboot/main.c
313
struct loadinfo inf;
sys/arch/hppa/stand/xxboot/main.c
331
inf.sec_size = sz;
sys/arch/hppa/stand/xxboot/main.c
332
inf.entry_offset = 0;
sys/arch/hppa/stand/xxboot/main.c
333
if (xi_load(&inf, (void *) loadadr)) {
sys/arch/hppa/stand/xxboot/main.c
339
dispatch(interactive, loadadr, loadadr + inf.sec_size, part,
sys/arch/hppa/stand/xxboot/main.c
340
loadadr + inf.entry_offset);
sys/arch/hppa/stand/xxboot/main.c
347
xi_elf32(struct loadinfo *inf, Elf32_Ehdr *hdr)
sys/arch/hppa/stand/xxboot/main.c
354
inf->sec_image = top + ph->p_offset;
sys/arch/hppa/stand/xxboot/main.c
355
inf->sec_size = ph->p_filesz;
sys/arch/hppa/stand/xxboot/main.c
357
inf->sec_pad = ph->p_memsz - ph->p_filesz;
sys/arch/hppa/stand/xxboot/main.c
360
inf->entry_offset = hdr->e_entry - ph->p_vaddr;
sys/arch/hppa/stand/xxboot/main.c
364
xi_elf64(struct loadinfo *inf, Elf64_Ehdr *hdr)
sys/arch/hppa/stand/xxboot/main.c
375
inf->sec_image = top + (unsigned) ph->p_offset;
sys/arch/hppa/stand/xxboot/main.c
376
inf->sec_size = (unsigned) ph->p_filesz;
sys/arch/hppa/stand/xxboot/main.c
378
inf->sec_pad = (unsigned) ph->p_memsz - (unsigned) ph->p_filesz;
sys/arch/hppa/stand/xxboot/main.c
381
inf->entry_offset = (unsigned) hdr->e_entry - (unsigned) ph->p_vaddr;
sys/arch/hppa/stand/xxboot/main.c
385
xi_load(struct loadinfo *inf, void *buf)
sys/arch/hppa/stand/xxboot/main.c
413
xi_elf32(inf, e32hdr);
sys/arch/hppa/stand/xxboot/main.c
422
xi_elf64(inf, e64hdr);
sys/arch/hppa/stand/xxboot/main.c
428
memmove(buf, inf->sec_image, inf->sec_size);
sys/arch/hppa/stand/xxboot/main.c
431
memset((char *) buf + inf->sec_size, 0, inf->sec_pad);
sys/arch/m68k/fpe/fpu_implode.c
158
int inf;
sys/arch/m68k/fpe/fpu_implode.c
165
inf = 1;
sys/arch/m68k/fpe/fpu_implode.c
169
inf = 0;
sys/arch/m68k/fpe/fpu_implode.c
173
inf = (sign == 0);
sys/arch/m68k/fpe/fpu_implode.c
177
inf = sign;
sys/arch/m68k/fpe/fpu_implode.c
180
return (inf);
sys/arch/powerpc/fpu/fpu_implode.c
171
int inf;
sys/arch/powerpc/fpu/fpu_implode.c
178
inf = 1;
sys/arch/powerpc/fpu/fpu_implode.c
182
inf = 0;
sys/arch/powerpc/fpu/fpu_implode.c
186
inf = sign == 0;
sys/arch/powerpc/fpu/fpu_implode.c
190
inf = sign;
sys/arch/powerpc/fpu/fpu_implode.c
193
return (inf);
sys/arch/sparc/fpu/fpu_implode.c
165
int inf;
sys/arch/sparc/fpu/fpu_implode.c
172
inf = 1;
sys/arch/sparc/fpu/fpu_implode.c
176
inf = 0;
sys/arch/sparc/fpu/fpu_implode.c
180
inf = sign == 0;
sys/arch/sparc/fpu/fpu_implode.c
184
inf = sign;
sys/arch/sparc/fpu/fpu_implode.c
187
return (inf);
sys/arch/x68k/stand/aout2hux/aout2hux.c
139
open_aout(const char *fn, struct aout_m68k *hdr, struct exec_info *inf)
sys/arch/x68k/stand/aout2hux/aout2hux.c
161
inf->text_size = get_uint32(&hdr->a_text);
sys/arch/x68k/stand/aout2hux/aout2hux.c
162
inf->data_size = get_uint32(&hdr->a_data);
sys/arch/x68k/stand/aout2hux/aout2hux.c
163
inf->bss_size = get_uint32(&hdr->a_bss);
sys/arch/x68k/stand/aout2hux/aout2hux.c
164
inf->entry_addr = get_uint32(&hdr->a_entry);
sys/arch/x68k/stand/aout2hux/aout2hux.c
165
inf->text_off = sizeof(struct aout_m68k);
sys/arch/x68k/stand/aout2hux/aout2hux.c
166
inf->data_off = sizeof(struct aout_m68k) + inf->text_size;
sys/arch/x68k/stand/aout2hux/aout2hux.c
167
inf->text_pad = -inf->text_size & (AOUT_PAGESIZE(hdr) - 1);
sys/arch/x68k/stand/aout2hux/aout2hux.c
176
open_elf(const char *fn, FILE *fp, struct elf_m68k_hdr *hdr, struct exec_info *inf)
sys/arch/x68k/stand/aout2hux/aout2hux.c
273
inf->text_off = get_uint32(&phdr[0].p_offset);
sys/arch/x68k/stand/aout2hux/aout2hux.c
274
inf->text_size = get_uint32(&shdr.sh_offset) -
sys/arch/x68k/stand/aout2hux/aout2hux.c
275
inf->text_off;
sys/arch/x68k/stand/aout2hux/aout2hux.c
276
inf->text_pad = 0;
sys/arch/x68k/stand/aout2hux/aout2hux.c
277
inf->data_off = inf->text_off + inf->text_size;
sys/arch/x68k/stand/aout2hux/aout2hux.c
278
inf->data_size = get_uint32(&phdr[0].p_filesz) -
sys/arch/x68k/stand/aout2hux/aout2hux.c
279
inf->text_size;
sys/arch/x68k/stand/aout2hux/aout2hux.c
280
inf->bss_size = get_uint32(&phdr[0].p_memsz) -
sys/arch/x68k/stand/aout2hux/aout2hux.c
282
inf->entry_addr = get_uint32(&hdr->e_entry);
sys/arch/x68k/stand/aout2hux/aout2hux.c
290
inf->text_size = get_uint32(&phdr[0].p_filesz);
sys/arch/x68k/stand/aout2hux/aout2hux.c
291
inf->data_size = 0;
sys/arch/x68k/stand/aout2hux/aout2hux.c
292
inf->bss_size = get_uint32(&phdr[0].p_memsz) - inf->text_size;
sys/arch/x68k/stand/aout2hux/aout2hux.c
293
inf->entry_addr = get_uint32(&hdr->e_entry);
sys/arch/x68k/stand/aout2hux/aout2hux.c
294
inf->text_off = get_uint32(&phdr[0].p_offset);
sys/arch/x68k/stand/aout2hux/aout2hux.c
295
inf->data_off = 0;
sys/arch/x68k/stand/aout2hux/aout2hux.c
296
inf->text_pad = 0;
sys/arch/x68k/stand/aout2hux/aout2hux.c
303
inf->text_size = get_uint32(&phdr[0].p_filesz);
sys/arch/x68k/stand/aout2hux/aout2hux.c
304
inf->data_size = 0;
sys/arch/x68k/stand/aout2hux/aout2hux.c
305
inf->bss_size = 0;
sys/arch/x68k/stand/aout2hux/aout2hux.c
306
inf->entry_addr = get_uint32(&hdr->e_entry);
sys/arch/x68k/stand/aout2hux/aout2hux.c
307
inf->text_off = get_uint32(&phdr[0].p_offset);
sys/arch/x68k/stand/aout2hux/aout2hux.c
308
inf->data_off = 0;
sys/arch/x68k/stand/aout2hux/aout2hux.c
309
inf->text_pad = get_uint32(&phdr[0].p_memsz) - inf->text_size;
sys/arch/x68k/stand/aout2hux/aout2hux.c
349
inf->text_size = get_uint32(&phdr[t].p_filesz);
sys/arch/x68k/stand/aout2hux/aout2hux.c
350
inf->data_size = get_uint32(&phdr[d].p_filesz);
sys/arch/x68k/stand/aout2hux/aout2hux.c
351
inf->bss_size = get_uint32(&phdr[d].p_memsz) - inf->data_size;
sys/arch/x68k/stand/aout2hux/aout2hux.c
352
inf->entry_addr = get_uint32(&hdr->e_entry);
sys/arch/x68k/stand/aout2hux/aout2hux.c
353
inf->text_off = get_uint32(&phdr[t].p_offset);
sys/arch/x68k/stand/aout2hux/aout2hux.c
354
inf->data_off = get_uint32(&phdr[d].p_offset);
sys/arch/x68k/stand/aout2hux/aout2hux.c
355
inf->text_pad = get_uint32(&phdr[d].p_vaddr) -
sys/arch/x68k/stand/aout2hux/aout2hux.c
356
(get_uint32(&phdr[t].p_vaddr) + inf->text_size);
sys/arch/x68k/stand/aout2hux/aout2hux.c
366
open_exec(const char *fn, struct exec_info *inf)
sys/arch/x68k/stand/aout2hux/aout2hux.c
394
if (open_aout(fn, hdra, inf))
sys/arch/x68k/stand/aout2hux/aout2hux.c
425
if (open_elf(fn, fp, hdre, inf))
sys/arch/x68k/stand/aout2hux/aout2hux.c
71
struct exec_info *inf);
sys/arch/x68k/stand/aout2hux/aout2hux.c
73
struct exec_info *inf);
sys/arch/x68k/stand/aout2hux/aout2hux.c
74
FILE *open_exec(const char *fn, struct exec_info *inf);
sys/dev/ata/satapmp_subr.c
272
uint32_t id, rev, inf;
sys/dev/ata/satapmp_subr.c
285
satapmp_read(chp, PMP_PORT_CTL, PMP_GSCR_INF, &inf, xfer) != 0) {
sys/dev/ata/satapmp_subr.c
293
PMP_INF_NPORTS(inf));
sys/dev/ata/satapmp_subr.c
306
chp->ch_satapmp_nports = PMP_INF_NPORTS(inf);
sys/dev/ic/ndisreg.h
384
#define NDIS_VLAN_INFO_ID(inf) (((inf) & NDIS_VLAN_INFO_ID_MASK) >> 4)
sys/dev/ic/ndisreg.h
385
#define NDIS_VLAN_INFO_CFI(inf) (((inf) & NDIS_VLAN_INFO_CFI_MASK) >> 3)
sys/dev/ic/ndisreg.h
386
#define NDIS_VLAN_INFO_PRI(inf) ((inf) & NDIS_VLAN_INFO_PRI_MASK)
sys/fs/udf/ecma167-udf.h
219
uint8_t inf[63];
sys/fs/udf/udf_subr.c
2239
strcpy((char *) charspec->inf, "OSTA Compressed Unicode");
sys/fs/udf/udf_subr.c
4210
is_osta_typ0 &= (strcmp((char *) chsp->inf, osta_id) == 0);
sys/fs/udf/udf_subr.c
4266
is_osta_typ0 &= (strcmp((char *) chsp->inf, osta_id) == 0);
sys/net/npf/npf.h
205
npf_iscached(const npf_cache_t *npc, const int inf)
sys/net/npf/npf.h
208
return __predict_true((npc->npc_info & inf) != 0);
tests/lib/libc/gen/t_fpclassify.c
1115
volatile long double inf = INFINITY;
tests/lib/libc/gen/t_fpclassify.c
1118
ATF_CHECK_MSG(!isnan(inf), "inf=%La", inf);
tests/lib/libc/gen/t_fpclassify.c
1122
ATF_CHECK_MSG(!issignalling(inf), "inf=%La", inf);
tests/lib/libc/gen/t_fpclassify.c
1126
ATF_CHECK_MSG(isinf(inf), "inf=%La", inf);
tests/lib/libc/gen/t_fpclassify.c
1129
ATF_CHECK_MSG(!isnormal(inf), "inf=%La", inf);
tests/lib/libc/gen/t_fpclassify.c
1132
ATF_CHECK_MSG(!issubnormal(inf), "inf=%La", inf);
tests/lib/libc/gen/t_fpclassify.c
1135
ATF_CHECK_MSG(!iszero(inf), "inf=%La", inf);
tests/lib/libc/gen/t_fpclassify.c
1138
ATF_CHECK_EQ_MSG(fpclassify(inf), FP_INFINITE,
tests/lib/libc/gen/t_fpclassify.c
1140
inf, fpclassify(inf), FP_INFINITE);
tests/lib/libc/gen/t_fpclassify.c
1144
ATF_CHECK_MSG(!isnan(-inf), "-inf=%La", -inf);
tests/lib/libc/gen/t_fpclassify.c
1148
ATF_CHECK_MSG(!issignalling(-inf), "-inf=%La", -inf);
tests/lib/libc/gen/t_fpclassify.c
1152
ATF_CHECK_MSG(isinf(-inf), "-inf=%La", -inf);
tests/lib/libc/gen/t_fpclassify.c
1155
ATF_CHECK_MSG(!isnormal(-inf), "-inf=%La", -inf);
tests/lib/libc/gen/t_fpclassify.c
1158
ATF_CHECK_MSG(!issubnormal(-inf), "-inf=%La", -inf);
tests/lib/libc/gen/t_fpclassify.c
1161
ATF_CHECK_MSG(!iszero(-inf), "-inf=%La", -inf);
tests/lib/libc/gen/t_fpclassify.c
1164
ATF_CHECK_EQ_MSG(fpclassify(-inf), FP_INFINITE,
tests/lib/libc/gen/t_fpclassify.c
1166
-inf, fpclassify(-inf), FP_INFINITE);
tests/lib/libc/gen/t_fpclassify.c
459
volatile float inf = INFINITY;
tests/lib/libc/gen/t_fpclassify.c
462
ATF_CHECK_MSG(!isnan(inf), "inf=%a", inf);
tests/lib/libc/gen/t_fpclassify.c
466
ATF_CHECK_MSG(!issignalling(inf), "inf=%a", inf);
tests/lib/libc/gen/t_fpclassify.c
470
ATF_CHECK_MSG(isinf(inf), "inf=%a", inf);
tests/lib/libc/gen/t_fpclassify.c
473
ATF_CHECK_MSG(!isnormal(inf), "inf=%a", inf);
tests/lib/libc/gen/t_fpclassify.c
476
ATF_CHECK_MSG(!issubnormal(inf), "inf=%a", inf);
tests/lib/libc/gen/t_fpclassify.c
479
ATF_CHECK_MSG(!iszero(inf), "inf=%a", inf);
tests/lib/libc/gen/t_fpclassify.c
482
ATF_CHECK_EQ_MSG(fpclassify(inf), FP_INFINITE,
tests/lib/libc/gen/t_fpclassify.c
484
inf, fpclassify(inf), FP_INFINITE);
tests/lib/libc/gen/t_fpclassify.c
488
ATF_CHECK_MSG(!isnan(-inf), "-inf=%a", -inf);
tests/lib/libc/gen/t_fpclassify.c
492
ATF_CHECK_MSG(!issignalling(-inf), "-inf=%a", -inf);
tests/lib/libc/gen/t_fpclassify.c
496
ATF_CHECK_MSG(isinf(-inf), "-inf=%a", -inf);
tests/lib/libc/gen/t_fpclassify.c
499
ATF_CHECK_MSG(!isnormal(-inf), "-inf=%a", -inf);
tests/lib/libc/gen/t_fpclassify.c
502
ATF_CHECK_MSG(!issubnormal(-inf), "-inf=%a", -inf);
tests/lib/libc/gen/t_fpclassify.c
505
ATF_CHECK_MSG(!iszero(-inf), "-inf=%a", -inf);
tests/lib/libc/gen/t_fpclassify.c
508
ATF_CHECK_EQ_MSG(fpclassify(-inf), FP_INFINITE,
tests/lib/libc/gen/t_fpclassify.c
510
-inf, fpclassify(inf), FP_INFINITE);
tests/lib/libc/gen/t_fpclassify.c
784
volatile double inf = INFINITY;
tests/lib/libc/gen/t_fpclassify.c
787
ATF_CHECK_MSG(!isnan(inf), "inf=%a", inf);
tests/lib/libc/gen/t_fpclassify.c
791
ATF_CHECK_MSG(!issignalling(inf), "inf=%a", inf);
tests/lib/libc/gen/t_fpclassify.c
795
ATF_CHECK_MSG(isinf(inf), "inf=%a", inf);
tests/lib/libc/gen/t_fpclassify.c
798
ATF_CHECK_MSG(!isnormal(inf), "inf=%a", inf);
tests/lib/libc/gen/t_fpclassify.c
801
ATF_CHECK_MSG(!issubnormal(inf), "inf=%a", inf);
tests/lib/libc/gen/t_fpclassify.c
804
ATF_CHECK_MSG(!iszero(inf), "inf=%a", inf);
tests/lib/libc/gen/t_fpclassify.c
807
ATF_CHECK_EQ_MSG(fpclassify(inf), FP_INFINITE,
tests/lib/libc/gen/t_fpclassify.c
809
inf, fpclassify(inf), FP_INFINITE);
tests/lib/libc/gen/t_fpclassify.c
813
ATF_CHECK_MSG(!isnan(-inf), "-inf=%a", -inf);
tests/lib/libc/gen/t_fpclassify.c
817
ATF_CHECK_MSG(!issignalling(-inf), "-inf=%a", -inf);
tests/lib/libc/gen/t_fpclassify.c
821
ATF_CHECK_MSG(isinf(-inf), "-inf=%a", -inf);
tests/lib/libc/gen/t_fpclassify.c
824
ATF_CHECK_MSG(!isnormal(-inf), "-inf=%a", -inf);
tests/lib/libc/gen/t_fpclassify.c
827
ATF_CHECK_MSG(!issubnormal(-inf), "-inf=%a", -inf);
tests/lib/libc/gen/t_fpclassify.c
830
ATF_CHECK_MSG(!iszero(-inf), "-inf=%a", -inf);
tests/lib/libc/gen/t_fpclassify.c
833
ATF_CHECK_EQ_MSG(fpclassify(-inf), FP_INFINITE,
tests/lib/libc/gen/t_fpclassify.c
835
-inf, fpclassify(-inf), FP_INFINITE);
usr.bin/crunch/crunchide/exec_aout.c
110
if(fstat(inf, &infstat) == -1) {
usr.bin/crunch/crunchide/exec_aout.c
125
if((rc = read(inf, aoutdata, infstat.st_size)) < infstat.st_size) {
usr.bin/crunch/crunchide/exec_aout.c
185
lseek(inf, 0, SEEK_SET);
usr.bin/crunch/crunchide/exec_aout.c
186
if((rc = write(inf, aoutdata, infstat.st_size)) < infstat.st_size) {
usr.bin/crunch/crunchide/exec_aout.c
77
int check_aout(int inf, const char *filename)
usr.bin/crunch/crunchide/exec_aout.c
86
if(fstat(inf, &infstat) == -1)
usr.bin/crunch/crunchide/exec_aout.c
90
if(read(inf, &eh, sizeof eh) != sizeof eh)
usr.bin/crunch/crunchide/exec_aout.c
99
int hide_aout(int inf, const char *filename)
usr.bin/ctags/C.c
136
(void)ungetc(c, inf);
usr.bin/ctags/C.c
153
do c = getc(inf);
usr.bin/ctags/C.c
158
ungetc(c, inf);
usr.bin/ctags/C.c
334
(void)ungetc(c, inf);
usr.bin/ctags/C.c
347
(void)ungetc(c, inf);
usr.bin/ctags/C.c
372
ungetc(c, inf);
usr.bin/ctags/C.c
455
(void)ungetc(c, inf);
usr.bin/ctags/C.c
490
ungetc(c, inf);
usr.bin/ctags/C.c
560
(void)ungetc(c, inf);
usr.bin/ctags/C.c
72
lineftell = ftell(inf);
usr.bin/ctags/ctags.c
158
if (!(inf = fopen(argv[step], "r"))) {
usr.bin/ctags/ctags.c
165
(void)fclose(inf);
usr.bin/ctags/ctags.c
298
rewind(inf);
usr.bin/ctags/ctags.c
315
rewind(inf);
usr.bin/ctags/ctags.c
331
rewind(inf);
usr.bin/ctags/ctags.c
67
FILE *inf; /* ioptr for current input file */
usr.bin/ctags/ctags.h
47
#define SETLINE {++lineno;lineftell = ftell(inf);}
usr.bin/ctags/ctags.h
48
#define GETC(op,exp) ((c = getc(inf)) op (int)exp)
usr.bin/ctags/ctags.h
68
extern FILE *inf; /* ioptr for current input file */
usr.bin/ctags/fortran.c
64
lineftell = ftell(inf);
usr.bin/ctags/fortran.c
65
if (!fgets(lbuf, sizeof(lbuf), inf))
usr.bin/ctags/lisp.c
65
lineftell = ftell(inf);
usr.bin/ctags/lisp.c
66
if (!fgets(lbuf, sizeof(lbuf), inf))
usr.bin/ctags/print.c
66
saveftell = ftell(inf);
usr.bin/ctags/print.c
67
(void)fseek(inf, lineftell, SEEK_SET);
usr.bin/ctags/print.c
97
(void)fseek(inf, saveftell, SEEK_SET);
usr.bin/ctags/yacc.c
122
(void)ungetc(c, inf);
usr.bin/ctags/yacc.c
142
lineftell = ftell(inf);
usr.bin/ctags/yacc.c
147
lineftell = ftell(inf);
usr.bin/ctags/yacc.c
88
(void)ungetc(c, inf);
usr.bin/ctags/yacc.c
94
(void)ungetc(c, inf);
usr.bin/pr/pr.c
1028
inln(FILE *inf, char *buf, int lim, int *cps, int trnc, int *mor)
usr.bin/pr/pr.c
1042
while ((--lim >= 0) && ((ch = getc(inf)) != EOF)) {
usr.bin/pr/pr.c
1056
if ((col > lim) && (ungetc(ch, inf) == EOF))
usr.bin/pr/pr.c
1074
while ((--lim >= 0) && ((ch = getc(inf)) != EOF)) {
usr.bin/pr/pr.c
1104
while ((ch = getc(inf)) != EOF) {
usr.bin/pr/pr.c
1270
inskip(FILE *inf, int pgcnt, int lncnt)
usr.bin/pr/pr.c
1277
while ((c = getc(inf)) != EOF) {
usr.bin/pr/pr.c
1282
if (inf != stdin)
usr.bin/pr/pr.c
1283
(void)fclose(inf);
usr.bin/pr/pr.c
1300
FILE *inf = NULL;
usr.bin/pr/pr.c
1316
inf = stdin;
usr.bin/pr/pr.c
1322
return(inf);
usr.bin/pr/pr.c
1339
inf = stdin;
usr.bin/pr/pr.c
1346
return(inf);
usr.bin/pr/pr.c
1360
if ((inf = fopen(argv[eoptind], "r")) == NULL) {
usr.bin/pr/pr.c
1376
return(inf);
usr.bin/pr/pr.c
1389
if (fstat(fileno(inf), &statbuf) < 0) {
usr.bin/pr/pr.c
1391
(void)fclose(inf);
usr.bin/pr/pr.c
1402
if (inf == NULL)
usr.bin/pr/pr.c
1410
if (inf != stdin)
usr.bin/pr/pr.c
1411
(void)fclose(inf);
usr.bin/pr/pr.c
1415
return(inf);
usr.bin/pr/pr.c
185
FILE *inf = NULL;
usr.bin/pr/pr.c
220
while ((inf = nxtfile(argc, argv, &fname, ohbuf, 0)) != NULL) {
usr.bin/pr/pr.c
225
if (inskip(inf, pgnm, lines))
usr.bin/pr/pr.c
249
if ((cnt = inln(inf,lbuf,LBUF,&cps,0,&mor)) < 0)
usr.bin/pr/pr.c
301
if (inf != stdin)
usr.bin/pr/pr.c
302
(void)fclose(inf);
usr.bin/pr/pr.c
313
if (inf != NULL && inf != stdin)
usr.bin/pr/pr.c
314
(void)fclose(inf);
usr.bin/pr/pr.c
348
FILE *inf = NULL;
usr.bin/pr/pr.c
414
while ((inf = nxtfile(argc, argv, &fname, ohbuf, 0)) != NULL) {
usr.bin/pr/pr.c
419
if (inskip(inf, pgnm, lines))
usr.bin/pr/pr.c
469
cnt = inln(inf,ptbf,colwd,&cps,1,&mor);
usr.bin/pr/pr.c
627
if (inf != stdin)
usr.bin/pr/pr.c
628
(void)fclose(inf);
usr.bin/pr/pr.c
642
if (inf != NULL && inf != stdin)
usr.bin/pr/pr.c
643
(void)fclose(inf);
usr.bin/pr/pr.c
666
FILE *inf = NULL;
usr.bin/pr/pr.c
690
while ((inf = nxtfile(argc, argv, &fname, ohbuf, 0)) != NULL) {
usr.bin/pr/pr.c
692
if (inskip(inf, pgnm, lines))
usr.bin/pr/pr.c
725
if ((cnt = inln(inf,ptbf,colwd,&cps,1,
usr.bin/pr/pr.c
781
if (inf != stdin)
usr.bin/pr/pr.c
782
(void)fclose(inf);
usr.bin/pr/pr.c
793
if (inf != NULL && inf != stdin)
usr.bin/pr/pr.c
794
(void)fclose(inf);
usr.bin/rpcinfo/rpcinfo.c
1034
(void)memset(&inf, 0, sizeof (rpcb_stat_byvers));
usr.bin/rpcinfo/rpcinfo.c
1036
(xdrproc_t)xdr_rpcb_stat_byvers, (char *)(void *)&inf,
usr.bin/rpcinfo/rpcinfo.c
1048
inf[RPCBVERS_2_STAT].setinfo);
usr.bin/rpcinfo/rpcinfo.c
1052
inf[RPCBVERS_2_STAT].unsetinfo);
usr.bin/rpcinfo/rpcinfo.c
1056
for (pa = inf[RPCBVERS_2_STAT].addrinfo; pa;
usr.bin/rpcinfo/rpcinfo.c
1063
for (pr = inf[RPCBVERS_2_STAT].rmtinfo; pr;
usr.bin/rpcinfo/rpcinfo.c
1072
inf[RPCBVERS_2_STAT].info[i]);
usr.bin/rpcinfo/rpcinfo.c
1084
if (inf[RPCBVERS_2_STAT].info[PMAPPROC_CALLIT]) {
usr.bin/rpcinfo/rpcinfo.c
1086
print_rmtcallstat(RPCBVERS_2_STAT, &inf[RPCBVERS_2_STAT]);
usr.bin/rpcinfo/rpcinfo.c
1090
if (inf[RPCBVERS_2_STAT].info[PMAPPROC_GETPORT]) {
usr.bin/rpcinfo/rpcinfo.c
1092
print_getaddrstat(RPCBVERS_2_STAT, &inf[RPCBVERS_2_STAT]);
usr.bin/rpcinfo/rpcinfo.c
1103
inf[RPCBVERS_3_STAT].setinfo);
usr.bin/rpcinfo/rpcinfo.c
1107
inf[RPCBVERS_3_STAT].unsetinfo);
usr.bin/rpcinfo/rpcinfo.c
1111
for (pa = inf[RPCBVERS_3_STAT].addrinfo; pa;
usr.bin/rpcinfo/rpcinfo.c
1118
for (pr = inf[RPCBVERS_3_STAT].rmtinfo; pr;
usr.bin/rpcinfo/rpcinfo.c
1127
"%d", inf[RPCBVERS_3_STAT].info[i]);
usr.bin/rpcinfo/rpcinfo.c
1139
if (inf[RPCBVERS_3_STAT].info[RPCBPROC_CALLIT]) {
usr.bin/rpcinfo/rpcinfo.c
1141
print_rmtcallstat(RPCBVERS_3_STAT, &inf[RPCBVERS_3_STAT]);
usr.bin/rpcinfo/rpcinfo.c
1145
if (inf[RPCBVERS_3_STAT].info[RPCBPROC_GETADDR]) {
usr.bin/rpcinfo/rpcinfo.c
1147
print_getaddrstat(RPCBVERS_3_STAT, &inf[RPCBVERS_3_STAT]);
usr.bin/rpcinfo/rpcinfo.c
1160
"%d/", inf[RPCBVERS_4_STAT].setinfo);
usr.bin/rpcinfo/rpcinfo.c
1164
"%d/", inf[RPCBVERS_4_STAT].unsetinfo);
usr.bin/rpcinfo/rpcinfo.c
1168
for (pa = inf[RPCBVERS_4_STAT].addrinfo; pa;
usr.bin/rpcinfo/rpcinfo.c
1176
for (pr = inf[RPCBVERS_4_STAT].rmtinfo; pr;
usr.bin/rpcinfo/rpcinfo.c
1193
"%d", inf[RPCBVERS_4_STAT].info[i]);
usr.bin/rpcinfo/rpcinfo.c
1197
"%d", inf[RPCBVERS_4_STAT].info[i] +
usr.bin/rpcinfo/rpcinfo.c
1198
inf[RPCBVERS_4_STAT].
usr.bin/rpcinfo/rpcinfo.c
1213
if (inf[RPCBVERS_4_STAT].info[RPCBPROC_CALLIT] ||
usr.bin/rpcinfo/rpcinfo.c
1214
inf[RPCBVERS_4_STAT].info[RPCBPROC_INDIRECT]) {
usr.bin/rpcinfo/rpcinfo.c
1217
print_rmtcallstat(RPCBVERS_4_STAT, &inf[RPCBVERS_4_STAT]);
usr.bin/rpcinfo/rpcinfo.c
1220
if (inf[RPCBVERS_4_STAT].info[RPCBPROC_GETADDR]) {
usr.bin/rpcinfo/rpcinfo.c
1223
print_getaddrstat(RPCBVERS_4_STAT, &inf[RPCBVERS_4_STAT]);
usr.bin/rpcinfo/rpcinfo.c
996
rpcb_stat_byvers inf;
usr.bin/tcopy/tcopy.c
118
inf = _PATH_DEFTAPE;
usr.bin/tcopy/tcopy.c
123
inf = argv[0];
usr.bin/tcopy/tcopy.c
128
inf = argv[0];
usr.bin/tcopy/tcopy.c
138
if ((inp = open(inf, O_RDONLY, 0)) < 0)
usr.bin/tcopy/tcopy.c
139
err(1, "%s", inf);
usr.bin/tcopy/tcopy.c
83
const char *inf;
usr.bin/tcopy/tcopy.c
86
inf = NULL;
usr.sbin/rpcbind/rpcb_stat.c
111
for (al = inf[rtype].addrinfo; al; al = al->next) {
usr.sbin/rpcbind/rpcb_stat.c
142
al->next = inf[rtype].addrinfo;
usr.sbin/rpcbind/rpcb_stat.c
143
inf[rtype].addrinfo = al;
usr.sbin/rpcbind/rpcb_stat.c
155
for (rl = inf[rtype].rmtinfo; rl; rl = rl->next) {
usr.sbin/rpcbind/rpcb_stat.c
194
rl->next = inf[rtype].rmtinfo;
usr.sbin/rpcbind/rpcb_stat.c
195
inf[rtype].rmtinfo = rl;
usr.sbin/rpcbind/rpcb_stat.c
203
return (void *)&inf;
usr.sbin/rpcbind/rpcb_stat.c
52
static rpcb_stat_byvers inf;
usr.sbin/rpcbind/rpcb_stat.c
80
inf[rtype].info[proc]++;
usr.sbin/rpcbind/rpcb_stat.c
89
inf[rtype].setinfo++;
usr.sbin/rpcbind/rpcb_stat.c
98
inf[rtype].unsetinfo++;