LOCATE_PATH_MAX
u_char buf1[LOCATE_PATH_MAX] = " ";
u_char buf2[LOCATE_PATH_MAX];
u_char buf1[LOCATE_PATH_MAX] = " ";
u_char buf2[LOCATE_PATH_MAX];
u_char bigram1[NBG], bigram2[NBG], path[LOCATE_PATH_MAX + 2];
if (count < 0 || count >= LOCATE_PATH_MAX)
if (p - path >= LOCATE_PATH_MAX)
u_char bigram1[NBG], bigram2[NBG], path[LOCATE_PATH_MAX];
if (count < 0 || count >= LOCATE_PATH_MAX) {
#ifndef LOCATE_PATH_MAX
int i_max = LOCATE_PATH_MAX + OFFSET;
int i_min = -(LOCATE_PATH_MAX - OFFSET);
int i_max = LOCATE_PATH_MAX + OFFSET;
int i_min = -(LOCATE_PATH_MAX - OFFSET);