Lines Matching defs:oldfile
518 char oldfile[MAXPATHLEN];
544 ret = acctctl(AC_PROC | AC_FILE_GET, oldfile, sizeof (oldfile));
568 char oldfile[MAXPATHLEN];
571 ret = acctctl(AC_PROC | AC_FILE_GET, oldfile, sizeof (oldfile));
572 if (ret == 0 && strcmp(oldfile, path) != 0)
617 char oldfile[MAXPATHLEN];
620 ret = acctctl(AC_PROC | AC_FILE_GET, oldfile, sizeof (oldfile));
621 if (ret == 0 && strcmp(oldfile, path) != 0)