Home
last modified time | relevance | path

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

/xnu-8020.121.3/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-8020.121.3/bsd/miscfs/devfs/
H A Dreproto.sh7 exec /usr/bin/perl << *EOF*
73 *EOF*
/xnu-8020.121.3/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-8020.121.3/tools/
H A Dremote_build.sh163 cat > "${BUILDSCRIPTDIR}/${BUILDSCRIPTNAME}" <<EOF heredoc
184 EOF
/xnu-8020.121.3/SETUP/decomment/
H A Ddecomment.c79 if (bufchar == EOF) { in main()
/xnu-8020.121.3/bsd/vfs/
H A Dvfs_cluster.c223 static int cluster_push_now(vnode_t vp, struct cl_extent *, off_t EOF, int flags, int (*)(buf_…
225 static int cluster_try_push(struct cl_writebehind *, vnode_t vp, off_t EOF, int push_flag, int…
228 static int sparse_cluster_switch(struct cl_writebehind *, vnode_t vp, off_t EOF, int (*)(buf_t…
229 static int sparse_cluster_push(struct cl_writebehind *, void **cmapp, vnode_t vp, off_t EOF, i…
231 …parse_cluster_add(struct cl_writebehind *, void **cmapp, vnode_t vp, struct cl_extent *, off_t EOF,
5993 cluster_try_push(struct cl_writebehind *wbp, vnode_t vp, off_t EOF, int push_flag, int io_flags, in… in cluster_try_push() argument
6109 retval = cluster_push_now(vp, &cl, EOF, flags, callback, callback_arg, vm_initiated); in cluster_try_push()
6148 sparse_cluster_switch(wbp, vp, EOF, callback, callback_arg, vm_initiated); in cluster_try_push()
6169 sparse_cluster_switch(wbp, vp, EOF, callback, callback_arg, vm_initiated); in cluster_try_push()
6199 cluster_push_now(vnode_t vp, struct cl_extent *cl, off_t EOF, int flags, in cluster_push_now() argument
[all …]
/xnu-8020.121.3/tests/
H A Dscanf.c50 T_ASSERT_EQ_INT(sscanf("", "match me"), EOF, "empty input");
H A Dinet_transfer.c655 while ((ch = getopt(argc, argv, "i:I:p:s:tu")) != EOF) { in main()
H A Dipsec.m390 T_LOG("PFKey socket received EOF");
/xnu-8020.121.3/libkdd/
H A Dkdd_main.m25 while ((c = getopt(argc, argv, "p")) != EOF) {