Searched refs:BUF_strdup (Results 1 - 25 of 64) sorted by relevance

123

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/buffer/
H A Dbuffer.h80 char * BUF_strdup(const char *str);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/x509v3/
H A Dv3_enum.c91 if(strval == enam->bitnum) return BUF_strdup(enam->lname);
H A Dv3_utl.c80 if(name && !(tname = BUF_strdup(name))) goto err;
81 if(value && !(tvalue = BUF_strdup(value))) goto err;;
251 linebuf = BUF_strdup(line);
523 emtmp = BUF_strdup((char *)email->data);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Dbuffer.h80 char * BUF_strdup(const char *str);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3_enum.c91 if(strval == enam->bitnum) return BUF_strdup(enam->lname);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/ocsp/
H A Docsp_lib.c173 buf = BUF_strdup(url);
213 *ppath = BUF_strdup("/");
216 *ppath = BUF_strdup(p);
236 *pport = BUF_strdup(port);
239 *phost = BUF_strdup(host);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/ocsp/
H A Docsp_lib.c173 buf = BUF_strdup(url);
213 *ppath = BUF_strdup("/");
216 *ppath = BUF_strdup(p);
236 *pport = BUF_strdup(port);
239 *phost = BUF_strdup(host);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dbuffer.h88 char * BUF_strdup(const char *str);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/buffer/
H A Dbuffer.h88 char * BUF_strdup(const char *str);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/test/
H A Ddummytest.c28 program = BUF_strdup("(unknown)");
H A Denginetest.c223 id = BUF_strdup(buf);
225 name = BUF_strdup(buf);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Ddummytest.c28 program = BUF_strdup("(unknown)");
H A Dmdc2test.c28 program = BUF_strdup("(unknown)");
H A Drc5test.c28 program = BUF_strdup("(unknown)");
H A Denginetest.c223 id = BUF_strdup(buf);
225 name = BUF_strdup(buf);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/ui/
H A Dui_lib.c257 prompt_copy=BUF_strdup(prompt);
283 prompt_copy=BUF_strdup(prompt);
314 prompt_copy=BUF_strdup(prompt);
324 action_desc_copy=BUF_strdup(action_desc);
334 ok_chars_copy=BUF_strdup(ok_chars);
344 cancel_chars_copy=BUF_strdup(cancel_chars);
375 text_copy=BUF_strdup(text);
399 text_copy=BUF_strdup(text);
624 ui_method->name = BUF_strdup(name);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/ui/
H A Dui_lib.c257 prompt_copy=BUF_strdup(prompt);
283 prompt_copy=BUF_strdup(prompt);
314 prompt_copy=BUF_strdup(prompt);
324 action_desc_copy=BUF_strdup(action_desc);
334 ok_chars_copy=BUF_strdup(ok_chars);
344 cancel_chars_copy=BUF_strdup(cancel_chars);
375 text_copy=BUF_strdup(text);
399 text_copy=BUF_strdup(text);
625 ui_method->name = BUF_strdup(name);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/engine/
H A Denginetest.c223 id = BUF_strdup(buf);
225 name = BUF_strdup(buf);
H A Deng_dyn.c320 ctx->DYNAMIC_LIBNAME = BUF_strdup(p);
334 ctx->engine_id = BUF_strdup(p);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Denginetest.c223 id = BUF_strdup(buf);
225 name = BUF_strdup(buf);
H A Deng_dyn.c342 ctx->DYNAMIC_LIBNAME = BUF_strdup(p);
356 ctx->engine_id = BUF_strdup(p);
389 char *tmp_str = BUF_strdup(p);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Dbss_conn.c169 c->param_port=BUF_strdup(p);
511 data->param_hostname=BUF_strdup(ptr);
517 data->param_port=BUF_strdup(ptr);
528 data->param_hostname=BUF_strdup(buf);
538 data->param_port=BUF_strdup(buf);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/bio/
H A Dbss_conn.c169 c->param_port=BUF_strdup(p);
511 data->param_hostname=BUF_strdup(ptr);
517 data->param_port=BUF_strdup(ptr);
528 data->param_hostname=BUF_strdup(buf);
538 data->param_port=BUF_strdup(buf);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/conf/
H A Dconf_mod.c303 tmod->name = BUF_strdup(name);
359 imod->name = BUF_strdup(name);
360 imod->value = BUF_strdup(value);
552 return BUF_strdup(file);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/conf/
H A Dconf_mod.c303 tmod->name = BUF_strdup(name);
359 imod->name = BUF_strdup(name);
360 imod->value = BUF_strdup(value);
552 return BUF_strdup(file);

Completed in 133 milliseconds

123