Searched refs:oldfile (Results 1 - 14 of 14) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libc/port/gen/
H A Derrlist.awk57 oldfile = "errlst.c"
59 print "#pragma ident\t\"%Z%%M%\t%I%\t%E% SMI\"\n" >oldfile
60 print "#pragma weak _sys_errlist = sys_errlist\n" >oldfile
61 print "#include \"lint.h\"\n" >oldfile
65 print "#define\tC(x)\n" >oldfile
66 print "extern const char __sys_errs[];\n" >oldfile
67 print "const char *sys_errlist[] = {" >oldfile
98 >oldfile
110 print "};\n" >oldfile
/opensolaris-onvv-gate/usr/src/lib/libsecdb/common/
H A Di.rbac520 while read newfile oldfile ; do
524 mkdir -m 755 -p ${oldfile}.d
525 rm -f ${oldfile}.d/"$PKGINST"
526 cp $newfile ${oldfile}.d/"$PKGINST"
529 chmod a-w,a+r ${oldfile}.d/"$PKGINST"
534 if [ ! -f $oldfile ]; then
535 cp $newfile $oldfile
538 set_type_and_outfile $oldfile
546 dbmerge $type $oldfile $newfile $outfile
548 echo "$0 : failed to merge $newfile with $oldfile"
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/File/t/
H A D28_mtwrite.t16 my $oldfile;
39 $oldfile = mkrand($FLEN);
135 $oldfile = mkrand($FLEN);
158 $oldfile = mkrand($FLEN);
184 $oldfile = mkrand($FLEN);
203 print F $oldfile;
208 my $expected = $oldfile;
H A D27_iwrite.t20 my $oldfile;
27 $oldfile = mkrand($FLEN);
125 $oldfile = mkrand($FLEN);
149 $oldfile = mkrand($FLEN);
185 print F $oldfile;
191 my $expected = $oldfile;
H A D26_twrite.t276 my $oldfile = $d x $recs;
278 substr($oldfile, $FLEN) = "" if defined $FLEN; # truncate
279 print F $oldfile;
285 my $expected = $oldfile;
H A D29_downcopy.t250 my $oldfile = $d x $recs;
252 substr($oldfile, $FLEN) = "" if defined $FLEN; # truncate
253 print F $oldfile;
259 my $expected = $oldfile;
H A D29a_upcopy.t111 my $oldfile = $d x $recs;
113 substr($oldfile, $FLEN) = "" if defined $FLEN; # truncate
114 print F $oldfile;
121 my $expected = $oldfile;
/opensolaris-onvv-gate/usr/src/tools/cscope-fast/
H A Dcommand.c488 char oldfile[PATHLEN + 1]; /* old file name */ local
606 *oldfile = '\0';
615 if (strcmp(newfile, oldfile) != 0) {
627 if (*oldfile != '\0') {
632 (void) strcpy(oldfile, newfile);
633 (void) fprintf(script, "e %s\n", oldfile);
H A Dmain.c953 char *oldfile; /* file in old cross-reference */ local
1099 oldfile = getoldfile();
1103 oldfile = NULL;
1151 while (oldfile != NULL && strcmp(file, oldfile) > 0) {
1152 oldfile = getoldfile();
1158 if (oldfile == NULL || strcmp(file, oldfile) < 0) {
1175 oldfile = getoldfile();
1184 oldfile
[all...]
/opensolaris-onvv-gate/usr/src/cmd/diff/
H A Ddiff.c916 fetch(long *f, int a, int b, int filen, char *s, int oldfile) argument
930 if (opt == D_IFDEF && oldfile) {
950 oneflag && oldfile == 1 ? "!" : "", ifdef2);
955 if (oldfile)
962 endifname = oldfile ? ifdef1 : ifdef2;
967 inifdef = 1 + oldfile;
/opensolaris-onvv-gate/usr/src/cmd/modload/
H A Ddrvsubr.c339 char *oldfile,
380 gettext(ERR_INT_UPDATE), oldfile);
385 if ((fp = fopen(oldfile, "r")) == NULL) {
387 (void) fprintf(stderr, gettext(ERR_CANT_ACCESS_FILE), oldfile);
395 tptr = calloc(strlen(oldfile) + strlen(XEND) + 1, 1);
402 (void) strcpy(tptr, oldfile);
426 (void) fprintf(stderr, gettext(ERR_UPDATE), oldfile);
437 oldfile);
446 oldfile, line);
458 oldfile);
338 delete_entry( char *oldfile, char *driver_name, char *marker, char *match) argument
1608 list_entry( char *oldfile, char *driver_name, char *marker) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dlibnetcfg.PL79 C<-i oldfile>, and it is searched first from the current directory,
370 C<-i oldfile>, and it is searched first from the current directory,
/opensolaris-onvv-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmdebug.c509 char *file, *oldfile; local
554 oldfile = DBFILE(addr);
565 dbsetinfo((Vmuchar_t*)addr,oldsize,oldfile,oldline);
/opensolaris-onvv-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c518 char oldfile[MAXPATHLEN]; local
544 ret = acctctl(AC_PROC | AC_FILE_GET, oldfile, sizeof (oldfile));
568 char oldfile[MAXPATHLEN]; local
571 ret = acctctl(AC_PROC | AC_FILE_GET, oldfile, sizeof (oldfile));
572 if (ret == 0 && strcmp(oldfile, path) != 0)
617 char oldfile[MAXPATHLEN]; local
620 ret = acctctl(AC_PROC | AC_FILE_GET, oldfile, sizeof (oldfile));
[all...]

Completed in 144 milliseconds