Home
last modified time | relevance | path

Searched refs:strcat2 (Results 1 – 13 of 13) sorted by relevance

/dports/databases/zabbix3-libzbxpgsql/libzbxpgsql-1.1.0/src/
H A Dpg_connect.c29 c = strcat2(c, strisnull(connstring) ? DEFAULT_CONN_STRING : connstring); in build_connstring()
30 c = strcat2(c, strisnull(connstring) ? NULL : " "); in build_connstring()
31 c = strcat2(c, "dbname="); in build_connstring()
32 c = strcat2(c, strisnull(dbname) ? DEFAULT_CONN_DBNAME : dbname); in build_connstring()
H A Dpg_index.c121 c = strcat2(c, buffer); in PG_INDEX_DISCOVERY()
128 c = strcat2(c, buffer); in PG_INDEX_DISCOVERY()
H A Dpg_discovery.c49 c = strcat2(c, PQgetvalue(res, i, 0)) + 1; in pg_get_databases()
H A Dlibzbxpgsql.h106 char *strcat2(char *destination, const char *source);
H A Dlibzbxpgsql.c563 char *strcat2(char *dest, const char *src) in strcat2() function
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/benchmarks/shootout/
H A Dwrapper.c196 SETUP_NOWRAP(strcat2)
197 BODY(strcat2)
198 TEARDOWN_NOWRAP(strcat2)
/dports/print/a2ps/a2ps-4.13/lib/
H A Droutines.h188 #define strcat2(_d_,_s1_,_s2_) \ macro
199 strcat2(_d_,_s1_,_s2_); \
H A Dfonts.l838 strcat2 (file, fontname, ".pfa");
840 strcat2 (file, fontname, ".gsf");
H A Dfonts.c2426 strcat2 (file, fontname, ".pfa"); in dump_fonts()
2428 strcat2 (file, fontname, ".gsf"); in dump_fonts()
/dports/www/rsstool/rsstool-1.0.0-src/src/misc/
H A Dstring.h106 extern char *strcat2 (const char *a, const char *b);
H A Dstring.c191 strcat2 (const char *a, const char *b) in strcat2() function
/dports/devel/cppcheck-gui/cppcheck-2.6.3/test/
H A Dtestsimplifytokens.cpp187 TEST_CASE(strcat2); in run()
4096 void strcat2() { in strcat2() function in TestSimplifyTokens
/dports/devel/cppcheck/cppcheck-2.6.3/test/
H A Dtestsimplifytokens.cpp187 TEST_CASE(strcat2); in run()
4096 void strcat2() { in strcat2() function in TestSimplifyTokens