Searched refs:str_buf (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/gnu/lib/libiberty/src/ |
| D | regex.c | 6172 CHAR_T str_buf[WORK_BUFFER_SIZE]; in wcs_re_match_2_internal() local 6288 str_buf[i] = TRANSLATE(*d); in wcs_re_match_2_internal() 6289 str_buf[i+1] = '\0'; in wcs_re_match_2_internal() 6292 match = __wcscoll (workp, str_buf); in wcs_re_match_2_internal() 6294 match = wcscoll (workp, str_buf); in wcs_re_match_2_internal() 6348 cp = (wint_t*)str_buf; in wcs_re_match_2_internal() 6356 str_buf[i] = TRANSLATE(*(d+i)); in wcs_re_match_2_internal() 6357 str_buf[i+1] = '\0'; /* sentinel */ in wcs_re_match_2_internal() 6363 d = backup_d + ((wchar_t*)cp - (wchar_t*)str_buf - 1); in wcs_re_match_2_internal() 6441 str_buf[i] = TRANSLATE(*d); in wcs_re_match_2_internal() [all …]
|
| /openbsd/src/usr.sbin/nsd/ |
| D | server.c | 107 char str_buf[64]; in log_addr() local 118 inet_ntop(AF_INET, &s->sin_addr.s_addr, str_buf, sizeof(str_buf)); in log_addr() 119 VERBOSITY(6, (LOG_INFO, "%s: address is: %s, port is: %d", descr, str_buf, ntohs(s->sin_port))); in log_addr() 123 inet_ntop(AF_INET6, &s6->sin6_addr.s6_addr, str_buf, sizeof(str_buf)); in log_addr() 124 VERBOSITY(6, (LOG_INFO, "%s: address is: %s, port is: %d", descr, str_buf, ntohs(s6->sin6_port))); in log_addr()
|