Searched refs:outname (Results 1 - 25 of 52) sorted by relevance

123

/macosx-10.9.5/BerkeleyDB-21/db/test/scr016/
H A Dmakenewtest.sh24 outname="$outdir/$1.java"
26 if [ -f $outname ]
35 echo "" > $outname
42 echo "/*-" >> $outname
43 echo " * See the file LICENSE for redistribution information." >> $outname
44 echo " * " >> $outname
45 echo " * Copyright (c) 2002,2008 Oracle. All rights reserved." >> $outname
46 echo " *" >> $outname
47 echo " */" >> $outname
48 echo "" >> $outname
[all...]
/macosx-10.9.5/libarchive-29/libarchive/doc/
H A Dupdate.sh21 outname="`basename $f`"
23 echo $outname: ../mdoc2man.awk $f >> Makefile
24 echo " awk -f ../mdoc2man.awk < $f > $outname" >> Makefile
25 all="$all $outname"
38 outname="`basename $f`.txt"
40 echo $outname: $f >> Makefile
41 echo " nroff -mdoc $f | col -b > $outname" >> Makefile
42 all="$all $outname"
55 outname="`basename $f`.pdf"
57 echo $outname
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dpex-one.c25 const char *pname, const char *outname, const char *errname,
32 errmsg = pex_run (obj, flags, executable, argv, outname, errname, err);
24 pex_one(int flags, const char *executable, char * const *argv, const char *pname, const char *outname, const char *errname, int *status, int *err) argument
H A Dpex-common.c159 char *outname; local
168 outname = (char *) orig_outname;
221 if (outname == NULL)
225 outname = concat (obj->tempbase, outname, NULL);
232 outname = temp_file (obj, flags, outname);
233 if (! outname)
240 if (outname != orig_outname)
245 pex_add_remove (obj, outname, outname_allocate
[all...]
/macosx-10.9.5/Libinfo-449.1.3/nis.subproj/
H A Dyp_master.c76 yp_master(indomain, inmap, outname)
79 char **outname;
90 *inmap == '\0' || strlen(inmap) > YPMAXMAP || outname == NULL)
118 if ((*outname = strdup(yprm.peer)) == NULL)
/macosx-10.9.5/zlib-53/zlib/examples/
H A Dgun.c539 inname is NULL or an empty string, read from stdin. If outname is NULL or
542 outname.
547 local int gunzip(z_stream *strm, char *inname, char *outname, int test) argument
566 else if (outname == NULL || *outname == 0) {
567 outname = "-";
571 outfile = open(outname, O_CREAT | O_TRUNC | O_WRONLY, 0666);
574 fprintf(stderr, "gun cannot create %s\n", outname);
590 copymeta(inname, outname); /* copy attributes */
598 if (outfile > 2) unlink(outname);
633 char *outname; local
[all...]
/macosx-10.9.5/cups-372.4/cups/ppdc/
H A Dppdmerge.cxx52 *outname; // Output filename (if any) local
64 outname = NULL;
76 if (outname)
83 outname = argv[i];
149 if (outname && !strcmp(inname, outname))
212 if (outname)
214 const char *ext = strrchr(outname, '.');
216 outfile = cupsFileOpen(outname, "w9");
218 outfile = cupsFileOpen(outname, "
[all...]
H A Dppdc.cxx54 *outname, // Output filename local
326 outname = d->model_name->value;
333 outname = make_model;
337 outname = d->file_name->value;
339 outname = d->pc_file_name->value;
341 if (strstr(outname, ".PPD"))
345 outname[j] && j < (int)(sizeof(pcfilename) - 1);
347 pcfilename[j] = tolower(outname[j] & 255);
354 strlcpy(pcfilename, outname, sizeof(pcfilename));
/macosx-10.9.5/emacs-92/emacs/lib-src/
H A Dmovemail.c175 char *inname, *outname; local
242 outname = argv[optind+1];
248 if (*outname == 0)
252 if (access (outname, F_OK) == 0 && access (outname, W_OK) != 0)
253 pfatal_with_name (outname);
255 /* Also check that outname's directory is writable to the real uid. */
257 char *buf = (char *) xmalloc (strlen (outname) + 1);
259 strcpy (buf, outname);
275 status = popmail (inname + 3, outname, preserve_mai
[all...]
/macosx-10.9.5/patch_cmds-17/patch/
H A Dpatch.c58 char *outname = NULL; variable
217 if (outname == NULL)
218 outname = savestr(filearg[0]);
356 char *realout = outname;
359 if (move_file(TMPOUTNAME, outname) < 0) {
364 chmod(outname, filemode);
381 if (strlcpy(rejname, outname,
383 fatal("filename %s is too long\n", outname);
386 fatal("filename %s is too long\n", outname);
425 free(outname);
[all...]
H A Dcommon.h78 extern char *outname;
/macosx-10.9.5/remote_cmds-41.90.1/yppoll.tproj/
H A Dyppoll.c89 get_remote_info(indomain, inmap, server, outorder, outname)
94 char **outname;
154 *outname = (char *)strdup(yprm.master);
/macosx-10.9.5/gpatch-3/patch/
H A Dpatch.c184 char *outname = outfile ? outfile : inname; local
187 get_input_file (inname, outname);
359 say ("Removing file %s%s\n", quotearg (outname),
363 move_file ((char *) 0, (int *) 0, outname, (mode_t) 0,
366 removedirs (outname);
377 quotearg (outname));
385 outname, instat.st_mode,
400 quotearg (outname));
403 quotearg (outname));
404 else if (utime (outname,
[all...]
/macosx-10.9.5/remote_cmds-41.90.1/yppush.tproj/
H A Dyplib_host.h70 char *indomain, char *inmap, char **outname));
/macosx-10.9.5/remote_cmds-41.90.1/ypxfr.tproj/
H A Dyplib_host.h70 char *indomain, char *inmap, char **outname));
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dpngtest.c75 int test_one_file PNGARG((PNG_CONST char *inname, PNG_CONST char *outname));
642 test_one_file(PNG_CONST char *inname, PNG_CONST char *outname) argument
678 if ((fpout = fopen(outname, "wb")) == NULL)
680 fprintf(STDERR, "Could not open output file %s\n", outname);
739 fprintf(STDERR, "%s -> %s: libpng read error\n", inname, outname);
763 fprintf(STDERR, "%s -> %s: libpng write error\n", inname, outname);
1304 if ((fpout = fopen(outname, "rb")) == NULL)
1306 fprintf(STDERR, "Could not find file %s\n", outname);
1321 inname, outname);
1344 fprintf(STDERR, "\nFiles %s and %s are different\n", inname, outname);
1372 static PNG_CONST char *outname = "pngout/png"; variable
1375 static PNG_CONST char *outname = "pngout.png"; variable
[all...]
/macosx-10.9.5/Chess-310.5/sjeng/
H A Ddepcomp180 outname="$stripped.o"
198 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
199 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
/macosx-10.9.5/gnudiff-19/diffutils/config/
H A Ddepcomp180 outname="$stripped.o"
198 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
199 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/config/
H A Ddepcomp180 outname="$stripped.o"
198 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
199 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/saslauthd/config/
H A Ddepcomp180 outname="$stripped.o"
198 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
199 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
/macosx-10.9.5/srm-7/srm/
H A Ddepcomp180 outname="$stripped.o"
198 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
199 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
/macosx-10.9.5/uucp-11/uucp/
H A Ddepcomp171 outname="$stripped.o"
189 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
190 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-c/detail/
H A Dtest_helpers.c189 run_h_tc(atf_tc_t *tc, const char *outname, const char *errname, argument
197 RE(atf_fs_path_init_fmt(&outpath, outname));
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/
H A Dlibiberty.h468 const char *outname, const char *errname,
485 const char *outname,
584 const char *outname, const char *errname,
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-c/
H A Dcheck_test.c230 const char *outname, const char *errname)
235 run_h_tc(tc, outname, errname, "result");
446 #define CHECK_LINES(path, outname, resname) \
450 check_line(fd, "Line 1 to " outname " for " resname); \
451 check_line(fd, "Line 2 to " outname " for " resname); \
229 init_and_run_h_tc(atf_tc_t *tc, const atf_tc_pack_t *tcpack, const char *outname, const char *errname) argument

Completed in 304 milliseconds

123