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

/illumos-gate/usr/src/lib/libwrap/
H A Deval.c112 static char both[2 * STRING_LENGTH]; local
120 sprintf(both, "%s@%s", request->user, hostinfo);
121 return (both);
132 static char both[2 * STRING_LENGTH]; local
137 sprintf(both, "%s@%s", daemon, host);
138 return (both);

Completed in 56 milliseconds