Home | History | Annotate | Download | only in msan

Lines Matching full:gethostname

757 INTERCEPTOR(int, gethostname, char *name, SIZE_T len) {
759 int res = REAL(gethostname)(name, len);
1583 INTERCEPT_FUNCTION(gethostname);