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

/freebsd-12-stable/usr.bin/mail/
H A Dmain.c276 char *s, *path_rc; local
278 if ((path_rc = malloc(sizeof(_PATH_MASTER_RC))) == NULL)
279 err(1, "malloc(path_rc) failed");
281 strcpy(path_rc, _PATH_MASTER_RC);
282 while ((s = strsep(&path_rc, ":")) != NULL)

Completed in 98 milliseconds