Home
last modified time | relevance | path

Searched refs:my_strdup (Results 151 – 175 of 2283) sorted by relevance

12345678910>>...92

/dports/databases/mariadb103-client/mariadb-10.3.34/client/
H A Dmysqldump.c872 opt_password=my_strdup(argument,MYF(MY_FAE));
965 if (my_hash_insert(&ignore_data, (uchar*)my_strdup(argument, MYF(0))))
1067 (uchar*) my_strdup("mysql.schema", MYF(MY_WME))) ||
1071 (uchar*) my_strdup("mysql.slow_log", MYF(MY_WME))) ||
1102 (uchar*) my_strdup("mysql.db", MYF(MY_WME))) ||
1112 (uchar*) my_strdup("mysql.user", MYF(MY_WME))) ||
1114 (uchar*) my_strdup("mysql.host", MYF(MY_WME))) ||
1128 (uchar*) my_strdup("mysql.plugin", MYF(MY_WME))))
1133 (uchar*) my_strdup("mysql.func", MYF(MY_WME))))
1138 (uchar*) my_strdup("mysql.servers", MYF(MY_WME))))
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/client/
H A Dmysqldump.c865 opt_password=my_strdup(argument,MYF(MY_FAE)); in get_one_option()
958 if (my_hash_insert(&ignore_data, (uchar*)my_strdup(argument, MYF(0)))) in get_one_option()
1060 (uchar*) my_strdup("mysql.schema", MYF(MY_WME))) || in get_options()
1064 (uchar*) my_strdup("mysql.slow_log", MYF(MY_WME))) || in get_options()
1095 (uchar*) my_strdup("mysql.db", MYF(MY_WME))) || in get_options()
1105 (uchar*) my_strdup("mysql.user", MYF(MY_WME))) || in get_options()
1107 (uchar*) my_strdup("mysql.host", MYF(MY_WME))) || in get_options()
1121 (uchar*) my_strdup("mysql.plugin", MYF(MY_WME)))) in get_options()
1126 (uchar*) my_strdup("mysql.func", MYF(MY_WME)))) in get_options()
1131 (uchar*) my_strdup("mysql.servers", MYF(MY_WME)))) in get_options()
[all …]
/dports/emulators/uae/uae-0.8.29/src/
H A Dfsdb.c60 p = my_strdup (de->d_name); in fsdb_search_dir()
115 aino->aname = my_strdup (buf); in aino_from_buf()
119 aino->comment = *buf != '\0' ? my_strdup (buf) : 0; in aino_from_buf()
/dports/net/ladvd/ladvd-1.1.2/src/
H A Dcli.c109 char *host = my_strdup(optarg); in cli_main()
112 http_path = my_strdup(path); in cli_main()
115 http_path = my_strdup("/"); in cli_main()
117 http_host = my_strdup(host); in cli_main()
/dports/news/tin/tin-2.4.5/src/
H A Dauth.c476 utf8user = my_strdup(authuser); in do_authinfo_sasl_plain()
477 utf8pass = my_strdup(authpass); in do_authinfo_sasl_plain()
503 utf8user = my_strdup(authuser); in do_authinfo_sasl_plain()
507 utf8pass = my_strdup(authpass); in do_authinfo_sasl_plain()
/dports/security/libprelude/libprelude-1.2.6/bindings/lua/
H A Dlibpreludecpp-lua.i89 char *my_strdup(const char *in) in my_strdup() function
100 char *__str__() { return my_strdup(self->toString().c_str()); } in __str__()
106 char *__str__() { return my_strdup(self->toString().c_str()); } in __str__()
112 char *__str__() { return my_strdup(self->toString().c_str()); } in __str__()
/dports/chinese/tin/tin-2.4.5/src/
H A Dauth.c476 utf8user = my_strdup(authuser); in do_authinfo_sasl_plain()
477 utf8pass = my_strdup(authpass); in do_authinfo_sasl_plain()
503 utf8user = my_strdup(authuser); in do_authinfo_sasl_plain()
507 utf8pass = my_strdup(authpass); in do_authinfo_sasl_plain()
/dports/emulators/uae/uae-0.8.29/src/od-amiga/
H A Dami-disk.c98 return my_strdup(s); in to_unix_path()
159 *file = my_strdup(s+1); in split_dir_file()
161 *dir = my_strdup(src); in split_dir_file()
165 *dir = my_strdup(""); in split_dir_file()
/dports/science/h5utils/h5utils-1.13.1/
H A Dh4fromh5.c78 data_name = my_strdup(optarg); in main()
82 h4_fname = my_strdup(optarg); in main()
/dports/emulators/tiemu3/tiemu-3.03/src/core/uae/
H A Dsysdeps.h125 #define my_strdup strdup macro
127 extern char *my_strdup (const char*s);
/dports/lang/yabasic/yabasic-2.90.1/unix/lang/
H A Dio.c331 return my_strdup(""); in inkey()
396 return my_strdup(retkey); in inkey()
487 return my_strdup(retkey); in inkey()
723 mode = my_strdup(pop(stSTRING)->pointer); in myopen()
725 mode = printer ? my_strdup("w") : my_strdup("r"); in myopen()
728 name = my_strdup("/usr/bin/lpr"); in myopen()
730 name = my_strdup(pop(stSTRING)->pointer); in myopen()
895 mode = (char *)my_strdup(pop(stSTRING)->pointer); in myseek()
897 mode = my_strdup("begin"); in myseek()
1170 s->pointer = my_strdup(buffer); in myread()
[all …]
H A Dyabasic.flex111 yylval.symbol=(char *)my_strdup(yytext);
127 IMPORT{WS}+{NAME} {BEGIN(PASTIMPORT);import_lib(my_strdup(yytext+7));return tIMPORT;}
133 yylval.docu=(char *)my_strdup(where ? where+1 : NULL);
253 NUMPARAM(S)?({WS}*\({WS}*\))? {yylval.symbol=(char *)my_strdup("numparams"); return tSYMBOL;}
358 yylval.digits=(char *)my_strdup(yytext+2);
364 yylval.digits=(char *)my_strdup(yytext+2);
370 yylval.digits=(char *)my_strdup(yytext);
390 yylval.symbol=(char *)my_strdup(yytext);
395 yylval.symbol=(char *)my_strdup(yytext);
408 yylval.string=(char *)my_strdup(yytext+1);
/dports/www/html2hdml/html2hdml-1.0.5/
H A Dhtml2hdml-scan.c955 YYLVAL = my_strdup(""); \
984 YYLVAL = my_strdup(yytext); \
991 YYLVAL = my_strdup(yytext); \
998 YYLVAL = my_strdup(yytext); \
1005 YYLVAL = my_strdup(yytext); \
1012 YYLVAL = my_strdup(yytext); \
1020 YYLVAL = my_strdup(yytext); \
1028 YYLVAL = my_strdup(yytext); \
1036 YYLVAL = my_strdup(yytext); \
1045 YYLVAL = my_strdup(yytext); \
[all …]
/dports/devel/fpp/fdfpp/src/
H A Dproc.c189 s0 = my_strdup(fn); in my_fopen()
193 res->dir = my_strdup(CURDIR); in my_fopen()
221 res->fname = my_strdup(STDINNAME); in fopen_stdfile()
223 res->fname = my_strdup(STDOUTNAME); in fopen_stdfile()
225 res->fname = my_strdup(STDERRNAME); in fopen_stdfile()
228 res->dir = my_strdup(CURDIR); in fopen_stdfile()
867 mname = my_strdup(tokp->token); in fpp_define()
885 p->str = my_strdup(tokp->token); in fpp_define()
951 mval = my_strdup(body); in fpp_define()
1461 s = my_strdup(locbuf); in add_name()
[all …]
/dports/databases/mysql55-client/mysql-5.5.62/sql-common/
H A Dclient.c1175 if (!(tmp= my_strdup(cmd,MYF(MY_WME))) || in add_init_command()
1215 opt_var= my_strdup(buff, MYF(MY_WME)); in set_ssl_option_unpack_path()
1267 options->unix_socket=my_strdup(opt_arg,MYF(MY_WME)); in mysql_read_default_options()
1278 options->password=my_strdup(opt_arg,MYF(MY_WME)); in mysql_read_default_options()
1292 options->user=my_strdup(opt_arg,MYF(MY_WME)); in mysql_read_default_options()
1302 options->host=my_strdup(opt_arg,MYF(MY_WME)); in mysql_read_default_options()
1309 options->db=my_strdup(opt_arg,MYF(MY_WME)); in mysql_read_default_options()
2773 mysql->db= my_strdup(mpvio->db, MYF(MY_WME)); in send_client_reply_packet()
3582 !(mysql->user=my_strdup(user,MYF(0))) || in CLI_MYSQL_REAL_CONNECT()
3583 !(mysql->passwd=my_strdup(passwd,MYF(0)))) in CLI_MYSQL_REAL_CONNECT()
[all …]
/dports/games/lgeneral/lgeneral-1.3.2/lgeneral-redit/macros/
H A Dgperf-check.m429 my_strdup (char *str)
53 tmp_version = my_strdup("$min_gperf_version");
/dports/finance/grisbi/grisbi-2.0.5/src/
H A Dgsb_data_archive.c230 archive -> archive_name = my_strdup (name); in gsb_data_archive_new()
370 archive -> archive_name = my_strdup (name); in gsb_data_archive_set_name()
561 archive -> report_title = my_strdup (report_title); in gsb_data_archive_set_report_title()
H A Dmeta_budgetary.c249 name = my_strdup (_("New budget")); in budgetary_line_add_div()
279 name = my_strdup (_("New sub-budget")); in budgetary_line_add_sub_div()
/dports/emulators/uae/uae-0.8.29/src/include/
H A Dsysdeps.h145 #define strdup my_strdup
221 #define my_strdup strdup macro
223 extern char *my_strdup (const char*s);
/dports/devel/raylib/raylib-3.7.0/src/external/
H A Dtinyobj_loader_c.h461 static char *my_strdup(const char *s, unsigned int max_length) { in my_strdup() function
794 material.name = my_strdup(namebuf, (unsigned int) (line_end - token)); in tinyobj_parse_and_index_mtl_file()
895 material.ambient_texname = my_strdup(token, (unsigned int) (line_end - token)); in tinyobj_parse_and_index_mtl_file()
902 material.diffuse_texname = my_strdup(token, (unsigned int) (line_end - token)); in tinyobj_parse_and_index_mtl_file()
909 material.specular_texname = my_strdup(token, (unsigned int) (line_end - token)); in tinyobj_parse_and_index_mtl_file()
916 material.specular_highlight_texname = my_strdup(token, (unsigned int) (line_end - token)); in tinyobj_parse_and_index_mtl_file()
923 material.bump_texname = my_strdup(token, (unsigned int) (line_end - token)); in tinyobj_parse_and_index_mtl_file()
930 material.alpha_texname = my_strdup(token, (unsigned int) (line_end - token)); in tinyobj_parse_and_index_mtl_file()
937 material.bump_texname = my_strdup(token, (unsigned int) (line_end - token)); in tinyobj_parse_and_index_mtl_file()
944 material.displacement_texname = my_strdup(token, (unsigned int) (line_end - token)); in tinyobj_parse_and_index_mtl_file()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql-common/
H A Dclient.c1090 if (!(tmp= my_strdup(cmd,MYF(MY_WME))) || in add_init_command()
1155 opt_var= my_strdup(buff, MYF(MY_WME)); in set_ssl_option_unpack_path()
1209 options->unix_socket=my_strdup(opt_arg,MYF(MY_WME)); in mysql_read_default_options()
1220 options->password=my_strdup(opt_arg,MYF(MY_WME)); in mysql_read_default_options()
1235 options->user=my_strdup(opt_arg,MYF(MY_WME)); in mysql_read_default_options()
1245 options->host=my_strdup(opt_arg,MYF(MY_WME)); in mysql_read_default_options()
1252 options->db=my_strdup(opt_arg,MYF(MY_WME)); in mysql_read_default_options()
3168 mysql->db= my_strdup(mpvio->db, MYF(MY_WME)); in send_client_reply_packet()
4111 !(mysql->user=my_strdup(user,MYF(0))) || in CLI_MYSQL_REAL_CONNECT()
4112 !(mysql->passwd=my_strdup(passwd,MYF(0)))) in CLI_MYSQL_REAL_CONNECT()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql-common/
H A Dclient.c1090 if (!(tmp= my_strdup(cmd,MYF(MY_WME))) || in add_init_command()
1155 opt_var= my_strdup(buff, MYF(MY_WME)); in set_ssl_option_unpack_path()
1209 options->unix_socket=my_strdup(opt_arg,MYF(MY_WME)); in mysql_read_default_options()
1220 options->password=my_strdup(opt_arg,MYF(MY_WME)); in mysql_read_default_options()
1235 options->user=my_strdup(opt_arg,MYF(MY_WME)); in mysql_read_default_options()
1245 options->host=my_strdup(opt_arg,MYF(MY_WME)); in mysql_read_default_options()
1252 options->db=my_strdup(opt_arg,MYF(MY_WME)); in mysql_read_default_options()
3168 mysql->db= my_strdup(mpvio->db, MYF(MY_WME)); in send_client_reply_packet()
4111 !(mysql->user=my_strdup(user,MYF(0))) || in CLI_MYSQL_REAL_CONNECT()
4112 !(mysql->passwd=my_strdup(passwd,MYF(0)))) in CLI_MYSQL_REAL_CONNECT()
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql-common/
H A Dclient.c1090 if (!(tmp= my_strdup(cmd,MYF(MY_WME))) || in add_init_command()
1155 opt_var= my_strdup(buff, MYF(MY_WME)); in set_ssl_option_unpack_path()
1209 options->unix_socket=my_strdup(opt_arg,MYF(MY_WME)); in mysql_read_default_options()
1220 options->password=my_strdup(opt_arg,MYF(MY_WME)); in mysql_read_default_options()
1235 options->user=my_strdup(opt_arg,MYF(MY_WME)); in mysql_read_default_options()
1245 options->host=my_strdup(opt_arg,MYF(MY_WME)); in mysql_read_default_options()
1252 options->db=my_strdup(opt_arg,MYF(MY_WME)); in mysql_read_default_options()
3168 mysql->db= my_strdup(mpvio->db, MYF(MY_WME)); in send_client_reply_packet()
4111 !(mysql->user=my_strdup(user,MYF(0))) || in CLI_MYSQL_REAL_CONNECT()
4112 !(mysql->passwd=my_strdup(passwd,MYF(0)))) in CLI_MYSQL_REAL_CONNECT()
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql-common/
H A Dclient.c1094 if (!(tmp= my_strdup(cmd,MYF(MY_WME))) || in add_init_command()
1159 opt_var= my_strdup(buff, MYF(MY_WME)); in set_ssl_option_unpack_path()
1213 options->unix_socket=my_strdup(opt_arg,MYF(MY_WME)); in mysql_read_default_options()
1224 options->password=my_strdup(opt_arg,MYF(MY_WME)); in mysql_read_default_options()
1238 options->user=my_strdup(opt_arg,MYF(MY_WME)); in mysql_read_default_options()
1248 options->host=my_strdup(opt_arg,MYF(MY_WME)); in mysql_read_default_options()
1255 options->db=my_strdup(opt_arg,MYF(MY_WME)); in mysql_read_default_options()
2958 mysql->db= my_strdup(mpvio->db, MYF(MY_WME)); in send_client_reply_packet()
3901 !(mysql->user=my_strdup(user,MYF(0))) || in CLI_MYSQL_REAL_CONNECT()
3902 !(mysql->passwd=my_strdup(passwd,MYF(0)))) in CLI_MYSQL_REAL_CONNECT()
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/sql-common/
H A Dclient.c1094 if (!(tmp= my_strdup(cmd,MYF(MY_WME))) || in add_init_command()
1159 opt_var= my_strdup(buff, MYF(MY_WME)); in set_ssl_option_unpack_path()
1213 options->unix_socket=my_strdup(opt_arg,MYF(MY_WME)); in mysql_read_default_options()
1224 options->password=my_strdup(opt_arg,MYF(MY_WME)); in mysql_read_default_options()
1238 options->user=my_strdup(opt_arg,MYF(MY_WME)); in mysql_read_default_options()
1248 options->host=my_strdup(opt_arg,MYF(MY_WME)); in mysql_read_default_options()
1255 options->db=my_strdup(opt_arg,MYF(MY_WME)); in mysql_read_default_options()
2962 mysql->db= my_strdup(mpvio->db, MYF(MY_WME)); in send_client_reply_packet()
3905 !(mysql->user=my_strdup(user,MYF(0))) || in CLI_MYSQL_REAL_CONNECT()
3906 !(mysql->passwd=my_strdup(passwd,MYF(0)))) in CLI_MYSQL_REAL_CONNECT()
[all …]

12345678910>>...92