HomeSort by: relevance | last modified time | path
    Searched refs:FILE (Results 1 - 25 of 5807) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/lib/libc/citrus/
citrus_lookup_factory.h 33 int _citrus_lookup_factory_convert(FILE *, FILE *);
citrus_pivot_factory.h 33 int _citrus_pivot_factory_convert(FILE *, FILE *);
  /src/usr.bin/sdiff/
extern.h 9 extern FILE *outfile; /* file to save changes to */
  /src/external/gpl3/gcc/dist/fixincludes/tests/base/rtldef/
resolv.h 1 /* DO NOT EDIT THIS FILE.
8 original, manufacturer supplied header file. */
13 void fp_nquery (const u_char *, int, FILE *);
  /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/rtldef/
resolv.h 1 /* DO NOT EDIT THIS FILE.
8 original, manufacturer supplied header file. */
13 void fp_nquery (const u_char *, int, FILE *);
  /src/usr.sbin/mopd/common/
print.h 34 void mopPrintHWA(FILE *, const u_char *);
35 void mopPrintBPTY(FILE *, u_char);
36 void mopPrintPGTY(FILE *, u_char);
37 void mopPrintOneline(FILE *, const u_char *, int);
38 void mopPrintHeader(FILE *, const u_char *, int);
39 void mopPrintMopHeader(FILE *, const u_char *, int);
40 void mopPrintDevice(FILE *, u_char);
41 void mopPrintTime(FILE *, const u_char *);
42 void mopPrintInfo(FILE *, const u_char *, int *, u_short, u_char, int);
  /src/usr.sbin/fstyp/
fstyp.h 57 void *read_buf(FILE *, off_t, size_t);
61 int fstyp_apfs(FILE *, char *, size_t);
62 int fstyp_cd9660(FILE *, char *, size_t);
63 int fstyp_exfat(FILE *, char *, size_t);
64 int fstyp_ext2fs(FILE *, char *, size_t);
65 int fstyp_hfsp(FILE *, char *, size_t);
66 int fstyp_msdosfs(FILE *, char *, size_t);
67 int fstyp_ntfs(FILE *, char *, size_t);
68 int fstyp_ufs(FILE *, char *, size_t);
69 int fstyp_hammer(FILE *, char *, size_t)
    [all...]
  /src/regress/lib/libc/ieeefp/testfloat/include/
writeHex.h 37 This C header file is part of TestFloat, Release 2a, a package of programs
60 void writeHex_flag( flag, FILE * );
61 void writeHex_bits32( bits32, FILE * );
63 void writeHex_bits64( bits64, FILE * );
65 void writeHex_float32( float32, FILE * );
66 void writeHex_float64( float64, FILE * );
68 void writeHex_floatx80( floatx80, FILE * );
71 void writeHex_float128( float128, FILE * );
73 void writeHex_float_flags( uint8, FILE * );
  /src/sbin/cgdconfig/
extern.h 3 extern FILE *yyin;
8 struct params *cgdparsefile(FILE *);
  /src/usr.bin/mail/
mime_child.h 38 void mime_run_function(void (*)(FILE *, FILE *, void *), FILE *, void *);
39 int mime_run_command(const char *, FILE *);
  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
fwriteerror.h 27 The benefit of (a) is that non file related errors (such that ENOMEM during
33 users can easily figure out by themselves why a file cannot be written to,
39 This file provides support for (b). */
51 extern int fwriteerror (FILE *fp);
53 /* Likewise, but don't consider it an error if FP has an invalid file
55 extern int fwriteerror_no_ebadf (FILE *fp);
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
fwriteerror.h 27 The benefit of (a) is that non file related errors (such that ENOMEM during
33 users can easily figure out by themselves why a file cannot be written to,
39 This file provides support for (b). */
51 extern int fwriteerror (FILE *fp);
53 /* Likewise, but don't consider it an error if FP has an invalid file
55 extern int fwriteerror_no_ebadf (FILE *fp);
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
fwriteerror.h 27 The benefit of (a) is that non file related errors (such that ENOMEM during
33 users can easily figure out by themselves why a file cannot be written to,
39 This file provides support for (b). */
51 extern int fwriteerror (FILE *fp);
53 /* Likewise, but don't consider it an error if FP has an invalid file
55 extern int fwriteerror_no_ebadf (FILE *fp);
  /src/external/gpl3/gcc/dist/gcc/config/i386/
bsd.h 6 This file is part of GCC.
19 along with GCC; see the file COPYING3. If not see
41 #define ASM_OUTPUT_SOURCE_FILENAME(FILE, NAME) */
50 #define ASM_OUTPUT_SKIP(FILE,SIZE) \
51 fprintf (FILE, "\t.space " HOST_WIDE_INT_PRINT_UNSIGNED"\n", (SIZE))
59 #define ASM_OUTPUT_COMMON(FILE, NAME, SIZE, ROUNDED) \
60 ( fputs (".comm ", (FILE)), \
61 assemble_name ((FILE), (NAME)), \
62 fprintf ((FILE), ",%u\n", (int)(ROUNDED)))
67 #define ASM_OUTPUT_LOCAL(FILE, NAME, SIZE, ROUNDED)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
bsd.h 6 This file is part of GCC.
19 along with GCC; see the file COPYING3. If not see
41 #define ASM_OUTPUT_SOURCE_FILENAME(FILE, NAME) */
50 #define ASM_OUTPUT_SKIP(FILE,SIZE) \
51 fprintf (FILE, "\t.space " HOST_WIDE_INT_PRINT_UNSIGNED"\n", (SIZE))
59 #define ASM_OUTPUT_COMMON(FILE, NAME, SIZE, ROUNDED) \
60 ( fputs (".comm ", (FILE)), \
61 assemble_name ((FILE), (NAME)), \
62 fprintf ((FILE), ",%u\n", (int)(ROUNDED)))
67 #define ASM_OUTPUT_LOCAL(FILE, NAME, SIZE, ROUNDED)
    [all...]
  /src/usr.bin/tftp/
tftpsubs.h 39 void read_ahead(FILE *, size_t, int);
40 int readit(FILE *, struct tftphdr **, size_t, int);
45 int write_behind(FILE *, int);
46 int writeit(FILE *, struct tftphdr **, int, int);
  /src/external/gpl3/binutils/dist/gprof/
call_graph.h 5 This file is part of GNU Binutils.
26 extern void cg_read_rec (FILE *, const char *);
27 extern void cg_write_arcs (FILE *, const char *);
  /src/external/gpl3/binutils.old/dist/gprof/
call_graph.h 5 This file is part of GNU Binutils.
26 extern void cg_read_rec (FILE *, const char *);
27 extern void cg_write_arcs (FILE *, const char *);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
fixsectshr.c 4 static FILE *static_fun = NULL;
6 FILE *
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
fixsectshr.c 4 static FILE *static_fun = NULL;
6 FILE *
  /src/external/gpl3/gcc/dist/gcc/config/pa/
elf.h 4 This file is part of GCC.
17 along with GCC; see the file COPYING3. If not see
37 #define ASM_DECLARE_FUNCTION_NAME(FILE, NAME, DECL) \
41 fputs ("\t.EXPORT ", FILE); \
42 assemble_name (FILE, NAME); \
43 fputs (",ENTRY\n", FILE); \
60 #define ASM_OUTPUT_EXTERNAL(FILE, DECL, NAME) \
61 pa_hpux_asm_output_external ((FILE), (DECL), (NAME))
62 #define ASM_OUTPUT_EXTERNAL_REAL(FILE, DECL, NAME) \
63 do { fputs ("\t.IMPORT ", FILE); \
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/pa/
elf.h 4 This file is part of GCC.
17 along with GCC; see the file COPYING3. If not see
37 #define ASM_DECLARE_FUNCTION_NAME(FILE, NAME, DECL) \
41 fputs ("\t.EXPORT ", FILE); \
42 assemble_name (FILE, NAME); \
43 fputs (",ENTRY\n", FILE); \
60 #define ASM_OUTPUT_EXTERNAL(FILE, DECL, NAME) \
61 pa_hpux_asm_output_external ((FILE), (DECL), (NAME))
62 #define ASM_OUTPUT_EXTERNAL_REAL(FILE, DECL, NAME) \
63 do { fputs ("\t.IMPORT ", FILE); \
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/mmix/
mmix-protos.h 5 This file is part of GCC.
18 along with GCC; see the file COPYING3. If not see
25 extern void mmix_function_profiler (FILE *, int);
29 extern void mmix_output_quoted_string (FILE *, const char *, int);
30 extern void mmix_asm_output_ascii (FILE *, const char *, int);
31 extern void mmix_asm_output_label (FILE *, const char *);
32 extern void mmix_asm_output_internal_label (FILE *, const char *);
33 extern void mmix_asm_weaken_label (FILE *, const char *);
34 extern void mmix_asm_output_labelref (FILE *, const char *);
35 extern void mmix_asm_output_def (FILE *, const char *, const char *)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/mmix/
mmix-protos.h 5 This file is part of GCC.
18 along with GCC; see the file COPYING3. If not see
25 extern void mmix_function_profiler (FILE *, int);
29 extern void mmix_output_quoted_string (FILE *, const char *, int);
30 extern void mmix_asm_output_ascii (FILE *, const char *, int);
31 extern void mmix_asm_output_label (FILE *, const char *);
32 extern void mmix_asm_output_internal_label (FILE *, const char *);
33 extern void mmix_asm_weaken_label (FILE *, const char *);
34 extern void mmix_asm_output_labelref (FILE *, const char *);
35 extern void mmix_asm_output_def (FILE *, const char *, const char *)
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
stdio.d 2 * D header file for POSIX.
12 * (See accompanying file LICENSE or copy at
57 FILE
61 void clearerr(FILE*);
62 int fclose(FILE*);
63 int feof(FILE*);
64 int ferror(FILE*);
65 int fflush(FILE*);
66 int fgetc(FILE*);
67 int fgetpos(FILE*, fpos_t *)
    [all...]

Completed in 23 milliseconds

1 2 3 4 5 6 7 8 91011>>