HomeSort by: relevance | last modified time | path
    Searched refs:eof (Results 1 - 25 of 67) sorted by relevancy

1 2 3

  /src/games/boggle/boggle/
help.c 55 int eof, i; local in function:help
65 eof = 0;
66 if (ungetc(getc(fp), fp) == EOF) {
68 eof = 1; /* Nothing there... */
71 while (!eof) {
74 eof = 1;
81 if (eof || ungetc(getc(fp), fp) == EOF) {
82 eof = 1;
95 if (eof) {
    [all...]
  /src/tests/usr.bin/m4/
t_m4.sh 28 atf_test_case eof
31 atf_set "descr" "Checks that m4 doesn't confuse 0xFF with EOF"
49 atf_add_test_case eof
  /src/usr.bin/cmp/
special.c 65 if (ch1 == EOF)
66 goto eof;
72 if (ch2 == EOF)
73 goto eof;
81 if (ch1 == EOF || ch2 == EOF)
96 eof:
  /src/common/dist/zlib/contrib/iostream3/
zfstream.cc 193 return traits_type::eof();
198 // Indicates error or EOF
203 return traits_type::eof();
221 return traits_type::eof();
222 // Add extra character to buffer if not EOF
223 if (!traits_type::eq_int_type(c, traits_type::eof()))
235 return traits_type::eof();
238 return traits_type::eof();
243 // Write extra character to file if not EOF
244 else if (!traits_type::eq_int_type(c, traits_type::eof()))
    [all...]
zfstream.h 107 * @return First character in get area on success, EOF on error.
118 * @return Non-EOF on success, EOF on error.
125 overflow(int_type c = traits_type::eof());
143 * This calls underflow(EOF) to do the job.
152 // virtual int_type pbackfail(int_type c = traits_type::eof());
  /src/games/hack/
makedefs.c 144 int eof; variable in typeref:typename:int
155 eof++;
177 if (eof) {
  /src/usr.bin/lam/
lam.c 61 short eof; /* eof flag */ member in struct:openfile
199 if (ip->eof)
201 for (p = s; (c = fgetc(ip->fp)) != EOF && p < end; p++)
205 if (c == EOF) {
206 ip->eof = 1;
  /src/tests/bin/sh/
t_cmdsub.sh 384 'cat <<- EOF
387 EOF'
399 'cat <<- EOF
402 EOF'
413 ${TEST_SH} -c 'echo "$( cat <<- \EOF
417 EOF
422 ${TEST_SH} -c 'for N in 1 4; do echo "$( cat <<- EOF
426 EOF
431 ${TEST_SH} -c 'echo "$( cat <<- EOF
434 EOF
593 cat <<-"eof" heredoc
601 cat <<-"eof" heredoc
609 cat <<-"eof" heredoc
    [all...]
  /src/bin/ksh/
edit.h 37 int eof; member in struct:__anon361866260108
edit.c 50 = edchars.eof = -2;
219 edchars.eof = cb.c_cc[VEOF];
260 edchars.eof = cb.lchars.tc_eofc;
272 edchars.eof = cb.tchars.t_eofc;
296 if (edchars.eof == vdisable_c)
297 edchars.eof = -1;
  /src/usr.bin/make/unit-tests/
cond-eof.mk 1 # $NetBSD: cond-eof.mk,v 1.8 2025/06/28 22:39:28 rillig Exp $
  /src/distrib/utils/more/
prim.c 76 * If the bottom line is empty, we are at EOF.
78 * we must be just at EOF.
114 int eof = 0, do_repaint; local in function:forw
129 * to hit eof in the middle of this screen,
165 eof = 1;
182 * EOF (i.e. before the requested number of lines), we
192 if (eof && !sigs)
774 * We hit EOF/BOF without a match.
  /src/lib/libc/rpc/
getnetconfig.c 115 int eof; /* all entries has been read */ member in struct:netconfig_info
288 if (ni.eof == 1)
313 ni.eof = 1;
396 ni.eof = ni.ref = 0;
448 if (ni.eof == 1) /* that's all the entries */
468 if (stringp == NULL) /* eof */
  /src/sys/fs/udf/
udf_allocation.c 99 int lb_size, eof, slot;
131 udf_get_adslot(udf_node, slot, &s_ad, &eof);
132 if (eof)
247 int i, slot, eof;
303 udf_get_adslot(udf_node, slot, &s_ad, &eof);
304 if (eof)
466 int rel, part, error, eof, slot, flags; local in function:udf_translate_vtop
555 slot, &s_icb_loc, &eof);
556 DPRINTF(ADWLK, ("slot %d, eof = %d, flags = %d, "
558 slot, eof,
660 int eof, error, flags; local in function:udf_translate_file_extent
1396 int error, eof; local in function:udf_synchronise_metadatamirror_node
2169 int slot, eof; local in function:udf_count_alloc_exts
2247 int lb_size, run_length, eof; local in function:udf_record_allocation_in_node
2612 int eof, error; local in function:udf_grow_node
2887 int eof, error; local in function:udf_shrink_node
    [all...]
  /src/common/dist/zlib/
gzread.c 9 state->fd, and update state->eof, state->err, and state->msg as appropriate.
32 state->eof = 1;
36 /* Load up input buffer and set eof flag if last data loaded -- return -1 on
37 error, 0 otherwise. Note that the eof flag is set when the end of the input
49 if (state->eof == 0) {
134 state->eof = 1;
231 } while (state->x.have == 0 && (!state->eof || strm->avail_in));
252 else if (state->eof && state->strm.avail_in == 0)
301 else if (state->eof && state->strm.avail_in == 0) {
462 /* can't push EOF */
    [all...]
gzguts.h 188 int eof; /* true if end of input file reached */ member in struct:__anone1a3ef820108
gzlib.c 72 state->eof = 0; /* not at end of file */
373 state->eof = 0;
517 state->eof = 0;
  /src/sys/compat/sunos/
sunos.h 137 u_int eof; member in struct:sunos_audio_prinfo
  /src/sys/fs/sysvbfs/
bfs.c 441 uintptr_t eof; local in function:bfs_writeback_dirent
446 eof = (uintptr_t)(dir + 1) - 1;
447 eof = eof - (uintptr_t)dir_base +
452 printf("eof new=%d old=%d\n", eof, root_inode->eof_offset_byte);
455 if (eof > root_inode->eof_offset_byte) {
456 root_inode->eof_offset_byte = eof;
460 if (eof == root_inode->eof_offset_byte) {
461 root_inode->eof_offset_byte = eof - sizeof *dir
    [all...]
  /src/sys/compat/linux32/common/
linux32_dirent.c 176 goto eof;
251 eof:
  /src/sys/rump/kern/lib/libsys_cygwin/
rump_cygwin_compat.c 213 goto eof;
247 eof:
  /src/sbin/umbctl/
umbctl.c 191 int eof; local in function:_umbctl_file
209 while((i = fgetc(fp)) != EOF && i != '\n');
224 eof = feof(fp);
225 if(fclose(fp) != 0 || !eof)
  /src/sys/arch/i386/stand/misc/
rawrite.c 174 if (eof(fdin)) {
  /src/sys/arch/hp300/stand/inst/
inst.c 552 int fileno, ignoreshread, eof, len; local in function:miniroot
674 for (i = 0, eof = 0; i < nblks || ignoreshread == 0; i++) {
686 eof = 1;
695 if (eof)
  /src/lib/libc/gen/
getcap.c 260 int myfd, eof, foundit; local in function:getent
308 eof = 0;
406 eof = 1;
480 * If encountered eof check next file.
482 if (eof)

Completed in 25 milliseconds

1 2 3