Searched refs:undername (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | gethost.c | 199 char *undername = malloc(len + 10); in explode() local 200 if (undername == NULL) in explode() 203 snprintf(undername, len + 10, "__%.*s__)", (int)len, in explode() 205 buf = cat(buf, undername, len + 5); in explode() 207 snprintf(undername, len + 10, "__%.*s)", (int)len, in explode() 209 buf = cat(buf, undername, len + 3); in explode()
|
/freebsd/share/dict/ |
H A D | web2 | 214549 undername
|