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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Dfinger.c1298 char *mbxpath; /* space for entire pathname */ local
1302 mbxpath = malloc(strlen(name) + strlen(MAILDIR) + 1);
1303 if (mbxpath == NULL)
1306 (void) strcpy(mbxpath, mbxdir); /* copy preamble into path name */
1307 (void) strcat(mbxpath, name); /* concatenate user name to path */
1309 if (stat(mbxpath, &buf) == -1 || buf.st_size == 0) {
1344 free(mbxpath);

Completed in 61 milliseconds