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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-additional-sel.c290 guchar *tmp_str = NULL; local
292 tmp_str = cr_pseudo_to_string
294 if (tmp_str) {
297 tmp_str);
298 g_free (tmp_str);
299 tmp_str = NULL;
307 guchar *tmp_str = NULL; local
310 tmp_str = cr_attr_sel_to_string
312 if (tmp_str) {
314 (str_buf, "%s]", tmp_str);
390 guchar *tmp_str = NULL; local
407 guchar *tmp_str = NULL; local
445 guchar *tmp_str = NULL; local
[all...]
H A Dcr-pseudo.c133 guchar *tmp_str = NULL; local
136 tmp_str = cr_pseudo_to_string (a_this);
137 if (tmp_str) {
138 fprintf (a_fp, "%s", tmp_str);
139 g_free (tmp_str);
140 tmp_str = NULL;
H A Dcr-simple-sel.c143 guchar *tmp_str = NULL; local
145 tmp_str = cr_additional_sel_to_string (cur->add_sel);
146 if (tmp_str) {
147 g_string_append (str_buf, tmp_str);
148 g_free (tmp_str);
149 tmp_str = NULL;
185 guchar *tmp_str = NULL; local
187 tmp_str = cr_additional_sel_to_string (a_this->add_sel);
188 if (tmp_str) {
190 (str_buf, "%s", tmp_str);
219 guchar *tmp_str = NULL; local
[all...]
H A Dcr-attr-sel.c190 guchar *tmp_str = NULL; local
194 tmp_str = cr_attr_sel_to_string (a_this);
196 if (tmp_str) {
197 fprintf (a_fp, "%s", tmp_str);
198 g_free (tmp_str);
199 tmp_str = NULL;
H A Dcr-selector.c155 guchar *tmp_str = NULL; local
157 tmp_str = cr_simple_sel_to_string
160 if (tmp_str) {
165 g_string_append (str_buf, tmp_str);
167 g_free (tmp_str);
168 tmp_str = NULL;
H A Dcr-term.c357 guchar *tmp_str = NULL; local
359 tmp_str = cr_term_to_string
363 if (tmp_str) {
365 tmp_str);
366 g_free (tmp_str);
367 tmp_str = NULL;
424 guchar *tmp_str = NULL; local
427 tmp_str = cr_rgb_to_string (cur->content.rgb);
429 if (tmp_str) {
430 g_string_append (str_buf, tmp_str);
552 guchar *tmp_str = NULL; local
620 guchar *tmp_str = NULL; local
[all...]
H A Dcr-style.c2333 guchar *tmp_str = NULL; local
2341 tmp_str = cr_num_to_string (&a_prop_val->sv);
2342 if (!tmp_str) {
2346 g_string_append_printf (str, "sv: %s ", tmp_str);
2347 g_free (tmp_str);
2348 tmp_str = NULL;
2350 tmp_str = cr_num_to_string (&a_prop_val->cv);
2351 if (!tmp_str) {
2355 g_string_append_printf (str, "cv: %s ", tmp_str);
2356 g_free (tmp_str);
2387 guchar *tmp_str = NULL; local
2664 gchar *tmp_str = NULL; local
[all...]
H A Dcr-statement.c593 gchar *tmp_str = NULL, local
604 tmp_str =
607 if (tmp_str) {
608 g_string_append (stringue, tmp_str);
609 g_free (tmp_str);
610 tmp_str = NULL;
615 tmp_str = cr_declaration_list_to_string2
618 if (tmp_str) {
619 g_string_append (stringue, tmp_str);
620 g_free (tmp_str);
657 gchar *result = NULL, *tmp_str = NULL ; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-additional-sel.c290 guchar *tmp_str = NULL; local
292 tmp_str = cr_pseudo_to_string
294 if (tmp_str) {
297 tmp_str);
298 g_free (tmp_str);
299 tmp_str = NULL;
307 guchar *tmp_str = NULL; local
310 tmp_str = cr_attr_sel_to_string
312 if (tmp_str) {
314 (str_buf, "%s]", tmp_str);
390 guchar *tmp_str = NULL; local
407 guchar *tmp_str = NULL; local
445 guchar *tmp_str = NULL; local
[all...]
H A Dcr-pseudo.c133 guchar *tmp_str = NULL; local
136 tmp_str = cr_pseudo_to_string (a_this);
137 if (tmp_str) {
138 fprintf (a_fp, "%s", tmp_str);
139 g_free (tmp_str);
140 tmp_str = NULL;
H A Dcr-simple-sel.c143 guchar *tmp_str = NULL; local
145 tmp_str = cr_additional_sel_to_string (cur->add_sel);
146 if (tmp_str) {
147 g_string_append (str_buf, tmp_str);
148 g_free (tmp_str);
149 tmp_str = NULL;
185 guchar *tmp_str = NULL; local
187 tmp_str = cr_additional_sel_to_string (a_this->add_sel);
188 if (tmp_str) {
190 (str_buf, "%s", tmp_str);
219 guchar *tmp_str = NULL; local
[all...]
H A Dcr-attr-sel.c190 guchar *tmp_str = NULL; local
194 tmp_str = cr_attr_sel_to_string (a_this);
196 if (tmp_str) {
197 fprintf (a_fp, "%s", tmp_str);
198 g_free (tmp_str);
199 tmp_str = NULL;
H A Dcr-selector.c155 guchar *tmp_str = NULL; local
157 tmp_str = cr_simple_sel_to_string
160 if (tmp_str) {
165 g_string_append (str_buf, tmp_str);
167 g_free (tmp_str);
168 tmp_str = NULL;
H A Dcr-term.c357 guchar *tmp_str = NULL; local
359 tmp_str = cr_term_to_string
363 if (tmp_str) {
365 tmp_str);
366 g_free (tmp_str);
367 tmp_str = NULL;
424 guchar *tmp_str = NULL; local
427 tmp_str = cr_rgb_to_string (cur->content.rgb);
429 if (tmp_str) {
430 g_string_append (str_buf, tmp_str);
552 guchar *tmp_str = NULL; local
620 guchar *tmp_str = NULL; local
[all...]
H A Dcr-style.c2333 guchar *tmp_str = NULL; local
2341 tmp_str = cr_num_to_string (&a_prop_val->sv);
2342 if (!tmp_str) {
2346 g_string_append_printf (str, "sv: %s ", tmp_str);
2347 g_free (tmp_str);
2348 tmp_str = NULL;
2350 tmp_str = cr_num_to_string (&a_prop_val->cv);
2351 if (!tmp_str) {
2355 g_string_append_printf (str, "cv: %s ", tmp_str);
2356 g_free (tmp_str);
2387 guchar *tmp_str = NULL; local
2664 gchar *tmp_str = NULL; local
[all...]
H A Dcr-statement.c593 gchar *tmp_str = NULL, local
604 tmp_str =
607 if (tmp_str) {
608 g_string_append (stringue, tmp_str);
609 g_free (tmp_str);
610 tmp_str = NULL;
615 tmp_str = cr_declaration_list_to_string2
618 if (tmp_str) {
619 g_string_append (stringue, tmp_str);
620 g_free (tmp_str);
657 gchar *result = NULL, *tmp_str = NULL ; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dprotocol.cpp179 char tmp_buf[PROTO_BSIZE], tmp_str[PROTO_BSIZE]; local
187 memcpy(tmp_str, tmp_buf, avail);
190 // ret = (char *)memccpy(tmp_str, tmp_buf, '\n', avail);
192 for (ret=tmp_str;ret < (tmp_str+avail); ret++)
204 result = wxString::FromAscii( tmp_str );
207 size = ret-tmp_str+1;
H A Durl.cpp330 wxString tmp_str = url_proxy; local
331 int pos = tmp_str.Find(wxT(':'));
335 wxString hostname = tmp_str(0, pos),
336 port = tmp_str(pos+1, tmp_str.length()-pos);
367 wxString tmp_str; local
372 tmp_str = url_proxy;
373 pos = tmp_str.Find(wxT(':'));
378 hostname = tmp_str(0, pos);
379 port = tmp_str(po
[all...]
H A Dftp.cpp203 wxString tmp_str = command + wxT("\r\n"); local
204 const wxWX2MBbuf tmp_buf = tmp_str.mb_str();
770 wxString tmp_str = wxT("RETR ") + wxURI::Unescape(path); local
771 if ( !CheckCommand(tmp_str, '1') )
794 wxString tmp_str = wxT("STOR ") + path; local
795 if ( !CheckCommand(tmp_str, '1') )
H A Dhttp.cpp287 wxString tmp_str; local
288 m_perr = ReadLine(this, tmp_str);
294 if (!tmp_str.Contains(wxT("HTTP/"))) {
296 // FIXME: tmp_str is not put back in the in-queue of the socket.
303 wxStringTokenizer token(tmp_str,wxT(' '));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/modules/
H A Dvfs_recycle.c69 const char *tmp_str = NULL; local
72 tmp_str = lp_parm_const_string(SNUM(handle->conn), "recycle", "repository",".recycle");
74 DEBUG(10, ("recycle: repository = %s\n", tmp_str));
76 return tmp_str;
269 char *tmp_str = NULL; local
276 tmp_str = SMB_STRDUP(dname);
277 ALLOC_CHECK(tmp_str, done);
278 tok_str = tmp_str;
308 SAFE_FREE(tmp_str);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/modutils/
H A Dmodprobe.c132 char* tmp_str; local
148 *dst = tmp_str = xstrdup(src);
150 while (*tmp_str != '\0'
151 && (*tmp_str != ' ' || (opt_status & (ARG_IN_DQUOTES | ARG_IN_SQUOTES)))
153 switch (*tmp_str) {
159 memmove(tmp_str, tmp_str + 1, strlen(tmp_str));
163 tmp_str--;
171 memmove(tmp_str, tmp_st
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dnconf.c585 char tmp_str[256]; local
600 vsnprintf(tmp_str, sizeof(tmp_str), fmt, ap);
602 memcpy(tmp_str, "XXX", 3);
606 sizeof(k_menu_items[items_num].str), tmp_str, items_num) != 0)
608 tmp_str,
631 char tmp_str[256]; local
639 snprintf(tmp_str, sizeof(tmp_str), "%s%s",
642 sizeof(k_menu_items[index].str), tmp_str, inde
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_client/
H A Dcli_netlogon.c520 char *tmp_str; local
527 tmp_str = talloc_asprintf(mem_ctx, "\\\\%s", server_name);
528 if (tmp_str == NULL) {
532 init_net_q_dsr_getdcname(&q, tmp_str, domain_name, domain_guid,
570 char *tmp_str; local
577 tmp_str = talloc_asprintf(mem_ctx, "\\\\%s", server_name);
578 if (tmp_str == NULL) {
622 char *tmp_str; local
629 tmp_str = talloc_asprintf(mem_ctx, "\\\\%s", server_name);
630 if (tmp_str
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_dyn.c389 char *tmp_str = BUF_strdup(p); local
390 if(!tmp_str)
396 sk_insert(ctx->dirs, tmp_str, -1);

Completed in 313 milliseconds

12