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

1 2 3 4

  /src/lib/libc/yp/
yp_master.c 47 yp_master(const char *indomain, const char *inmap, char **outname)
54 if (outname == NULL)
56 *outname = NULL;
86 if ((*outname = strdup(yprm.master)) == NULL)
92 if (*outname) {
93 free(*outname);
94 *outname = NULL;
  /src/external/gpl2/dtc/dist/tests/
move_and_save.c 29 char outname[PATH_MAX]; local
44 sprintf(outname, "moved.%s", inname);
45 save_blob(outname, fdt1);
52 sprintf(outname, "shunted.%s", inname);
53 save_blob(outname, fdt2);
60 sprintf(outname, "deshunted.%s", inname);
61 save_blob(outname, fdt3);
open_pack.c 28 char outname[PATH_MAX]; local
46 sprintf(outname, "opened.%s", inname);
47 save_blob(outname, fdt1);
52 sprintf(outname, "repacked.%s", inname);
53 save_blob(outname, fdt1);
nopulate.c 50 char outname[PATH_MAX]; local
58 sprintf(outname, "noppy.%s", inname);
91 save_blob(outname, fdt2);
  /src/external/gpl3/binutils/dist/libiberty/
pex-one.c 25 const char *pname, const char *outname, const char *errname,
32 errmsg = pex_run (obj, flags, executable, argv, outname, errname, err);
pex-common.c 159 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_allocated)
    [all...]
  /src/external/gpl3/binutils.old/dist/libiberty/
pex-one.c 25 const char *pname, const char *outname, const char *errname,
32 errmsg = pex_run (obj, flags, executable, argv, outname, errname, err);
pex-common.c 159 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_allocated)
    [all...]
  /src/external/gpl3/gcc/dist/libiberty/
pex-one.c 25 const char *pname, const char *outname, const char *errname,
32 errmsg = pex_run (obj, flags, executable, argv, outname, errname, err);
pex-common.c 159 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_allocated)
    [all...]
  /src/external/gpl3/gcc.old/dist/libiberty/
pex-one.c 25 const char *pname, const char *outname, const char *errname,
32 errmsg = pex_run (obj, flags, executable, argv, outname, errname, err);
pex-common.c 159 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_allocated)
    [all...]
  /src/external/gpl3/gdb/dist/libiberty/
pex-one.c 25 const char *pname, const char *outname, const char *errname,
32 errmsg = pex_run (obj, flags, executable, argv, outname, errname, err);
pex-common.c 159 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_allocated)
    [all...]
  /src/external/gpl3/gdb.old/dist/libiberty/
pex-one.c 25 const char *pname, const char *outname, const char *errname,
32 errmsg = pex_run (obj, flags, executable, argv, outname, errname, err);
  /src/usr.bin/xlint/common/
externs.h 67 void outname(const char *);
  /src/sys/rump/
makerumpsyscalls.sh 104 eval outname=\${SYSCOMPONENT_${b}}
105 [ -z "${outname}" ] && die Unknown syscall provider $b
106 makesyscomponent $outname "$res"
  /src/common/dist/zlib/examples/
gun.c 540 inname is NULL or an empty string, read from stdin. If outname is NULL or
543 outname.
548 local int gunzip(z_stream *strm, char *inname, char *outname, int test)
567 else if (outname == NULL || *outname == 0) {
568 outname = "-";
572 outfile = open(outname, O_CREAT | O_TRUNC | O_WRONLY, 0666);
575 fprintf(stderr, "gun cannot create %s\n", outname);
591 copymeta(inname, outname); /* copy attributes */
599 if (outfile > 2) unlink(outname);
634 char *outname; local
    [all...]
  /src/external/gpl3/binutils/dist/zlib/examples/
gun.c 540 inname is NULL or an empty string, read from stdin. If outname is NULL or
543 outname.
548 local int gunzip(z_stream *strm, char *inname, char *outname, int test)
567 else if (outname == NULL || *outname == 0) {
568 outname = "-";
572 outfile = open(outname, O_CREAT | O_TRUNC | O_WRONLY, 0666);
575 fprintf(stderr, "gun cannot create %s\n", outname);
591 copymeta(inname, outname); /* copy attributes */
599 if (outfile > 2) unlink(outname);
634 char *outname; local
    [all...]
  /src/external/gpl3/binutils.old/dist/zlib/examples/
gun.c 540 inname is NULL or an empty string, read from stdin. If outname is NULL or
543 outname.
548 local int gunzip(z_stream *strm, char *inname, char *outname, int test)
567 else if (outname == NULL || *outname == 0) {
568 outname = "-";
572 outfile = open(outname, O_CREAT | O_TRUNC | O_WRONLY, 0666);
575 fprintf(stderr, "gun cannot create %s\n", outname);
591 copymeta(inname, outname); /* copy attributes */
599 if (outfile > 2) unlink(outname);
634 char *outname; local
    [all...]
  /src/external/gpl3/gdb/dist/zlib/examples/
gun.c 540 inname is NULL or an empty string, read from stdin. If outname is NULL or
543 outname.
548 local int gunzip(z_stream *strm, char *inname, char *outname, int test)
567 else if (outname == NULL || *outname == 0) {
568 outname = "-";
572 outfile = open(outname, O_CREAT | O_TRUNC | O_WRONLY, 0666);
575 fprintf(stderr, "gun cannot create %s\n", outname);
591 copymeta(inname, outname); /* copy attributes */
599 if (outfile > 2) unlink(outname);
634 char *outname; local
    [all...]
  /src/external/gpl3/gdb.old/dist/zlib/examples/
gun.c 540 inname is NULL or an empty string, read from stdin. If outname is NULL or
543 outname.
548 local int gunzip(z_stream *strm, char *inname, char *outname, int test)
567 else if (outname == NULL || *outname == 0) {
568 outname = "-";
572 outfile = open(outname, O_CREAT | O_TRUNC | O_WRONLY, 0666);
575 fprintf(stderr, "gun cannot create %s\n", outname);
591 copymeta(inname, outname); /* copy attributes */
599 if (outfile > 2) unlink(outname);
634 char *outname; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/recipes/
25-test_eai_data.t 39 sub outname {
44 $out = outname();
48 $out = outname();
  /src/crypto/external/bsd/openssl/dist/test/recipes/
25-test_eai_data.t 39 sub outname {
44 $out = outname();
48 $out = outname();
  /src/external/gpl2/dtc/dist/
dtc.c 167 const char *outname = "-"; local
191 outname = optarg;
285 fprintf(depfile, "%s:", outname);
291 outform = guess_type_by_name(outname, NULL);
310 dti->outname = outname;
343 if (streq(outname, "-")) {
346 outf = fopen(outname, "wb");
349 outname, strerror(errno));

Completed in 47 milliseconds

1 2 3 4