Home
last modified time | relevance | path

Searched refs:outname (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/
H A Ddepcomp226 outname="$stripped.o"
230 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
231 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
/illumos-gate/usr/src/cmd/zic/
H A Dzic.c1361 open_outfile(char const **outname, char **tempname) in open_outfile() argument
1372 random_dirent(outname, tempname); in open_outfile()
1374 while (! (fp = fopen(*outname, fopen_mode))) { in open_outfile()
1377 mkdirs(*outname, true); in open_outfile()
1380 random_dirent(outname, tempname); in open_outfile()
1383 progname, directory, *outname, strerror(fopen_errno)); in open_outfile()
1466 char const *outname = linkname; in dolink() local
1483 if (linkat(AT_FDCWD, target, AT_FDCWD, outname, AT_SYMLINK_FOLLOW) in dolink()
1499 && (same_parent_dirs(target, outname) in dolink()
1501 if (link(target, outname) == 0) { in dolink()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dtypeset.c1282 int indent=tp->indent, outname=0, isfun; in print_namval() local
1302outname = (*tp->prefix=='t' && (!nv_isnull(np) || nv_isattr(np,NV_FLOAT|NV_RDONLY|NV_BINARY|NV_RJ… in print_namval()
1303 if(indent && (isfun || outname || *tp->prefix!='t')) in print_namval()
1396 else if(outname || (tp->scanmask && tp->scanroot==tp->sh->var_tree)) in print_namval()
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c262 char *outname; /* Name of the current output file */ member
1364 lem.tokenprefix = lem.outname = lem.extracode = 0;
2522 if( lemp->outname ) free(lemp->outname);
2523 lemp->outname = file_makename(lemp, suffix);
2524 fp = fopen(lemp->outname,mode);
2526 fprintf(stderr,"Can't open file \"%s\".\n",lemp->outname);
2858 fprintf(out,"\n#line %d \"%s\"\n",*lineno+2,lemp->outname); (*lineno)+=2;
2899 fprintf(out,"}\n#line %d \"%s\"\n",*lineno,lemp->outname);
2967 fprintf(out,"}\n#line %d \"%s\"\n",*lineno,lemp->outname);