Searched refs:endp (Results 1 – 2 of 2) sorted by relevance
148 char *endp; in internal_gid_from_group() local155 val = strtol (p, &endp, 10); in internal_gid_from_group()159 if (endp == q && endp != p) in internal_gid_from_group()196 char *endp; in _nss_hesiod_initgroups_dyn() local210 val = strtol (p, &endp, 10); in _nss_hesiod_initgroups_dyn()216 if (*endp == '\0' && endp != p) in _nss_hesiod_initgroups_dyn()
156 char *endp; in hesiod_to_bind() local186 endp = (char *) __mempcpy (bindname, name, cp - name); in hesiod_to_bind()187 *endp++ = '.'; in hesiod_to_bind()188 endp = (char *) __stpcpy (endp, type); in hesiod_to_bind()191 *endp++ = '.'; in hesiod_to_bind()192 endp = __stpcpy (endp, ctx->LHS); in hesiod_to_bind()195 *endp++ = '.'; in hesiod_to_bind()196 strcpy (endp, RHS); in hesiod_to_bind()
Completed in 5 milliseconds