| /xnu-11215/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-11215/bsd/miscfs/devfs/ |
| H A D | reproto.sh | 7 exec /usr/bin/perl << *EOF* 73 *EOF*
|
| /xnu-11215/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-11215/libkern/libcxx_support/ |
| H A D | stdio.h | 34 #define EOF (-1) macro
|
| /xnu-11215/tools/ |
| H A D | remote_build.sh | 163 cat > "${BUILDSCRIPTDIR}/${BUILDSCRIPTNAME}" <<EOF heredoc 184 EOF
|
| /xnu-11215/SETUP/decomment/ |
| H A D | decomment.c | 79 if (bufchar == EOF) { in main()
|
| /xnu-11215/tests/ |
| H A D | scanf.c | 50 T_ASSERT_EQ_INT(sscanf("", "match me"), EOF, "empty input");
|
| H A D | inet_transfer.c | 686 while ((ch = getopt(argc, argv, "i:I:p:s:tu")) != EOF) { in main()
|
| H A D | ipsec.m | 393 T_LOG("PFKey socket received EOF");
|
| /xnu-11215/libkdd/ |
| H A D | kdd_main.m | 25 while ((c = getopt(argc, argv, "p")) != EOF) {
|
| /xnu-11215/bsd/vfs/ |
| H A D | vfs_cluster.c | 6501 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 …]
|