Home
last modified time | relevance | path

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

/titanic_53/usr/src/cmd/sendmail/libsmutil/
H A Dcf.c43 char *cflocation; variable
60 cflocation = ni_propval("/locations", NULL, "sendmail",
62 if (cflocation != NULL)
63 (void) sm_strlcpy(cf, cflocation, sizeof cf);
72 cflocation = ni_propval("/locations", NULL, "sendmail",
74 if (cflocation != NULL)
75 return cflocation;