Searched refs:pfile (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/awk-20/src/
H A Dmain.c56 char *pfile[MAX_PFILE]; /* program filenames from -f's */ variable
103 pfile[npfile++] = argv[1];
181 if (strcmp(pfile[curpfile], "-") == 0)
183 else if ((yyin = fopen(pfile[curpfile], "r")) == NULL)
184 FATAL("can't open file %s", pfile[curpfile]);
199 return pfile[curpfile];
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/smartsign/
H A Dtests.sh27 pfile=parent.db
75 pzoneout=`$SIGNER -Sg -r $RANDFILE -o $pzone $pfile 2>&1`
107 pzoneout=`$SIGNER -Sxg -r $RANDFILE -o $pzone -f ${pzone}2.signed $pfile 2>&1`
122 grep "key id = $pzid" $pfile.signed > /dev/null || {
126 grep "key id = $pkid" $pfile.signed > /dev/null || {
135 awk '$2 == "DS" {print $3}' $pfile.signed > dsset.out
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/metadata/
H A Dtests.sh23 pzone=parent.nil pfile=parent.db
44 $SIGNER -Sg -o $pzone $pfile > /dev/null 2>&1
103 egrep "DS[ ]*$rolling[ ]" ${pfile}.signed > /dev/null || ret=1
/macosx-10.10/tcl-105/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dwrap.tcl110 set pfile [lindex $argv 2]
111 if {$pfile == $out} {
114 set header [LoadHeader $pfile]
189 if {![file exists $batfile] && ![info exists pfile]} {
230 if {[info exists pfile] &&
231 [string tolower [file extension $pfile]] == ".exe" &&
/macosx-10.10/OpenSSL098-52/bin/
H A Dinstall_manpages31 my $pfile = shift;
35 qx{$X_POD2MAN -s $sec -c OpenSSL -r $OPENSSL_RELEASE $pfile > "$TMPROOT/$manname"};
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c/detail/
H A Dfs_test.c572 atf_fs_path_t pdir, pfile; local
576 RE(atf_fs_path_init_fmt(&pfile, "dir/file"));
579 create_file(atf_fs_path_cstring(&pfile), 0644);
586 RE(atf_fs_exists(&pfile, &b));
596 err = atf_fs_exists(&pfile, &b);
604 ATF_REQUIRE(unlink(atf_fs_path_cstring(&pfile)) != -1);
605 RE(atf_fs_exists(&pfile, &b));
608 atf_fs_path_fini(&pfile);
/macosx-10.10/emacs-93/emacs/src/
H A Dunexec.c1006 FILE *pfile;
1016 if ( (pfile = popen(command, "r")) == NULL)
1023 while ( ((c=getc(pfile)) != EOF) && (c != ' ') && (count < 31))
1027 if ((count == 0) || pclose(pfile) != NULL)
1004 FILE *pfile; local
/macosx-10.10/apache-793/httpd/support/
H A Dab.c2048 static apr_status_t open_postfile(const char *pfile) argument
2055 rv = apr_file_open(&postfd, pfile, APR_READ, APR_OS_DEFAULT, cntxt);
2057 fprintf(stderr, "ab: Could not open POST data file (%s): %s\n", pfile,
2064 fprintf(stderr, "ab: Could not stat POST data file (%s): %s\n", pfile,
/macosx-10.10/Chess-310.6/sjeng/
H A Dutils.c1108 void PutPiece(int color, char piece, char pfile, int prank) argument
1114 norm_file = pfile - converterf;
/macosx-10.10/vim-55/runtime/autoload/
H A Dnetrw.vim7168 let pfile= filename."@"
7173 let pfile= filename."="
7178 let pfile= filename."|"
7183 let pfile= filename."/"
7190 let pfile= filename."*"
7193 let pfile= filename
7198 let pfile= filename."*"
7201 let pfile= filename
7206 let pfile= filename
7208 " call Decho("pfile<"
[all...]
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c382 struct file_info **pfile);
2490 struct file_info **pfile)
2494 *pfile = file = next_cache_entry(iso9660);
2489 next_entry_seek(struct archive_read *a, struct iso9660 *iso9660, struct file_info **pfile) argument
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dsql.el1122 "performance" "permanent" "pfile" "physical" "pipelined" "plan"

Completed in 218 milliseconds