Home
last modified time | relevance | path

Searched refs:value_end (Results 1 – 25 of 558) sorted by relevance

12345678910>>...23

/dports/net/hping3/hping3-20051105/
H A Dapdutils.c28 int *field_start, int *value_start, int *value_end) in ars_d_firstfield_off() argument
72 if (value_end) *value_end = (j-packet)-1; in ars_d_firstfield_off()
83 int *field_start, int *value_start, int *value_end) in ars_d_field_off() argument
91 field_start, value_start, value_end); in ars_d_field_off()
99 if (value_end) *value_end = end + toadd; in ars_d_field_off()
130 int field_start, value_start, value_end; in main() local
137 &field_start, &value_start, &value_end)) in main()
141 for (j = field_start; j <= value_end; j++) { in main()
/dports/www/trafficserver/trafficserver-9.1.1/plugins/experimental/uri_signing/
H A Dparse.c60 const char *value, *value_end; in get_jws_from_uri() local
86 value_end = ++value; in get_jws_from_uri()
87 while (value_end != end && strchr(reserved_string, *value_end) == NULL) { in get_jws_from_uri()
88 ++value_end; in get_jws_from_uri()
93 cjose_jws_t *jws = cjose_jws_import(value, (size_t)(value_end - value), &err); in get_jws_from_uri()
101 *strip_ct = ((key - uri) + (end - value_end)); in get_jws_from_uri()
107 if (value_end != end && strchr(sub_delim_string, *value_end)) { in get_jws_from_uri()
110 memcpy(strip_uri + (key - uri), value_end + 1, end - value_end - 1); in get_jws_from_uri()
114 memcpy(strip_uri + (key - uri - 1), value_end, (end - value_end)); in get_jws_from_uri()
/dports/lang/gcc10/gcc-10.3.0/libsanitizer/sanitizer_common/
H A Dsanitizer_flag_parser.h86 const char *value_end; in Parse() local
87 *t_ = internal_simple_strtoll(value, &value_end, 10); in Parse()
88 bool ok = *value_end == 0; in Parse()
95 const char *value_end; in Parse() local
96 *t_ = internal_simple_strtoll(value, &value_end, 10); in Parse()
97 bool ok = *value_end == 0; in Parse()
104 const char *value_end; in Parse() local
105 *t_ = internal_simple_strtoll(value, &value_end, 10); in Parse()
106 bool ok = *value_end == 0; in Parse()
/dports/devel/avr-gcc/gcc-10.2.0/libsanitizer/sanitizer_common/
H A Dsanitizer_flag_parser.h86 const char *value_end; in Parse() local
87 *t_ = internal_simple_strtoll(value, &value_end, 10); in Parse()
88 bool ok = *value_end == 0; in Parse()
95 const char *value_end; in Parse() local
96 *t_ = internal_simple_strtoll(value, &value_end, 10); in Parse()
97 bool ok = *value_end == 0; in Parse()
104 const char *value_end; in Parse() local
105 *t_ = internal_simple_strtoll(value, &value_end, 10); in Parse()
106 bool ok = *value_end == 0; in Parse()
/dports/lang/gcc10-devel/gcc-10-20211008/libsanitizer/sanitizer_common/
H A Dsanitizer_flag_parser.h86 const char *value_end; in Parse() local
87 *t_ = internal_simple_strtoll(value, &value_end, 10); in Parse()
88 bool ok = *value_end == 0; in Parse()
95 const char *value_end; in Parse() local
96 *t_ = internal_simple_strtoll(value, &value_end, 10); in Parse()
97 bool ok = *value_end == 0; in Parse()
104 const char *value_end; in Parse() local
105 *t_ = internal_simple_strtoll(value, &value_end, 10); in Parse()
106 bool ok = *value_end == 0; in Parse()
/dports/databases/mariadb105-client/mariadb-10.5.15/libmariadb/libmariadb/
H A Dma_default.c243 char *value_end; in _mariadb_read_options_from_file() local
248 value_end=strchr(value, '\0'); in _mariadb_read_options_from_file()
249 *value_end= 0; in _mariadb_read_options_from_file()
251 for ( ; isspace(value_end[-1]) ; value_end--) ; in _mariadb_read_options_from_file()
256 if (value_end[-1] == '\'' || value_end[-1] == '\"') in _mariadb_read_options_from_file()
257 value_end--; in _mariadb_read_options_from_file()
259 if (value_end < value) /* Empty string */ in _mariadb_read_options_from_file()
260 value_end=value; in _mariadb_read_options_from_file()
261 for ( ; value != value_end; value++) in _mariadb_read_options_from_file()
263 if (*value == '\\' && value != value_end-1) in _mariadb_read_options_from_file()
/dports/databases/mariadb104-server/mariadb-10.4.24/libmariadb/libmariadb/
H A Dma_default.c243 char *value_end;
248 value_end=strchr(value, '\0');
249 *value_end= 0;
251 for ( ; isspace(value_end[-1]) ; value_end--) ;
256 if (value_end[-1] == '\'' || value_end[-1] == '\"')
257 value_end--;
259 if (value_end < value) /* Empty string */
260 value_end=value;
261 for ( ; value != value_end; value++)
263 if (*value == '\\' && value != value_end-1)
/dports/databases/mariadb104-client/mariadb-10.4.24/libmariadb/libmariadb/
H A Dma_default.c243 char *value_end; in _mariadb_read_options_from_file() local
248 value_end=strchr(value, '\0'); in _mariadb_read_options_from_file()
249 *value_end= 0; in _mariadb_read_options_from_file()
251 for ( ; isspace(value_end[-1]) ; value_end--) ; in _mariadb_read_options_from_file()
256 if (value_end[-1] == '\'' || value_end[-1] == '\"') in _mariadb_read_options_from_file()
257 value_end--; in _mariadb_read_options_from_file()
259 if (value_end < value) /* Empty string */ in _mariadb_read_options_from_file()
260 value_end=value; in _mariadb_read_options_from_file()
261 for ( ; value != value_end; value++) in _mariadb_read_options_from_file()
263 if (*value == '\\' && value != value_end-1) in _mariadb_read_options_from_file()
/dports/databases/mariadb105-server/mariadb-10.5.15/libmariadb/libmariadb/
H A Dma_default.c243 char *value_end; in _mariadb_read_options_from_file() local
248 value_end=strchr(value, '\0'); in _mariadb_read_options_from_file()
249 *value_end= 0; in _mariadb_read_options_from_file()
251 for ( ; isspace(value_end[-1]) ; value_end--) ; in _mariadb_read_options_from_file()
256 if (value_end[-1] == '\'' || value_end[-1] == '\"') in _mariadb_read_options_from_file()
257 value_end--; in _mariadb_read_options_from_file()
259 if (value_end < value) /* Empty string */ in _mariadb_read_options_from_file()
260 value_end=value; in _mariadb_read_options_from_file()
261 for ( ; value != value_end; value++) in _mariadb_read_options_from_file()
263 if (*value == '\\' && value != value_end-1) in _mariadb_read_options_from_file()
/dports/databases/mariadb103-server/mariadb-10.3.34/libmariadb/libmariadb/
H A Dma_default.c243 char *value_end; in _mariadb_read_options_from_file() local
248 value_end=strchr(value, '\0'); in _mariadb_read_options_from_file()
249 *value_end= 0; in _mariadb_read_options_from_file()
251 for ( ; isspace(value_end[-1]) ; value_end--) ; in _mariadb_read_options_from_file()
256 if (value_end[-1] == '\'' || value_end[-1] == '\"') in _mariadb_read_options_from_file()
257 value_end--; in _mariadb_read_options_from_file()
259 if (value_end < value) /* Empty string */ in _mariadb_read_options_from_file()
260 value_end=value; in _mariadb_read_options_from_file()
261 for ( ; value != value_end; value++) in _mariadb_read_options_from_file()
263 if (*value == '\\' && value != value_end-1) in _mariadb_read_options_from_file()
/dports/databases/mariadb103-client/mariadb-10.3.34/libmariadb/libmariadb/
H A Dma_default.c243 char *value_end;
248 value_end=strchr(value, '\0');
249 *value_end= 0;
251 for ( ; isspace(value_end[-1]) ; value_end--) ;
256 if (value_end[-1] == '\'' || value_end[-1] == '\"')
257 value_end--;
259 if (value_end < value) /* Empty string */
260 value_end=value;
261 for ( ; value != value_end; value++)
263 if (*value == '\\' && value != value_end-1)
/dports/databases/mariadb-connector-c/mariadb-connector-c-3.2.4-src/libmariadb/
H A Dma_default.c243 char *value_end; in _mariadb_read_options_from_file() local
248 value_end=strchr(value, '\0'); in _mariadb_read_options_from_file()
249 *value_end= 0; in _mariadb_read_options_from_file()
251 for ( ; isspace(value_end[-1]) ; value_end--) ; in _mariadb_read_options_from_file()
256 if (value_end[-1] == '\'' || value_end[-1] == '\"') in _mariadb_read_options_from_file()
257 value_end--; in _mariadb_read_options_from_file()
259 if (value_end < value) /* Empty string */ in _mariadb_read_options_from_file()
260 value_end=value; in _mariadb_read_options_from_file()
261 for ( ; value != value_end; value++) in _mariadb_read_options_from_file()
263 if (*value == '\\' && value != value_end-1) in _mariadb_read_options_from_file()
/dports/lang/gcc12-devel/gcc-12-20211205/libsanitizer/sanitizer_common/
H A Dsanitizer_flag_parser.h117 const char *value_end; in Parse() local
118 *t_ = internal_simple_strtoll(value, &value_end, 10); in Parse()
119 bool ok = *value_end == 0; in Parse()
132 const char *value_end; in Parse() local
133 *t_ = internal_simple_strtoll(value, &value_end, 10); in Parse()
134 bool ok = *value_end == 0; in Parse()
147 const char *value_end; in Parse() local
148 *t_ = internal_simple_strtoll(value, &value_end, 10); in Parse()
149 bool ok = *value_end == 0; in Parse()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flag_parser.h117 const char *value_end; in Parse() local
118 *t_ = internal_simple_strtoll(value, &value_end, 10); in Parse()
119 bool ok = *value_end == 0; in Parse()
132 const char *value_end; in Parse() local
133 *t_ = internal_simple_strtoll(value, &value_end, 10); in Parse()
134 bool ok = *value_end == 0; in Parse()
147 const char *value_end; in Parse() local
148 *t_ = internal_simple_strtoll(value, &value_end, 10); in Parse()
149 bool ok = *value_end == 0; in Parse()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flag_parser.h117 const char *value_end; in Parse() local
118 *t_ = internal_simple_strtoll(value, &value_end, 10); in Parse()
119 bool ok = *value_end == 0; in Parse()
132 const char *value_end; in Parse() local
133 *t_ = internal_simple_strtoll(value, &value_end, 10); in Parse()
134 bool ok = *value_end == 0; in Parse()
147 const char *value_end; in Parse() local
148 *t_ = internal_simple_strtoll(value, &value_end, 10); in Parse()
149 bool ok = *value_end == 0; in Parse()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flag_parser.h117 const char *value_end; in Parse() local
118 *t_ = internal_simple_strtoll(value, &value_end, 10); in Parse()
119 bool ok = *value_end == 0; in Parse()
132 const char *value_end; in Parse() local
133 *t_ = internal_simple_strtoll(value, &value_end, 10); in Parse()
134 bool ok = *value_end == 0; in Parse()
147 const char *value_end; in Parse() local
148 *t_ = internal_simple_strtoll(value, &value_end, 10); in Parse()
149 bool ok = *value_end == 0; in Parse()
/dports/lang/gcc11-devel/gcc-11-20211009/libsanitizer/sanitizer_common/
H A Dsanitizer_flag_parser.h117 const char *value_end; in Parse() local
118 *t_ = internal_simple_strtoll(value, &value_end, 10); in Parse()
119 bool ok = *value_end == 0; in Parse()
132 const char *value_end; in Parse() local
133 *t_ = internal_simple_strtoll(value, &value_end, 10); in Parse()
134 bool ok = *value_end == 0; in Parse()
147 const char *value_end; in Parse() local
148 *t_ = internal_simple_strtoll(value, &value_end, 10); in Parse()
149 bool ok = *value_end == 0; in Parse()
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flag_parser.h117 const char *value_end; in Parse() local
118 *t_ = internal_simple_strtoll(value, &value_end, 10); in Parse()
119 bool ok = *value_end == 0; in Parse()
132 const char *value_end; in Parse() local
133 *t_ = internal_simple_strtoll(value, &value_end, 10); in Parse()
134 bool ok = *value_end == 0; in Parse()
147 const char *value_end; in Parse() local
148 *t_ = internal_simple_strtoll(value, &value_end, 10); in Parse()
149 bool ok = *value_end == 0; in Parse()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flag_parser.h117 const char *value_end; in Parse() local
118 *t_ = internal_simple_strtoll(value, &value_end, 10); in Parse()
119 bool ok = *value_end == 0; in Parse()
132 const char *value_end; in Parse() local
133 *t_ = internal_simple_strtoll(value, &value_end, 10); in Parse()
134 bool ok = *value_end == 0; in Parse()
147 const char *value_end; in Parse() local
148 *t_ = internal_simple_strtoll(value, &value_end, 10); in Parse()
149 bool ok = *value_end == 0; in Parse()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flag_parser.h117 const char *value_end; in Parse() local
118 *t_ = internal_simple_strtoll(value, &value_end, 10); in Parse()
119 bool ok = *value_end == 0; in Parse()
132 const char *value_end; in Parse() local
133 *t_ = internal_simple_strtoll(value, &value_end, 10); in Parse()
134 bool ok = *value_end == 0; in Parse()
147 const char *value_end; in Parse() local
148 *t_ = internal_simple_strtoll(value, &value_end, 10); in Parse()
149 bool ok = *value_end == 0; in Parse()
/dports/lang/zig-devel/zig-0.9.0/lib/tsan/sanitizer_common/
H A Dsanitizer_flag_parser.h117 const char *value_end; in Parse() local
118 *t_ = internal_simple_strtoll(value, &value_end, 10); in Parse()
119 bool ok = *value_end == 0; in Parse()
132 const char *value_end; in Parse() local
133 *t_ = internal_simple_strtoll(value, &value_end, 10); in Parse()
134 bool ok = *value_end == 0; in Parse()
147 const char *value_end; in Parse() local
148 *t_ = internal_simple_strtoll(value, &value_end, 10); in Parse()
149 bool ok = *value_end == 0; in Parse()
/dports/lang/zig/zig-0.9.0/lib/tsan/sanitizer_common/
H A Dsanitizer_flag_parser.h117 const char *value_end; in Parse() local
118 *t_ = internal_simple_strtoll(value, &value_end, 10); in Parse()
119 bool ok = *value_end == 0; in Parse()
132 const char *value_end; in Parse() local
133 *t_ = internal_simple_strtoll(value, &value_end, 10); in Parse()
134 bool ok = *value_end == 0; in Parse()
147 const char *value_end; in Parse() local
148 *t_ = internal_simple_strtoll(value, &value_end, 10); in Parse()
149 bool ok = *value_end == 0; in Parse()
/dports/lang/gcc11/gcc-11.2.0/libsanitizer/sanitizer_common/
H A Dsanitizer_flag_parser.h117 const char *value_end; in Parse() local
118 *t_ = internal_simple_strtoll(value, &value_end, 10); in Parse()
119 bool ok = *value_end == 0; in Parse()
132 const char *value_end; in Parse() local
133 *t_ = internal_simple_strtoll(value, &value_end, 10); in Parse()
134 bool ok = *value_end == 0; in Parse()
147 const char *value_end; in Parse() local
148 *t_ = internal_simple_strtoll(value, &value_end, 10); in Parse()
149 bool ok = *value_end == 0; in Parse()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flag_parser.h117 const char *value_end; in Parse() local
118 *t_ = internal_simple_strtoll(value, &value_end, 10); in Parse()
119 bool ok = *value_end == 0; in Parse()
132 const char *value_end; in Parse() local
133 *t_ = internal_simple_strtoll(value, &value_end, 10); in Parse()
134 bool ok = *value_end == 0; in Parse()
147 const char *value_end; in Parse() local
148 *t_ = internal_simple_strtoll(value, &value_end, 10); in Parse()
149 bool ok = *value_end == 0; in Parse()
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/lib/sanitizer_common/
H A Dsanitizer_flag_parser.h117 const char *value_end; in Parse() local
118 *t_ = internal_simple_strtoll(value, &value_end, 10); in Parse()
119 bool ok = *value_end == 0; in Parse()
132 const char *value_end; in Parse() local
133 *t_ = internal_simple_strtoll(value, &value_end, 10); in Parse()
134 bool ok = *value_end == 0; in Parse()
147 const char *value_end; in Parse() local
148 *t_ = internal_simple_strtoll(value, &value_end, 10); in Parse()
149 bool ok = *value_end == 0; in Parse()

12345678910>>...23