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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libads/
H A Dldap_printer.c106 char *str_value = NULL; local
113 pull_ucs2_talloc(ctx, &str_value, (const smb_ucs2_t *) value->data_p);
114 status = ads_mod_str(ctx, mods, value->valuename, str_value);
127 char *str_value = NULL; local
132 str_value = talloc_asprintf(ctx, "%d", *((uint32 *) value->data_p));
133 if (!str_value) {
136 status = ads_mod_str(ctx, mods, value->valuename, str_value);
146 char *str_value; local
151 str_value = talloc_asprintf(ctx, "%s",
153 if (!str_value) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dexpr.c88 static VALUE *str_value(const char *s) function
238 v = str_value(sv->u.s + re_regs[1].rm_so);
244 v = str_value("");
272 return str_value(*G.args++);
293 return str_value(*G.args++);
326 v = str_value("");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dnutdec.c485 char name[256], str_value[1024], type_str[256]; local
518 get_str(bc, str_value, sizeof(str_value));
522 get_str(bc, str_value, sizeof(str_value));
543 set_disposition_bits(s, str_value, stream_id_plus1 - 1);
548 sscanf(str_value, "%d/%d", &st->r_frame_rate.num, &st->r_frame_rate.den);
556 av_dict_set(metadata, name, str_value, 0);
810 uint8_t name[256], str_value[256], type_str[256]; local
818 get_str(bc, str_value, sizeo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dnutdec.c401 char name[256], str_value[1024], type_str[256]; local
433 get_str(bc, str_value, sizeof(str_value));
437 get_str(bc, str_value, sizeof(str_value));
458 set_disposition_bits(s, str_value, stream_id_plus1 - 1);
463 av_dict_set(metadata, name, str_value, 0);

Completed in 100 milliseconds