Searched defs:oldfile (Results 1 - 6 of 6) sorted by relevance

/illumos-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...]
/illumos-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);
/illumos-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;
/illumos-gate/usr/src/cmd/modload/
H A Ddrvsubr.c342 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/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 72 milliseconds