Home
last modified time | relevance | path

Searched refs:get_str (Results 1 - 4 of 4) sorted by relevance

/third_party/toybox/toys/pending/
H A Dexpr.c72 char *get_str(struct value *v) in get_str() function
173 cmp = strcmp(s = get_str(ret), t = get_str(rhs)); in eval_op()
202 s = get_str(ret); in eval_op()
204 re(s, t = get_str(rhs), ret); in eval_op()
/third_party/ffmpeg/libavformat/
H A Dnutdec.c42 static int get_str(AVIOContext *bc, char *string, unsigned int maxlen) in get_str() function
551 ret = get_str(bc, name, sizeof(name)); in decode_info_header()
553 av_log(s, AV_LOG_ERROR, "get_str failed while decoding info header\n"); in decode_info_header()
561 ret = get_str(bc, str_value, sizeof(str_value)); in decode_info_header()
563 ret = get_str(bc, type_str, sizeof(type_str)); in decode_info_header()
565 av_log(s, AV_LOG_ERROR, "get_str failed while decoding info header\n"); in decode_info_header()
569 ret = get_str(bc, str_value, sizeof(str_value)); in decode_info_header()
584 av_log(s, AV_LOG_ERROR, "get_str failed while decoding info header\n"); in decode_info_header()
895 ret = get_str(bc, name, sizeof(name)); in read_sm_data()
897 av_log(s, AV_LOG_ERROR, "get_str faile in read_sm_data()
[all...]
/third_party/skia/src/ports/
H A DSkTypeface_mac_ct.cpp1028 static const char* get_str(CFStringRef ref, SkString* str) {
1038 get_str(CTFontCopyFamilyName(fFontRef.get()), familyName);
1056 desc->setFamilyName(get_str(CTFontCopyFamilyName(fFontRef.get()), &tmpStr));
1057 desc->setFullName(get_str(CTFontCopyFullName(fFontRef.get()), &tmpStr));
1058 desc->setPostscriptName(get_str(CTFontCopyPostScriptName(fFontRef.get()), &tmpStr));
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Ddefs.c39 static const char* get_str(VALUE str) { in get_str() function
450 const char* name_str = get_str(name); in DescriptorPool_lookup()
612 const char* s = get_str(name); in Descriptor_lookup()
650 const char* s = get_str(name); in Descriptor_lookup_oneof()
2040 return FileBuilderContext_strdup2(_self, get_str(rb_str)); in FileBuilderContext_strdup()

Completed in 8 milliseconds