Searched refs:path_rc (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.bin/mail/
H A Dmain.c262 char *s, *path_rc; local
264 if ((path_rc = malloc(sizeof(_PATH_MASTER_RC))) == NULL)
265 err(1, "malloc(path_rc) failed");
267 strcpy(path_rc, _PATH_MASTER_RC);
268 while ((s = strsep(&path_rc, ":")) != NULL)

Completed in 56 milliseconds