Home
last modified time | relevance | path

Searched refs:str_cat (Results 1 – 25 of 173) sorted by relevance

1234567

/dports/security/stunnel/stunnel-5.60/src/
H A Dstunnel.c1056 features=str_cat(features, "WIN32"); in stunnel_info()
1059 features=str_cat(features, "FORK"); in stunnel_info()
1064 features=str_cat(features, "POLL"); in stunnel_info()
1069 features=str_cat(features, ",IPv"); in stunnel_info()
1074 features=str_cat(features, "6"); in stunnel_info()
1076 features=str_cat(features, "4"); in stunnel_info()
1083 features=str_cat(features, " TLS:"); in stunnel_info()
1096 features=str_cat(features, ","); in stunnel_info()
1097 features=str_cat(features, "OCSP"); in stunnel_info()
1103 features=str_cat(features, "PSK"); in stunnel_info()
[all …]
/dports/science/mcstas/mcstas-2.5-src/src/
H A Dfile.c38 dir != NULL ? str_cat (dir, MC_PATHSEP_S, name, NULL) : str_dup(name); in try_open_file()
59 str_cat (dir, MC_PATHSEP_S, name, suffixes[i], NULL) : in try_open_component()
60 str_cat(name, suffixes[i], NULL); in try_open_component()
80 char *lname = str_cat(name, suffixes[i], NULL); in try_open_component()
133 dir = str_cat(get_sys_dir(), MC_PATHSEP_S, sys_subdir_table[i], NULL); in generic_open_file_search()
H A Dcexp.c78 return mkvalueexp(str_cat(ID_PRE, "ip", id, NULL)); in exp_id()
98 result = str_cat("\"", s, "\"", NULL); in exp_string()
122 new = str_cat(result, separator, e->s, NULL); in exp_compound()
/dports/science/mcxtrace/mcxtrace-1.2-src/src/
H A Dfile.c39 dir != NULL ? str_cat (dir, MC_PATHSEP_S, name, NULL) : str_dup(name); in try_open_file()
60 str_cat (dir, MC_PATHSEP_S, name, suffixes[i], NULL) : in try_open_component()
61 str_cat(name, suffixes[i], NULL); in try_open_component()
81 char *lname = str_cat(name, suffixes[i], NULL); in try_open_component()
134 dir = str_cat(get_sys_dir(), MC_PATHSEP_S, sys_subdir_table[i], NULL); in generic_open_file_search()
H A Dcexp.c78 return mkvalueexp(str_cat(ID_PRE, "ip", id, NULL)); in exp_id()
98 result = str_cat("\"", s, "\"", NULL); in exp_string()
122 new = str_cat(result, separator, e->s, NULL); in exp_compound()
/dports/devel/tla/tla-1.3.5/src/hackerlab/cmd/
H A Dopt.c621 str_cat (buf, " "); in opt_help()
624 str_cat (buf, "-"); in opt_help()
625 str_cat (buf, opts[x].char_name); in opt_help()
627 str_cat (buf, ", "); in opt_help()
632 str_cat (buf, "--"); in opt_help()
633 str_cat (buf, opts[x].long_name); in opt_help()
644 str_cat (buf, occ_this); in opt_help()
649 str_cat (buf, "\n"); in opt_help()
657 str_cat (buf, "\n"); in opt_help()
/dports/mail/perdition/perdition-2.2/perdition/
H A Dconfig_file.c101 configuration_file = str_cat(3, PERDITION_SYSCONFDIR "/", in config_file_name()
134 configuration_file = str_cat(4, PERDITION_SYSCONFDIR "/", in config_file_name()
139 configuration_file = str_cat(3, PERDITION_SYSCONFDIR "/", in config_file_name()
/dports/devel/tla/tla-1.3.5/src/hackerlab/bitsets/
H A Dbits-print.c88 str_cat (rule_name, "_rule"); in bits_print()
107 str_cat (stree_name, "_stree"); in bits_print()
111 str_cat (struct_name, "_bits"); in bits_print()
/dports/mail/courier/courier-0.65.3/rfc1035/
H A Drfc1035dumprrdata.c40 static void str_cat(char *p, const char **q) in str_cat() function
74 str_cat(p, &cp); in dumptxt()
150 str_cat(p, &q); in rfc1035_dumprrdata()
153 str_cat(p, &q); in rfc1035_dumprrdata()
/dports/comms/zssh/zssh-1.5c/
H A Dutil.c48 char *str_cat(str1,str2) in str_cat() function
79 s1 = str_cat(s1,sub_repl);
82 s1 = str_cat(s1,*str + sub_beg + sub_len);
H A Dzmodem.c27 tmp = str_cat("zssh@", tmp); in zprompt()
28 prompt = str_cat(tmp, " > "); in zprompt()
/dports/dns/ldapdns/ldapdns-2.07/
H A Denv.h18 str_cat(s, "="); in env_put()
19 str_cat(s, v); in env_put()
H A Derror.c128 str_cat(buf, strerror(errno)); in _log_helper()
130 str_cat(buf, va_arg(ap, char *)); in _log_helper()
134 str_cat(buf, lbuf); in _log_helper()
H A Dstr.h50 #define str_catstr(a,b) str_cat(a,str(b))
52 static void inline str_cat(str_t p, char *s) { in str_cat() function
93 str_cat(p, b); in str_addch()
/dports/mail/mailfront/mailfront-2.22/
H A Dplugin-add-received.c44 !str_cat(s, ip) || in str_catfromby()
63 if (!str_cat(s, &fixup_host)) return 0; in fixup_received()
65 if (!str_cat(s, &fixup_ip)) return 0; in fixup_received()
H A Dbackend-echo.c30 str_cat(&tmp, s); in sender()
40 str_cat(&tmp, r); in recipient()
/dports/textproc/py-nltk/nltk-3.4.1/nltk/ccg/
H A Dchart.py389 str_cat = "%s" % cat
390 nextlen = 2 + max(len(leaf), len(str_cat))
391 lcatlen = (nextlen - len(str_cat)) // 2
392 rcatlen = lcatlen + (nextlen - len(str_cat)) % 2
393 catstr += ' ' * lcatlen + str_cat + ' ' * rcatlen
/dports/lang/swi-pl/swipl-8.2.3/src/Tests/xsb/wfs_tests/
H A Dgen.P4 :- import str_cat/3 from machine.
11 telling(X), str_cat(P, '.P', File), tell(File), gen1(P), told, tell(X).
/dports/devel/tla/tla-1.3.5/src/hackerlab/tests/char-tests/
H A Dunit-str.c241 str_cat (buffer, 0); in main()
243 str_cat (buffer, "one"); in main()
245 str_cat (buffer, " "); in main()
247 str_cat (buffer, "two three four"); in main()
249 str_cat (buffer, ""); in main()
251 str_cat (buffer, 0); in main()
253 str_cat (buffer, " five."); in main()
/dports/mail/cone/cone-1.1/libs/rfc1035/
H A Drfc1035dumprrdata.c50 static void str_cat(char *p, const char **q) in str_cat() function
84 str_cat(p, &cp); in dumptxt()
336 str_cat(p, &q); in rfc1035_dumprrdata()
339 str_cat(p, &q); in rfc1035_dumprrdata()
/dports/mail/courier-imap/courier-imap-5.1.4/libs/rfc1035/
H A Drfc1035dumprrdata.c50 static void str_cat(char *p, const char **q) in str_cat() function
84 str_cat(p, &cp); in dumptxt()
336 str_cat(p, &q); in rfc1035_dumprrdata()
339 str_cat(p, &q); in rfc1035_dumprrdata()
/dports/games/cgoban/cgoban-1.9.14/src/
H A DgoTime.c85 str_cat(out, &tmp); in goTime_describeStr()
97 str_cat(out, &tmp); in goTime_describeStr()
106 str_cat(out, &tmp); in goTime_describeStr()
/dports/german/BBBike/BBBike-3.18/Strassen/
H A DStrassenNetzHeavy.pm320 my $str_cat = ($cat =~ /^(H|HH|B)$/ ? 'H' : 'N');
323 $net->{$kreuzungen[$i]}{$kreuzungen[$i+1]} = $str_cat."_Bus";
325 $net->{$kreuzungen[$i]}{$kreuzungen[$i+1]} = $str_cat."_RW";
328 $net->{$kreuzungen[$i]}{$kreuzungen[$i+1]} = $str_cat;
332 $net->{$kreuzungen[$i+1]}{$kreuzungen[$i]} = $str_cat."_Bus";
334 $net->{$kreuzungen[$i+1]}{$kreuzungen[$i]} = $str_cat."_RW";
337 $net->{$kreuzungen[$i+1]}{$kreuzungen[$i]} = $str_cat;
/dports/chinese/tintin++/tt/src/
H A Dnet.c490 str_cat(&ses->more_output, line); in readmud()
501 str_cat(&ses->more_output, line); in readmud()
508 str_cat(&ses->more_output, line); in readmud()
521 str_cat(&ses->more_output, line); in readmud()
/dports/net/tintin++/tt/src/
H A Dnet.c490 str_cat(&ses->more_output, line); in readmud()
501 str_cat(&ses->more_output, line); in readmud()
508 str_cat(&ses->more_output, line); in readmud()
521 str_cat(&ses->more_output, line); in readmud()

1234567