Searched refs:left (Results 1 – 5 of 5) sorted by relevance
/bionic/libc/upstream-freebsd/lib/libc/stdlib/ |
D | realpath.c | 58 char left[PATH_MAX], next_token[PATH_MAX], symlink[PATH_MAX]; in realpath() local 82 left_len = strlcpy(left, path + 1, sizeof(left)); in realpath() 94 left_len = strlcpy(left, path, sizeof(left)); in realpath() 96 if (left_len >= sizeof(left) || resolved_len >= PATH_MAX) { in realpath() 111 p = strchr(left, '/'); in realpath() 112 s = p ? p : left + left_len; in realpath() 113 if (s - left >= sizeof(next_token)) { in realpath() 119 memcpy(next_token, left, s - left); in realpath() 120 next_token[s - left] = '\0'; in realpath() 121 left_len -= s - left; in realpath() [all …]
|
/bionic/libc/netbsd/resolv/ |
D | res_random.c | 142 u_int left, right, tmp; in permute15() local 147 left = (in >> 8) & 0x7f; in permute15() 160 tmp ^= left; in permute15() 161 left = right; in permute15() 165 return (right << 8) | left; in permute15()
|
/bionic/libc/arch-mips/string/ |
D | memset.S | 193 # 96 bytes left. The value "96" is calculated as needed buffer for
|
D | memcpy.S | 401 # Now less than 4 bytes (value in a2) left to copy
|
/bionic/libc/kernel/common/linux/ |
D | videodev2.h | 120 __s32 left; member
|