Home
last modified time | relevance | path

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

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