Searched refs:startp (Results 1 – 2 of 2) sorted by relevance
88 const char *startp = fmt; in _dl_debug_vdprintf() local121 if ((iov[niov].iov_len = fmt - startp) != 0) in _dl_debug_vdprintf()122 iov[niov++].iov_base = (char *) startp; in _dl_debug_vdprintf()250 if (fmt == startp) in _dl_debug_vdprintf()252 iov[niov].iov_base = (char *) startp; in _dl_debug_vdprintf()
2844 char *startp; in process_envvars() local2847 startp = _itoa (__getpid (), &buf[name_len + 11], 10, 0); in process_envvars()2848 *--startp = '.'; in process_envvars()2849 startp = memcpy (startp - name_len, debug_output, name_len); in process_envvars()2851 GLRO(dl_debug_fd) = __open64_nocancel (startp, flags, DEFFILEMODE); in process_envvars()
Completed in 8 milliseconds