Searched refs:strings_need (Results 1 – 7 of 7) sorted by relevance
2118 int strings_need; in build_reply() local2128 strings_need = strlen(he->h_name) + 1; /* 1 for null byte */ in build_reply()2132 strings_need += strlen(he->h_aliases[i]) + 1; in build_reply()2140 4 /* Nnames */ + strings_need /* The name and alias strings */; in build_reply()
2092 int strings_need; in build_reply() local2102 strings_need = strlen(he->h_name) + 1; /* 1 for null byte */ in build_reply()2106 strings_need += strlen(he->h_aliases[i]) + 1; in build_reply()2114 4 /* Nnames */ + strings_need /* The name and alias strings */; in build_reply()
2093 int strings_need; in build_reply() local2103 strings_need = strlen(he->h_name) + 1; /* 1 for null byte */ in build_reply()2107 strings_need += strlen(he->h_aliases[i]) + 1; in build_reply()2115 4 /* Nnames */ + strings_need /* The name and alias strings */; in build_reply()