Searched refs:endstr (Results 1 - 7 of 7) sorted by relevance
/third_party/musl/src/regex/ |
H A D | fnmatch.c | 166 const char *s, *stail, *endstr; in fnmatch_internal() local 226 endstr = str + n; in fnmatch_internal() 232 for (s=endstr; s>str && tailcnt; tailcnt--) { in fnmatch_internal() 244 if ((k = str_next(s, endstr-s, &sinc)) <= 0) { in fnmatch_internal() 259 endstr = stail; in fnmatch_internal() 275 k = str_next(s, endstr-s, &sinc); in fnmatch_internal() 290 k = str_next(str, endstr-str, &sinc); in fnmatch_internal() 292 else for (str++; str_next(str, endstr-str, &sinc)<0; str++); in fnmatch_internal()
|
/third_party/node/deps/openssl/openssl/crypto/pem/ |
H A D | pem_lib.c | 737 static const char endstr[] = "-----END "; variable 740 #define ENDLEN ((int)(sizeof(endstr) - 1)) 847 if (!strncmp(linebuf, endstr, ENDLEN) || got_header == IN_HEADER) in get_header_and_data() 870 if (strncmp(linebuf, endstr, ENDLEN) == 0) { in get_header_and_data()
|
/third_party/openssl/crypto/pem/ |
H A D | pem_lib.c | 737 static const char endstr[] = "-----END "; variable 740 #define ENDLEN ((int)(sizeof(endstr) - 1)) 847 if (!strncmp(linebuf, endstr, ENDLEN) || got_header == IN_HEADER) in get_header_and_data() 870 if (strncmp(linebuf, endstr, ENDLEN) == 0) { in get_header_and_data()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | cmp.c | 1783 char *endstr; in handle_opt_geninfo() local 1799 value = strtol(valptr, &endstr, 10); in handle_opt_geninfo() 1800 if (endstr == valptr || *endstr != '\0') { in handle_opt_geninfo()
|
/third_party/openssl/apps/ |
H A D | cmp.c | 1783 char *endstr; in handle_opt_geninfo() local 1799 value = strtol(valptr, &endstr, 10); in handle_opt_geninfo() 1800 if (endstr == valptr || *endstr != '\0') { in handle_opt_geninfo()
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.h | 4043 * bool endstr(MyClosure* c, const MyHandlerData* d) { 5357 func *endstr; in upb_sink_endstr() local 5360 endstr = (func*)upb_handlers_gethandler(s.handlers, sel, &hd); in upb_sink_endstr() 5362 if (!endstr) return true; in upb_sink_endstr() 5363 return endstr(s.closure, hd); in upb_sink_endstr()
|
H A D | upb.c | 5628 SETTER(endstr, upb_endfield_handlerfunc*, UPB_HANDLER_ENDSTR) 12415 /* We track the depth so that we know when to emit startstr/endstr on the
|
Completed in 80 milliseconds