Searched refs:tmp_str (Results 26 - 35 of 35) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/engine/
H A Deng_dyn.c412 char *tmp_str = BUF_strdup(p); local
413 if (!tmp_str) {
417 sk_OPENSSL_STRING_insert(ctx->dirs, tmp_str, -1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/engine/
H A Deng_dyn.c412 char *tmp_str = BUF_strdup(p); local
413 if (!tmp_str) {
417 sk_OPENSSL_STRING_insert(ctx->dirs, tmp_str, -1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/src/
H A Dagrep.c473 char *tmp_str; local
488 tmp_str = strrchr(program_name, '/');
489 if (tmp_str)
490 program_name = tmp_str + 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dtre-parse.c301 char tmp_str[64]; local
320 len = wcsrtombs(tmp_str, &src, sizeof(tmp_str), &state);
323 len = wcstombs(tmp_str, tmp_wcs, 63);
327 strncpy(tmp_str, (const char*)re + 2, len);
329 tmp_str[len] = '\0';
330 DPRINT((" class name: %s\n", tmp_str));
331 class = tre_ctype(tmp_str);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dhttpd.c829 char tmp_str[80]; local
850 strftime(tmp_str, sizeof(tmp_str), RFC1123FMT, gmtime(&timer));
854 responseNum, responseString, mime_type, tmp_str);
885 strftime(tmp_str, sizeof(tmp_str), RFC1123FMT, gmtime(&last_mod));
887 tmp_str, "Content-length:", ContentLength);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Dsignals.c910 DBusString tmp_str; local
915 _dbus_string_init_const (&tmp_str, value);
916 len = _dbus_string_get_length (&tmp_str);
953 if (!_dbus_validate_bus_name (&tmp_str, 0, len))
975 if (!_dbus_validate_interface (&tmp_str, 0, len))
997 if (!_dbus_validate_member (&tmp_str, 0, len))
1022 if (!_dbus_validate_path (&tmp_str, 0, len))
1044 if (!_dbus_validate_bus_name (&tmp_str, 0, len))
1084 if (!bus_match_rule_parse_arg_match (rule, key, &tmp_str, error))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtmbconv.tex167 const char *tmp_str = (const char*) tmp_buf;
168 printf("Data: %s\n", tmp_str);
169 process_data(tmp_str);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dhls.c510 char tmp_str[MAX_URL_SIZE]; local
633 ff_make_absolute_url(tmp_str, sizeof(tmp_str), url, key);
634 seg->key = av_strdup(tmp_str);
644 ff_make_absolute_url(tmp_str, sizeof(tmp_str), url, line);
645 seg->url = av_strdup(tmp_str);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_parse/
H A Dparse_prs.c1364 char *tmp_str; local
1372 tmp_str = PRS_ALLOC_MEM(ps, char, len+1);
1374 if (tmp_str == NULL) {
1379 strncpy(tmp_str, *str, len);
1382 if (!prs_string(name, ps, depth, tmp_str, len+1)) {
1386 *str = tmp_str;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dutil.c1381 pstring tmp_str; local
1383 pstrcpy(tmp_str, p);
1384 pstrcpy(*str, tmp_str);

Completed in 112 milliseconds

12