Lines Matching defs:file
4 * The contents of this file are subject to the terms of the
6 * (the "License"). You may not use this file except in compliance
15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
144 char file[PATH_MAX];
154 (void) strlcpy(file, maildir, sizeof (file));
155 if (strlcat(file, mbox, sizeof (file)) >= sizeof (file)) {
176 mbfd = accessmf(file);
193 fprintf(stderr, "%s: Cannot append to %s\n", program, file);