Home
last modified time | relevance | path

Searched refs:EOF (Results 1 – 14 of 14) sorted by relevance

/xnu-11215/SETUP/config/
H A Dmain.c156 while ((ch = getc(fp)) != EOF) { in get_word()
161 if (ch == EOF) { in get_word()
162 return (char *)EOF; in get_word()
172 while ((ch = getc(fp)) != EOF) { in get_word()
179 if (ch == EOF) { in get_word()
180 return (char *)EOF; in get_word()
200 while ((ch = getc(fp)) != EOF) { in get_rest()
207 if (ch == EOF) { in get_rest()
208 return (char *)EOF; in get_rest()
H A Dmkheaders.c144 if ((inw = get_word(inf)) == 0 || inw == (char *)EOF) { in do_header()
147 if ((inw = get_word(inf)) == 0 || inw == (char *)EOF) { in do_header()
152 if (cp == 0 || cp == (char *)EOF) { in do_header()
161 if (cp == (char *)EOF) { in do_header()
H A Dmkmakefile.c83 if (word == (char *)EOF) \
314 if (wd == (char *)EOF) { in read_files()
330 while ((wd = get_word(fp)) && wd != (char *)EOF) { in read_files()
/xnu-11215/bsd/miscfs/devfs/
H A Dreproto.sh7 exec /usr/bin/perl << *EOF*
73 *EOF*
/xnu-11215/bsd/sys/
H A Dmake_posix_availability.sh39 cat <<EOF heredoc
71 EOF
H A Dmake_symbol_aliasing.sh45 cat <<EOF heredoc
77 EOF
/xnu-11215/libkern/libcxx_support/
H A Dstdio.h34 #define EOF (-1) macro
/xnu-11215/tools/
H A Dremote_build.sh163 cat > "${BUILDSCRIPTDIR}/${BUILDSCRIPTNAME}" <<EOF heredoc
184 EOF
/xnu-11215/SETUP/decomment/
H A Ddecomment.c79 if (bufchar == EOF) { in main()
/xnu-11215/tests/
H A Dscanf.c50 T_ASSERT_EQ_INT(sscanf("", "match me"), EOF, "empty input");
H A Dinet_transfer.c686 while ((ch = getopt(argc, argv, "i:I:p:s:tu")) != EOF) { in main()
H A Dipsec.m393 T_LOG("PFKey socket received EOF");
/xnu-11215/libkdd/
H A Dkdd_main.m25 while ((c = getopt(argc, argv, "p")) != EOF) {
/xnu-11215/bsd/vfs/
H A Dvfs_cluster.c6501 retval = cluster_push_now(vp, &cl, EOF, flags, callback, callback_arg, vm_initiated); in cluster_try_push()
6540 sparse_cluster_switch(wbp, vp, EOF, callback, callback_arg, vm_initiated); in cluster_try_push()
6561 sparse_cluster_switch(wbp, vp, EOF, callback, callback_arg, vm_initiated); in cluster_try_push()
6591 cluster_push_now(vnode_t vp, struct cl_extent *cl, off_t EOF, int flags, in cluster_push_now() argument
6622 (int)cl->b_addr, (int)cl->e_addr, (int)EOF, flags, 0); in cluster_push_now()
6632 if (upl_f_offset + upl_size >= EOF) { in cluster_push_now()
6633 if (upl_f_offset >= EOF) { in cluster_push_now()
6643 size = (int)(EOF - upl_f_offset); in cluster_push_now()
6829 sparse_cluster_push(struct cl_writebehind *wbp, void **scmap, vnode_t vp, off_t EOF, int push_flag, in sparse_cluster_push() argument
6865 retval = cluster_push_now(vp, &cl, EOF, io_flags, callback, callback_arg, vm_initiated); in sparse_cluster_push()
[all …]