Searched defs:ln (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/gen/
H A Dexec.c136 size_t lp, ln, len; local
178 ln = strlen(name);
185 if (lp + ln + 2 > sizeof(buf)) {
199 bcopy(name, buf + lp + 1, ln);
200 buf[lp + ln + 1] = '\0';

Completed in 120 milliseconds