Searched refs:infile (Results 1 - 25 of 212) sorted by relevance

123456789

/macosx-10.10.1/pcre-7/pcre/
H A Dperltest.pl50 $infile = "INFILE";
52 else { $infile = "STDIN"; }
68 printf " re> " if $infile eq "STDIN";
69 last if ! ($_ = <$infile>);
70 printf $outfile "$_" if $infile ne "STDIN";
77 printf " > " if $infile eq "STDIN";
78 last if ! ($_ = <$infile>);
79 printf $outfile "$_" if $infile ne "STDIN";
125 printf "data> " if $infile eq "STDIN";
126 last NEXT_RE if ! ($_ = <$infile>);
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Drdcolmap.c79 read_gif_map (j_decompress_ptr cinfo, FILE * infile) argument
88 if ((header[i] = getc(infile)) == EOF)
104 R = getc(infile);
105 G = getc(infile);
106 B = getc(infile);
121 pbm_getc (FILE * infile) argument
127 ch = getc(infile);
130 ch = getc(infile);
138 read_pbm_integer (j_decompress_ptr cinfo, FILE * infile) argument
149 ch = pbm_getc(infile);
171 read_ppm_map(j_decompress_ptr cinfo, FILE * infile) argument
231 read_color_map(j_decompress_ptr cinfo, FILE * infile) argument
[all...]
/macosx-10.10.1/emacs-93/emacs/lib-src/
H A Dmake-docfile.c369 read_c_string_or_comment (infile, printflag, comment, saw_usage)
370 FILE *infile;
378 state.in_file = infile;
387 c = getc (infile);
390 c = getc (infile);
398 c = getc (infile);
401 c = getc (infile);
420 c = getc (infile);
424 c = getc (infile);
430 c = getc (infile);
549 FILE *infile; local
857 FILE *infile; local
[all...]
/macosx-10.10.1/sudo-73/src/
H A Dfind_path.c56 find_path(infile, outfile, sbp, path, ignore_dot)
57 char *infile; /* file to find */
70 if (strlen(infile) >= PATH_MAX)
71 errorx(1, "%s: File name too long", infile);
77 if (strchr(infile, '/')) {
78 strlcpy(command, infile, sizeof(command)); /* paranoia */
108 len = snprintf(command, sizeof(command), "%s/%s", path, infile);
110 errorx(1, "%s: File name too long", infile);
123 len = snprintf(command, sizeof(command), "./%s", infile);
125 errorx(1, "%s: File name too long", infile);
[all...]
/macosx-10.10.1/bzip2-36/bzip2/
H A Dformat.pl24 my $infile = shift;
25 # check infile exists
26 die "Can't find file \"$infile\""
27 unless -f $infile;
28 # check we can read infile
29 if (! -r $infile) {
30 die "Can't read input $infile\n";
32 # check we can open infile
33 open( INFILE,"<$infile" ) or
34 die "Can't input $infile
[all...]
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/lib/
H A Dconfig.c65 FILE *infile; local
75 infile = fopen(filename, "r");
76 if (!infile) {
80 while (fgets(buf, sizeof(buf), infile)) {
93 fclose(infile);
101 fclose(infile);
117 fclose(infile);
126 fclose(infile);
133 fclose(infile);
139 fclose(infile);
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/src/
H A DASTFactory.cpp117 RefAST ASTFactory::create(const ANTLR_USE_NAMESPACE(std)string& type_name, ANTLR_USE_NAMESPACE(std)istream& infile )
126 t->initialize(infile);
334 void ASTFactory::loadChildren( ANTLR_USE_NAMESPACE(std)istream& infile, member in namespace:antlr
341 eatwhite(infile); variable
343 infile.get(ch); // '<'
351 infile.get(ch); // / or text....
358 temp = read_identifier( infile );
368 infile.get(ch); // must be a '>'
381 infile.putback(ch);
382 infile
391 void ASTFactory::loadSiblings(ANTLR_USE_NAMESPACE(std)istream& infile, member in namespace:antlr
396 eatwhite(infile); variable
414 eatwhite(infile); variable
436 eatwhite(infile); variable
[all...]
/macosx-10.10.1/dtrace-147/tools/ctfconvert/
H A Dctfconvert.c49 static const char *infile = NULL; variable
68 fprintf(stderr, "Removing %s\n", infile);
69 unlink(infile);
211 infile = argv[optind];
212 if (access(infile, R_OK) != 0)
213 terminate("Can't access %s", infile);
232 if (!file_read(filetd, infile, ignore_non_c))
233 terminate("%s doesn't have type data to convert\n", infile);
249 if (outfile && strcmp(infile, outfile) != 0) {
250 write_ctf(mstrtd, infile, outfil
[all...]
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/dnssec/ns3/
H A Dsign.sh26 infile=secure.example.db.in
31 cat $infile $keyname.key >$zonefile
36 infile=bogus.example.db.in
41 cat $infile $keyname.key >$zonefile
46 infile=dynamic.example.db.in
52 cat $infile $keyname1.key $keyname2.key >$zonefile
57 infile=keyless.example.db.in
62 cat $infile $keyname.key >$zonefile
77 infile=secure.nsec3.example.db.in
82 cat $infile
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/test/scr015/
H A Dtestone89 infile=../$name.testin
90 if [ ! -f $infile ]; then
91 infile=/dev/null
97 if [ -s $infile ]; then
98 echo "Input file is $infile"
105 ./$name <$infile >../$name.out 2>../$name.err
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/autosign/ns2/
H A Dkeygen.sh35 infile="${zonefile}.in"
36 cat $infile dsset-*.example. > $zonefile
45 infile="${zonefile}.in"
46 cp $infile $zonefile
53 infile="${zonefile}.in"
54 cat $infile > $zonefile
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/dlvauto/ns1/
H A Dsign.sh25 infile=dlv.isc.org.db.in
29 cat $infile $dlvkey.key > $zonefile
33 infile=root.db.in
37 cat $infile $rootkey.key > $zonefile
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/nsupdate/ns3/
H A Dsign.sh25 infile=nsec3param.test.db.in
31 cat $infile $keyname1.key $keyname2.key >$zonefile
36 infile=dnskey.test.db.in
42 cat $infile $keyname1.key $keyname2.key >$zonefile
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/autosign/ns3/
H A Dkeygen.sh26 infile="${zonefile}.in"
27 cp $infile $zonefile
37 infile="${zonefile}.in"
38 cp $infile $zonefile
48 infile="${zonefile}.in"
49 cp $infile $zonefile
59 infile="${zonefile}.in"
60 cp $infile $zonefile
70 infile="${zonefile}.in"
71 cat $infile dsse
[all...]
/macosx-10.10.1/apache-793/httpd/include/
H A Dutil_md5.h66 * @param infile The file to create the digest for
67 * @fn char *ap_md5digest(apr_pool_t *p, apr_file_t *infile)
69 AP_DECLARE(char *) ap_md5digest(apr_pool_t *p, apr_file_t *infile);
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/dns64/ns1/
H A Dsign.sh25 infile=example.db
31 cat $infile $key1.key $key2.key > $zonefile
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/resolver/ns6/
H A Dkeygen.sh26 infile="${zonefile}.in"
27 cp $infile $zonefile
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/staticstub/ns4/
H A Dsign.sh25 infile=${zone}.db.in
31 cat $infile $keyname1.key $keyname2.key > $zonefile
/macosx-10.10.1/OpenSSL098-52/src/apps/
H A Dnseq.c72 char **args, *infile = NULL, *outfile = NULL; local
87 infile = *args;
108 if (infile) {
109 if (!(in = BIO_new_file (infile, "r"))) {
111 "Can't open input file %s\n", infile);
139 BIO_printf (bio_err, "Error reading certs file %s\n", infile);
149 BIO_printf (bio_err, "Error reading sequence file %s\n", infile);
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/saslauthd/
H A Dcfile.c74 FILE *infile; local
95 infile = fopen(filename, "r");
96 if (!infile) {
103 while (fgets(buf, sizeof(buf), infile)) {
119 fclose(infile);
130 fclose(infile);
142 fclose(infile);
153 fclose(infile);
159 fclose(infile);
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dgif2tiff.c106 FILE *infile; variable
158 if ((infile = fopen(imagename, "rb")) != NULL) {
160 fclose(infile);
166 if ((infile = fopen(filename, "rb")) == NULL) {
171 fclose(infile);
206 while ((ch = getc(infile)) != ';' && ch != EOF) {
227 fread(buf,1,6,infile);
249 fread(buf,1,7,infile);
253 fread(globalmap,3,1<<globalbits,infile);
266 if (fread(buf, 1, 9, infile)
[all...]
H A Dppm2tiff.c84 char *infile; local
120 infile = argv[optind++];
121 in = fopen(infile, "rb");
123 fprintf(stderr, "%s: Can not open.\n", infile);
127 infile = "<stdin>";
135 BadPPM(infile);
156 BadPPM(infile);
162 BadPPM(infile);
182 BadPPM(infile);
184 BadPPM(infile);
[all...]
/macosx-10.10.1/man-16/man/src/
H A Dmakemsg.c43 char *infile, *outcfile, *outhfile; local
63 infile = argv[2];
66 infile = argv[1];
71 fin = fopen (infile, "r");
73 perror (infile);
74 fprintf (stderr, "makemsg: cannot open input file %s\n", infile);
/macosx-10.10.1/basic_cmds-55/uudecode/
H A Duudecode.c72 static const char *infile, *outfile; variable
135 infp = fopen(infile = *argv, "r");
145 infile = "stdin";
168 warnx("%s: missing or bad \"begin\" line", infile);
219 warnx("%s: unable to parse file mode", infile);
243 infile);
269 warnc(EEXIST, "%s: %s", infile, outfile);
286 warnc(EISDIR, "%s: %s", infile, outfile);
297 warnc(EEXIST, "%s: %s", infile, outfile);
301 warn("%s: %s", infile, outfil
[all...]
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/dlv/ns3/
H A Dsign.sh32 infile=child.db.in
40 cat $infile $keyname1.key $keyname2.key ../ns6/dsset-grand.$zone >$zonefile
47 infile=child.db.in
55 cat $infile $keyname1.key $keyname2.key ../ns6/dsset-grand.$zone >$zonefile
62 infile=child.db.in
70 cat $infile $keyname1.key $keyname2.key >$zonefile
77 infile=child.db.in
85 cat $infile $keyname1.key $keyname2.key ../ns6/dsset-grand.$zone >$zonefile
92 infile=child.db.in
99 cat $infile
[all...]

Completed in 226 milliseconds

123456789