HomeSort by relevance Sort by last modified time
    Searched refs:FILE (Results 2301 - 2325 of 2555) sorted by null

<<919293949596979899100>>

  /external/dropbear/
scp.c 13 * incompatible with the protocol description in the RFC file, it must be
92 /* Name of current file being transferred. */
165 * assigns the input and output file descriptors on success.
630 run_err("%s: not a regular file", name);
655 fprintf(stderr, "Sending file modes: %s", buf);
1154 static FILE *fp;
  /external/e2fsprogs/misc/
fsck.c 12 * o Changed -t fstype to behave like with mount when -A (all file
17 * o -R flag skip root file system.
23 * This file may be redistributed under the terms of the GNU Public
336 FILE *f;
371 " should fix your /etc/fstab file as soon as you can.\n\n"), stderr);
915 /* We can and want to check this file system type. */
956 /* Check all file systems, using the /etc/fstab table. */
966 fputs(_("Checking all file systems.\n"), stdout);
  /external/flac/libFLAC/
bitreader.c 364 void FLAC__bitreader_dump(const FLAC__BitReader *br, FILE *out)
516 /* OPT: inline raw uint32 code here, or make into a macro if possible in the .h file */
    [all...]
bitwriter.c 210 void FLAC__bitwriter_dump(const FLAC__BitWriter *bw, FILE *out)
  /external/gtest/src/
gtest-death-test.cc 32 // This file implements death tests.
100 "Indicates the file, line number, temporal index of "
101 "the single death test to run, and a file descriptor to "
220 FILE* parent = posix::FDOpen(flag->write_fd(), "w");
238 "CHECK failed: File %s, line %d: %s", \
258 "CHECK failed: File %s, line %d: %s != -1", \
271 // platforms, it is read from a file descriptor.
306 const char* file, int line, DeathTest** test) {
308 statement, regex, file, line, test);
428 // Writes a status byte to the child's status file descriptor, the
    [all...]
  /external/icu4c/i18n/
nfrule.cpp 6 * file name: nfrule.cpp
742 static void dumpUS(FILE* f, const UnicodeString& us) {
    [all...]
  /external/icu4c/test/intltest/
tsmthred.cpp 96 #define TSMTHREAD_FAIL(msg) errln("%s at file %s, line %d", msg, __FILE__, __LINE__)
897 error(UnicodeString("Probable error in test file on line %i (comparing identical strings)")+ UnicodeString(i));
923 FILE *testFile = NULL;
969 "INFO: Working with the stub file.\n"
1001 dataerrln("Couldn't read the test file!");
    [all...]
  /external/icu4c/test/letest/
cletest.c 371 FILE *f = fopen(".."U_FILE_SEP_STRING".."U_FILE_SEP_STRING"test"U_FILE_SEP_STRING"testdata"U_FILE_SEP_STRING"rbbitst.txt", "r");
  /external/icu4c/tools/ctestfw/
ctest.c 130 FILE *XML_FILE = NULL;
1132 printf(" -x file.xml Write junit format output to file.xml\n");
    [all...]
  /external/libpng/contrib/gregbook/
rpng2-win.c 34 unexpected-EOF and file-read-error cases
45 The contents of this file are DUAL-LICENSED. You may modify and/or
155 static FILE *infile;
436 " %*s file.png\n\n"
468 fprintf(stderr, PROGNAME ": can't open PNG file [%s]\n", filename);
474 ": [%s] is not a PNG file: incorrect signature\n",
545 * that the file is a PNG image), then loop through the file and continue
563 ": error while reading PNG image file\n");
566 fprintf(stderr, PROGNAME ": end of file reached
    [all...]
  /external/libusb-compat/libusb/
core.c 100 FILE *stream = stdout;
  /external/libvpx/build/make/
configure.sh 30 echo "at the configure error log file ($logfile) to determine what"
78 --log=yes|no|FILE file configure log is written to [config.err]
239 # Temporary File Functions
343 echo '# This file automatically generated by configure. Do not edit!' > config.mk
372 # This file automatically generated by configure. Do not edit!
414 /* This file automatically generated by configure. Do not edit! */
  /external/libxml2/
error.c 78 vfprintf((FILE *)xmlGenericErrorContext, msg, args);
108 * One can simply force messages to be emitted to another FILE * than
109 * stderr by setting @ctx to this file handle and @handler to NULL.
149 * Displays the associated file and line informations for the current input
246 char *file = NULL; local
263 file = err->file;
293 if (file != NULL)
294 channel(data, "%s:%d: ", file, line);
426 * @file: the file source of the error (or NULL
939 char *message, *file, *str1, *str2, *str3; local
    [all...]
  /external/linux-tools-perf/
builtin-script.c 572 * event types found in the file minus the invalid fields for a type.
792 FILE *fp;
971 "script file name (lang:script name, script name, or *)",
975 OPT_STRING('i', "input", &input_name, "file",
976 "input file name"),
980 "file", "vmlinux pathname"),
982 "file", "kallsyms pathname"),
1187 perror("failed to open file");
1193 perror("failed to stat file");
1198 fprintf(stderr, "zero-sized file, nothing to do!\n")
    [all...]
  /external/linux-tools-perf/util/
python.c 529 .ml_doc = PyDoc_STR("open the event selector file descriptor table.")
629 PyObject *file; local
630 FILE *fp = fdopen(evlist->pollfd[i].fd, "r");
635 file = PyFile_FromFile(fp, "perf", "r", NULL);
636 if (file == NULL)
639 if (PyList_Append(list, file) != 0) {
640 Py_DECREF(file);
644 Py_DECREF(file);
712 .ml_doc = PyDoc_STR("mmap the file descriptor table.")
718 .ml_doc = PyDoc_STR("poll the file descriptor table."
    [all...]
  /external/llvm/utils/unittest/googletest/
gtest-death-test.cc 32 // This file implements death tests.
100 "Indicates the file, line number, temporal index of "
101 "the single death test to run, and a file descriptor to "
220 FILE* parent = posix::FDOpen(flag->write_fd(), "w");
238 "CHECK failed: File %s, line %d: %s", \
258 "CHECK failed: File %s, line %d: %s != -1", \
271 // platforms, it is read from a file descriptor.
306 const char* file, int line, DeathTest** test) {
308 statement, regex, file, line, test);
428 // Writes a status byte to the child's status file descriptor, the
    [all...]
  /external/mdnsresponder/mDNSPosix/
nss_mdns.c 367 Loads all relevant data from configuration file. Other code should
    [all...]
  /external/opencv/cvaux/src/
cvcorrimages.cpp 774 FILE *file; local
775 file = fopen("d:\\test\\projStatus.txt","w");
780 fprintf(file,"%d (%d) ",i,status->data.ptr[i]);
794 fprintf(file,"%d (%lf %lf %lf %lf) - (%lf %lf)",i,X,Y,Z,W,x,y );
807 fprintf(file,"\n");
811 fclose(file);
    [all...]
  /external/openssh/
misc.c 433 if (*cp == ':') /* Leading colon is part of file name. */
514 * Expands tildes in the file name. Returns data allocated by xmalloc.
622 * Read an entire line from a public key file into a static buffer, discarding
626 read_keyfile_line(FILE *f, const char *filename, char *buf, size_t bufsz,
scp.c 14 * incompatible with the protocol description in the RFC file, it must be
132 /* Name of current file being transferred. */
225 * assigns the input and output file descriptors on success.
750 run_err("%s: %s", name, "Negative file size");
764 run_err("%s: not a regular file", name);
781 fprintf(stderr, "File mtime %ld atime %ld\n",
783 fprintf(stderr, "Sending file timestamps: %s",
795 fprintf(stderr, "Sending file modes: %s", buf);
1226 static FILE *fp;
  /external/openssl/crypto/bn/
bn.h 130 #include <stdio.h> /* FILE */
514 int BN_print_fp(FILE *fp, const BIGNUM *a);
    [all...]
  /external/openssl/crypto/threads/
mttest.c 115 void irix_locking_callback(int mode,int type,char *file,int line);
116 void solaris_locking_callback(int mode,int type,char *file,int line);
117 void win32_locking_callback(int mode,int type,char *file,int line);
118 void pthreads_locking_callback(int mode,int type,char *file,int line);
119 void netware_locking_callback(int mode,int type,char *file,int line);
120 void beos_locking_callback(int mode,int type,const char *file,int line);
151 static void print_stats(FILE *fp, SSL_CTX *ctx)
176 fprintf(stderr," -CAfile arg - PEM format file of CA's\n");
750 void win32_locking_callback(int mode, int type, char *file, int line)
859 void solaris_locking_callback(int mode, int type, char *file, int line
    [all...]
  /external/openssl/crypto/x509v3/
x509v3.h 673 int X509V3_EXT_print_fp(FILE *out, X509_EXTENSION *ext, int flag, int indent);
  /external/openssl/include/openssl/
bn.h 130 #include <stdio.h> /* FILE */
514 int BN_print_fp(FILE *fp, const BIGNUM *a);
    [all...]
x509v3.h 673 int X509V3_EXT_print_fp(FILE *out, X509_EXTENSION *ext, int flag, int indent);

Completed in 1394 milliseconds

<<919293949596979899100>>