prefix 370 compile.c prefix ": " #ndtype " is expected, but %s", \
prefix 378 compile.c prefix ": must be " #ndtype ", but 0"); \
prefix 384 compile.c compile_bug(ERROR_ARGS_AT(error_node) prefix ": unknown node (%s)", \
prefix 1215 dln.c static const char prefix[] = "rb_";
prefix 1222 dln.c if (strncmp(name, prefix, sizeof(prefix) - 1) == 0) {
prefix 202 ext/psych/psych_emitter.c tail->prefix = (yaml_char_t *)RSTRING_PTR(value);
prefix 337 ext/psych/psych_parser.c VALUE prefix = Qnil;
prefix 346 ext/psych/psych_parser.c if(start->prefix) {
prefix 347 ext/psych/psych_parser.c prefix = rb_str_new2((const char *)start->prefix);
prefix 348 ext/psych/psych_parser.c if (tainted) OBJ_TAINT(prefix);
prefix 350 ext/psych/psych_parser.c PSYCH_TRANSCODE(prefix, encoding, internal_enc);
prefix 354 ext/psych/psych_parser.c rb_ary_push(tag_directives, rb_ary_new3((long)2, handle, prefix));
prefix 231 ext/psych/yaml/api.c yaml_free(tag_directive.prefix);
prefix 401 ext/psych/yaml/api.c yaml_free(tag_directive.prefix);
prefix 586 ext/psych/yaml/api.c yaml_free(token->data.tag_directive.prefix);
prefix 733 ext/psych/yaml/api.c assert(tag_directive->prefix);
prefix 737 ext/psych/yaml/api.c if (!yaml_check_utf8(tag_directive->prefix,
prefix 738 ext/psych/yaml/api.c strlen((char *)tag_directive->prefix)))
prefix 741 ext/psych/yaml/api.c value.prefix = yaml_strdup(tag_directive->prefix);
prefix 742 ext/psych/yaml/api.c if (!value.handle || !value.prefix) goto error;
prefix 746 ext/psych/yaml/api.c value.prefix = NULL;
prefix 761 ext/psych/yaml/api.c yaml_free(value.prefix);
prefix 765 ext/psych/yaml/api.c yaml_free(value.prefix);
prefix 997 ext/psych/yaml/api.c yaml_free(tag_directive->prefix);
prefix 1078 ext/psych/yaml/api.c assert(tag_directive->prefix);
prefix 1082 ext/psych/yaml/api.c if (!yaml_check_utf8(tag_directive->prefix,
prefix 1083 ext/psych/yaml/api.c strlen((char *)tag_directive->prefix)))
prefix 1086 ext/psych/yaml/api.c value.prefix = yaml_strdup(tag_directive->prefix);
prefix 1087 ext/psych/yaml/api.c if (!value.handle || !value.prefix) goto error;
prefix 1091 ext/psych/yaml/api.c value.prefix = NULL;
prefix 1107 ext/psych/yaml/api.c yaml_free(value.prefix);
prefix 1111 ext/psych/yaml/api.c yaml_free(value.prefix);
prefix 1156 ext/psych/yaml/api.c yaml_free(tag_directive->prefix);
prefix 381 ext/psych/yaml/emitter.c copy.prefix = yaml_strdup(value.prefix);
prefix 382 ext/psych/yaml/emitter.c if (!copy.handle || !copy.prefix) {
prefix 394 ext/psych/yaml/emitter.c yaml_free(copy.prefix);
prefix 622 ext/psych/yaml/emitter.c if (!yaml_emitter_write_tag_content(emitter, tag_directive->prefix,
prefix 623 ext/psych/yaml/emitter.c strlen((char *)tag_directive->prefix), 1))
prefix 713 ext/psych/yaml/emitter.c yaml_free(tag_directive.prefix);
prefix 1353 ext/psych/yaml/emitter.c yaml_string_t prefix;
prefix 1358 ext/psych/yaml/emitter.c prefix_length = strlen((char *)tag_directive.prefix);
prefix 1360 ext/psych/yaml/emitter.c STRING_ASSIGN(prefix, tag_directive.prefix, prefix_length);
prefix 1387 ext/psych/yaml/emitter.c if (prefix.start == prefix.end) {
prefix 1453 ext/psych/yaml/emitter.c size_t prefix_length = strlen((char *)tag_directive->prefix);
prefix 1455 ext/psych/yaml/emitter.c && strncmp((char *)tag_directive->prefix, (char *)string.start,
prefix 426 ext/psych/yaml/parser.c yaml_free(tag_directives.end[-1].prefix);
prefix 490 ext/psych/yaml/parser.c yaml_free(tag_directive.prefix);
prefix 606 ext/psych/yaml/parser.c size_t prefix_len = strlen((char *)tag_directive->prefix);
prefix 613 ext/psych/yaml/parser.c memcpy(tag, tag_directive->prefix, prefix_len);
prefix 1281 ext/psych/yaml/parser.c value.prefix = token->data.tag_directive.prefix;
prefix 1326 ext/psych/yaml/parser.c yaml_free(tag_directive.prefix);
prefix 1354 ext/psych/yaml/parser.c copy.prefix = yaml_strdup(value.prefix);
prefix 1355 ext/psych/yaml/parser.c if (!copy.handle || !copy.prefix) {
prefix 1367 ext/psych/yaml/parser.c yaml_free(copy.prefix);
prefix 2002 ext/psych/yaml/scanner.c yaml_char_t *handle = NULL, *prefix = NULL;
prefix 2040 ext/psych/yaml/scanner.c &handle, &prefix))
prefix 2047 ext/psych/yaml/scanner.c TAG_DIRECTIVE_TOKEN_INIT(*token, handle, prefix,
prefix 2096 ext/psych/yaml/scanner.c yaml_free(prefix);
prefix 2311 ext/psych/yaml/scanner.c *prefix = prefix_value;
prefix 93 ext/psych/yaml/yaml.h yaml_char_t *prefix;
prefix 324 ext/psych/yaml/yaml.h yaml_char_t *prefix;
prefix 543 ext/psych/yaml/yaml_private.h (token).data.tag_directive.prefix = (token_prefix))
prefix 930 ext/socket/option.c rb_str_catf(ret, "%s%u.%06us", prefix, t / 1000000, t % 1000000);
prefix 942 ext/socket/option.c rb_str_catf(ret, "%s%u.%03us", prefix, t / 1000, t % 1000);
prefix 3739 file.c const char *prefix = RSTRING_PTR(testpath);
prefix 3740 file.c const char *last = rb_enc_left_char_head(prefix, prefix + *prefixlenp - 1, prefix + *prefixlenp, enc);
prefix 305 nacl/pepper_main.c const size_t prefix_len = strlen(prefix);
prefix 306 nacl/pepper_main.c return len >= prefix_len && memcmp(cstr, prefix, len) == 0;
prefix 2543 object.c static const char prefix[] = "to_";
prefix 2545 object.c if (strncmp(prefix, method, sizeof(prefix)-1) == 0) {
prefix 2546 object.c const char *const meth = &method[sizeof(prefix)-1];
prefix 795 sprintf.c const char *prefix = 0;
prefix 818 sprintf.c prefix = "0"; break;
prefix 820 sprintf.c prefix = "0x"; break;
prefix 822 sprintf.c prefix = "0X"; break;
prefix 824 sprintf.c prefix = "0b"; break;
prefix 826 sprintf.c prefix = "0B"; break;
prefix 979 sprintf.c if (prefix && !prefix[1]) { /* octal */
prefix 981 sprintf.c prefix = 0;
prefix 988 sprintf.c prefix = 0;
prefix 992 sprintf.c prefix = 0;
prefix 994 sprintf.c if (prefix) {
prefix 995 sprintf.c width -= (int)strlen(prefix);
prefix 1003 sprintf.c if (!prefix && prec == 0 && len == 1 && *s == '0') len = 0;
prefix 1015 sprintf.c if (prefix) {
prefix 1016 sprintf.c int plen = (int)strlen(prefix);
prefix 1017 sprintf.c PUSH(prefix, plen);
prefix 6272 win32/win32.c static const char prefix[] = "\\\\.\\pipe\\ruby";
prefix 6279 win32/win32.c char name[sizeof(prefix) + width_of_ids];
prefix 6285 win32/win32.c memcpy(name, prefix, width_of_prefix);