Searched refs:FILE (Results 1 - 25 of 2958) sorted by relevance

1234567891011>>

/macosx-10.9.5/emacs-92/emacs/src/s/
H A Dunixware.h3 #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->__ptr - (FILE)->__base)
H A D386bsd.h14 #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
/macosx-10.9.5/text_cmds-87/sort/
H A Dstdio-safer.h23 FILE *fopen_safer (char const *, char const *);
H A D__fpending.c29 __fpending (FILE *fp)
/macosx-10.9.5/remote_cmds-41.90.1/tftp.tproj/
H A Dtftpsubs.h43 void read_ahead(FILE *, int, int);
44 int readit(FILE *, struct tftphdr **, int, int);
46 void read_ahead(FILE *, int);
47 int readit(FILE *, struct tftphdr **, int);
53 int write_behind(FILE *, int);
54 int writeit(FILE *, struct tftphdr **, int, int);
/macosx-10.9.5/file_cmds-230/compress/
H A Dzopen.h32 FILE *zopen(const char *, const char *, int);
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dclose-stream.h2 int close_stream (FILE *stream);
H A D__fpending.c27 __fpending (FILE *fp)
/macosx-10.9.5/dcerpc-58/dcerpc/idl_compiler/
H A Dbackend.h98 FILE *h_fid, /* [in] header file handle, or NULL */
99 FILE *caux_fid, /* [in] client aux file handle, or NULL */
100 FILE *saux_fid, /* [in] server aux file handle, or NULL */
101 FILE *cstub_fid, /* [in] cstub file handle, or NULL */
102 FILE *sstub_fid, /* [in] sstub file handle, or NULL */
H A Dclihamts.h96 FILE * fid,
H A Dcstubmts.h93 FILE *fid
98 FILE *fid
103 FILE *fid, /* Handle for emitted C text */
114 FILE *fid,
H A Duser_exc.h96 FILE *fid,
H A Dcspeldcl.h99 FILE *fid, AST_constant_n_t *cp
103 FILE *fid, AST_case_label_n_t *tgp
107 FILE *fid,
113 FILE *fid, AST_parameter_n_t *paramlist
H A Dcspell.h99 FILE *fid,
106 FILE *fid,
111 FILE *fid,
117 FILE *fid,
127 FILE *fid,
133 FILE *fid,
138 FILE *fid,
143 FILE *fid,
148 FILE *fid,
154 FILE *fi
[all...]
/macosx-10.9.5/ruby-104/ruby/sample/
H A Dless.rb6 FILE = ARGV.pop
9 if FILE =~ /\.(Z|gz)$/
10 exec(format("%s %s | %s %s", ZCAT, FILE, LESS, OPTION))
11 elsif FILE == nil
14 print(format("%s %s %s", LESS, OPTION, FILE), "\n")
15 exec(format("%s %s %s", LESS, OPTION, FILE))
/macosx-10.9.5/awk-18/src/
H A Dmissing95.c6 FILE *popen(char *s, char *m) {
10 int pclose(FILE *f) {
/macosx-10.9.5/network_cmds-433/kdumpd.tproj/
H A Dkdumpsubs.h64 void read_ahead __P((FILE *, int));
65 int readit __P((FILE *, struct kdumphdr **, int));
70 int write_behind __P((FILE *, int));
71 int writeit __P((FILE *, struct kdumphdr **, int, int));
/macosx-10.9.5/remote_cmds-41.90.1/tftpd.tproj/
H A Dtftpsubs.h41 void read_ahead __P((FILE *, int, int));
42 int readit __P((FILE *, struct tftphdr **, int, int));
47 int write_behind __P((FILE *, int));
48 int writeit __P((FILE *, struct tftphdr **, int, int));
/macosx-10.9.5/groff-38/groff/src/devices/grops/
H A Dps.h24 ps_output(FILE *, int max_line_length);
37 ps_output &set_file(FILE *);
38 ps_output &include_file(FILE *);
39 ps_output &copy_file(FILE *);
43 FILE *get_file();
45 FILE *fp;
52 inline FILE *ps_output::get_file()
89 void supply_resource(resource *r, int rank, FILE *outfp,
91 void process_file(int rank, FILE *fp, const char *filename, FILE *outf
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/os_brew/
H A Dfclose.c17 * PUBLIC: int fclose __P((FILE *));
22 FILE *fp;
/macosx-10.9.5/Libc-997.90.3/stdio/FreeBSD/
H A Dglue.h43 FILE *iobs;
/macosx-10.9.5/curl-78.94.1/curl/src/
H A Dtool_dirhie.h26 CURLcode create_dir_hierarchy(const char *outfile, FILE *errors);
/macosx-10.9.5/libpcap-42/libpcap/
H A Dsf-pcap.h34 extern int pcap_check_header(pcap_t *, bpf_u_int32, FILE *, char *, int);
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dfopen_unlocked.c23 @deftypefn Extension void unlock_stream (FILE * @var{stream})
26 avoid any multi-threaded locking. Otherwise leave the @code{FILE}
39 @deftypefn Extension {FILE *} fopen_unlocked (const char *@var{path}, const char * @var{mode})
41 Opens and returns a @code{FILE} pointer via @code{fopen}. If the
43 any multi-threaded locking. Otherwise return the @code{FILE} pointer
48 @deftypefn Extension {FILE *} fdopen_unlocked (int @var{fildes}, const char * @var{mode})
50 Opens and returns a @code{FILE} pointer via @code{fdopen}. If the
52 any multi-threaded locking. Otherwise return the @code{FILE} pointer
57 @deftypefn Extension {FILE *} freopen_unlocked (const char * @var{path}, const char * @var{mode}, FILE *
[all...]
/macosx-10.9.5/CPANInternal-140/Filesys-Df/
H A Dtest.pl27 open(FILE, "./test.pl") or die "$! ./test.pl\n";
28 my $fh_ref = Filesys::Df::df(\*FILE);
29 close(FILE);

Completed in 148 milliseconds

1234567891011>>