Searched refs:str_buf (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/lib/libiberty/src/
H A Dregex.c6189 CHAR_T str_buf[WORK_BUFFER_SIZE];
6305 str_buf[i] = TRANSLATE(*d);
6306 str_buf[i+1] = '\0';
6309 match = __wcscoll (workp, str_buf);
6311 match = wcscoll (workp, str_buf);
6317 /* (str_buf > workp) indicate (str_buf + X > workp),
6318 because for all X (str_buf + X > str_buf).
6322 /* Otherwise(str_buf < work
6172 CHAR_T str_buf[WORK_BUFFER_SIZE]; local
[all...]
/openbsd-current/usr.sbin/nsd/
H A Dserver.c107 char str_buf[64]; local
118 inet_ntop(AF_INET, &s->sin_addr.s_addr, str_buf, sizeof(str_buf));
119 VERBOSITY(6, (LOG_INFO, "%s: address is: %s, port is: %d", descr, str_buf, ntohs(s->sin_port)));
123 inet_ntop(AF_INET6, &s6->sin6_addr.s6_addr, str_buf, sizeof(str_buf));
124 VERBOSITY(6, (LOG_INFO, "%s: address is: %s, port is: %d", descr, str_buf, ntohs(s6->sin6_port)));

Completed in 146 milliseconds