Lines Matching defs:file
4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
122 char *file = NULL;
157 file = optarg;
182 if (!(file || sflg)) {
189 if (!(disabled || enabled || Dflg || Eflg || file || sflg ||
243 if ((file || xflg || Dflg || Eflg || enabled || disabled) &&
258 if (!enabled && !disabled && !file &&
305 * Turn off the specified accounting and close its file
331 die(gettext("cannot close %s accounting file\n"),
402 if (file) {
404 * Open new accounting file
407 if (open_exacct_file(file, type) == -1) {
411 if (aconf_set_string(AC_PROP_FILE, file) == -1)
429 * accounting and opening the file so that we can start writing
543 strcmp(ac.file, AC_STR_NONE) != 0 ||