/openbsd/gnu/usr.bin/perl/os2/OS2/OS2-REXX/ |
H A D | REXX.xs | 360 STRLEN valuelen; in constant() local 363 value = SvPV(ST(2*i+1),valuelen); in constant() 367 valuelen = 0; in constant() 372 var->shvvaluelen = valuelen; in constant() 374 MAKERXSTRING(var->shvvalue, value, valuelen); in constant() 452 int len = strlen(stem), namelen, valuelen; in _next() local 475 valuelen = sv.shvvalue.strlength; /* should be */ in _next() 477 valuelen = sv.shvvaluelen; /* is */ in _next() 481 valuelen, sv.shvvalue.strptr); in _next() 484 PUSHs(sv_2mortal(newSVpv(sv.shvvalue.strptr, valuelen))); in _next()
|
/openbsd/sys/dev/pv/ |
H A D | pvbus.c | 399 size_t valuelen = 0, keylen = 0, sz; in pvbusioctl() local 442 valuelen = pvr->pvr_valuelen; in pvbusioctl() 443 if ((error = pvbusgetstr(valuelen, str, &value)) != 0) in pvbusioctl() 448 key, value, valuelen)) != 0) in pvbusioctl() 461 free(value, M_TEMP, valuelen + 1); in pvbusioctl()
|
H A D | xenstore.c | 1067 xs_kvop(void *xsc, int op, char *key, char *value, size_t valuelen) in xs_kvop() argument 1098 memset(value, 0, valuelen); in xs_kvop() 1112 return (xs_kvop(xsc, PVBUS_KVLS, key, value, valuelen)); in xs_kvop() 1117 if (i > 0 && strlcat(value, "\n", valuelen) >= in xs_kvop() 1118 valuelen) { in xs_kvop() 1123 valuelen) >= valuelen) { in xs_kvop()
|
H A D | vmt.c | 486 vmt_kvop(void *arg, int op, char *key, char *value, size_t valuelen) in vmt_kvop() argument 544 if (rlen + 1 > valuelen) { in vmt_kvop() 564 bcopy(value + 2, value, valuelen - 2); in vmt_kvop()
|
/openbsd/usr.bin/tmux/ |
H A D | arguments.c | 990 size_t valuelen = strlen(value); in args_string_percentage() local 993 if (valuelen == 0) { in args_string_percentage() 997 if (value[valuelen - 1] == '%') { in args_string_percentage() 999 copy[valuelen - 1] = '\0'; in args_string_percentage() 1061 size_t valuelen = strlen(value); in args_string_percentage_and_expand() local 1064 if (value[valuelen - 1] == '%') { in args_string_percentage_and_expand() 1066 copy[valuelen - 1] = '\0'; in args_string_percentage_and_expand()
|
H A D | format.c | 4055 size_t valuelen; in format_loop_sessions() local 4059 valuelen = 1; in format_loop_sessions() 4114 size_t valuelen; in format_loop_windows() local 4129 valuelen = 1; in format_loop_windows() 4168 size_t valuelen; in format_loop_panes() local 4182 valuelen = 1; in format_loop_panes() 4220 size_t valuelen; in format_loop_clients() local 4223 valuelen = 1; in format_loop_clients() 4397 size_t valuelen; in format_replace() local 4799 valuelen = strlen(value); in format_replace() [all …]
|
H A D | status.c | 1705 size_t slen = strlen(s), valuelen; in status_prompt_complete_list() local 1729 valuelen = cp - value; in status_prompt_complete_list() 1730 if (slen > valuelen || strncmp(value, s, slen) != 0) in status_prompt_complete_list() 1733 xasprintf(&tmp, "%.*s", (int)valuelen, value); in status_prompt_complete_list()
|
/openbsd/sbin/unwind/libunbound/services/ |
H A D | listen_dnsport.c | 2534 headers[0].valuelen = 3; in http2_submit_dns_response() 2540 headers[1].valuelen = 23; in http2_submit_dns_response() 2546 headers[2].valuelen = strlen(rlen_str); in http2_submit_dns_response() 2641 headers[0].valuelen = 3; in http2_submit_error() 2962 else if(valuelen == 4 && in http2_req_header_cb() 2986 if(valuelen < el || memcmp(h2_session->c->http_endpoint, in http2_req_header_cb() 2993 if(valuelen <= el+qpl || in http2_req_header_cb() 2995 if(valuelen != el) in http2_req_header_cb() 3001 value+(el+qpl), valuelen-(el+qpl))) { in http2_req_header_cb() 3016 valuelen) != 0) { in http2_req_header_cb() [all …]
|
/openbsd/usr.sbin/unbound/services/ |
H A D | listen_dnsport.c | 2534 headers[0].valuelen = 3; in http2_submit_dns_response() 2540 headers[1].valuelen = 23; in http2_submit_dns_response() 2546 headers[2].valuelen = strlen(rlen_str); in http2_submit_dns_response() 2641 headers[0].valuelen = 3; in http2_submit_error() 2962 else if(valuelen == 4 && in http2_req_header_cb() 2986 if(valuelen < el || memcmp(h2_session->c->http_endpoint, in http2_req_header_cb() 2993 if(valuelen <= el+qpl || in http2_req_header_cb() 2995 if(valuelen != el) in http2_req_header_cb() 3001 value+(el+qpl), valuelen-(el+qpl))) { in http2_req_header_cb() 3016 valuelen) != 0) { in http2_req_header_cb() [all …]
|
/openbsd/usr.sbin/unbound/testcode/ |
H A D | dohclient.c | 201 headers[i].valuelen = strlen((char*)headers[i].value); in submit_query() 406 const uint8_t* value, size_t ATTR_UNUSED(valuelen), in http2_header_cb() argument
|