Searched refs:oldfile (Results 1 - 8 of 8) sorted by relevance
| /illumos-gate/usr/src/lib/libc/port/gen/ |
| H A D | errlist.awk | 57 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
|
| /illumos-gate/usr/src/lib/libsecdb/common/ |
| H A D | i.rbac | 520 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...] |
| /illumos-gate/usr/src/tools/cscope-fast/ |
| H A D | command.c | 488 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 D | main.c | 953 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...] |
| /illumos-gate/usr/src/cmd/diff/ |
| H A D | diff.c | 916 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;
|
| /illumos-gate/usr/src/cmd/modload/ |
| H A D | drvsubr.c | 342 char *oldfile, 385 gettext(ERR_INT_UPDATE), oldfile); 390 if ((fp = fopen(oldfile, "r")) == NULL) { 392 (void) fprintf(stderr, gettext(ERR_CANT_ACCESS_FILE), oldfile); 404 (void) snprintf(newfile, sizeof (newfile), "%s%s", oldfile, ".hold"); 438 (void) fprintf(stderr, gettext(ERR_UPDATE), oldfile); 449 oldfile); 458 oldfile, line); 470 oldfile); 477 if ((strcmp(oldfile, minor_per 341 delete_entry( char *oldfile, char *driver_name, char *marker, char *match) argument 1594 list_entry( char *oldfile, char *driver_name, char *marker) argument [all...] |
| /illumos-gate/usr/src/lib/libast/common/vmalloc/ |
| H A D | vmdebug.c | 509 char *file, *oldfile; local 554 oldfile = DBFILE(addr); 565 dbsetinfo((Vmuchar_t*)addr,oldsize,oldfile,oldline);
|
| /illumos-gate/usr/src/cmd/zonestat/zonestatd/ |
| H A D | zonestatd.c | 518 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 104 milliseconds