| /xnu-8020.121.3/SETUP/config/ |
| H A D | main.c | 156 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 D | mkheaders.c | 144 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 D | mkmakefile.c | 83 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 D | reproto.sh | 7 exec /usr/bin/perl << *EOF* 73 *EOF*
|
| /xnu-8020.121.3/bsd/sys/ |
| H A D | make_posix_availability.sh | 39 cat <<EOF heredoc 71 EOF
|
| H A D | make_symbol_aliasing.sh | 45 cat <<EOF heredoc 77 EOF
|
| /xnu-8020.121.3/tools/ |
| H A D | remote_build.sh | 163 cat > "${BUILDSCRIPTDIR}/${BUILDSCRIPTNAME}" <<EOF heredoc 184 EOF
|
| /xnu-8020.121.3/SETUP/decomment/ |
| H A D | decomment.c | 79 if (bufchar == EOF) { in main()
|
| /xnu-8020.121.3/bsd/vfs/ |
| H A D | vfs_cluster.c | 223 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 D | scanf.c | 50 T_ASSERT_EQ_INT(sscanf("", "match me"), EOF, "empty input");
|
| H A D | inet_transfer.c | 655 while ((ch = getopt(argc, argv, "i:I:p:s:tu")) != EOF) { in main()
|
| H A D | ipsec.m | 390 T_LOG("PFKey socket received EOF");
|
| /xnu-8020.121.3/libkdd/ |
| H A D | kdd_main.m | 25 while ((c = getopt(argc, argv, "p")) != EOF) {
|