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

/freebsd-9.3-release/contrib/tcsh/
H A Dgethost.c192 char *undername = malloc(len + 10); local
194 snprintf(undername, len + 10, "__%.*s__)", (int)len,
196 buf = cat(buf, undername, len + 5);
198 snprintf(undername, len + 10, "__%.*s)", (int)len,
200 buf = cat(buf, undername, len + 3);

Completed in 102 milliseconds