Home
last modified time | relevance | path

Searched refs:specstr (Results 1 – 25 of 28) sorted by relevance

12

/dports/games/openage/openage-0.3.0-1262-ga554ab49/openage/util/
H A Dstruct.py30 specstr = None
47 if specstr is not None:
53 specstr = value
56 if specstr is None:
61 postprocessors[membername], value = value, value.specstr
69 specstr += value
75 if specstr:
76 classdict["_struct"] = Struct(specstr)
/dports/devel/ossp-l2/l2-0.9.13/
H A Dl2_spec.c62 char *specstr; in l2_vspec() local
65 if ((specstr = l2_util_vasprintf(spec, ap)) == NULL) in l2_vspec()
75 ctx.inputptr = specstr; in l2_vspec()
76 ctx.inputbuf = specstr; in l2_vspec()
77 ctx.inputlen = strlen(specstr); in l2_vspec()
91 free(specstr); in l2_vspec()
/dports/mail/lmtp2nntp/lmtp2nntp-1.4.1/lib_l2/
H A Dl2_spec.c62 char *specstr; in l2_vspec() local
65 if ((specstr = l2_util_vasprintf(spec, ap)) == NULL) in l2_vspec()
75 ctx.inputptr = specstr; in l2_vspec()
76 ctx.inputbuf = specstr; in l2_vspec()
77 ctx.inputlen = strlen(specstr); in l2_vspec()
91 free(specstr); in l2_vspec()
/dports/games/taisei/taisei-1.3.2/src/resource/
H A Danimation.c45 static bool animation_parse_sequence_spec(AniSequence *seq, const char *specstr) { in animation_parse_sequence_spec() argument
49 const char *p = specstr; in animation_parse_sequence_spec()
76 …log_error("AniSequence syntax error: '%s'[%d] does not start with a proper command",specstr,comman… in animation_parse_sequence_spec()
91 …log_error("AniSequence syntax error: '%s'[%d] contains unexpected character '%c'",specstr,command,… in animation_parse_sequence_spec()
96 log_error("AniSequence syntax error: '%s'[%d] expected argument after command",specstr,command); in animation_parse_sequence_spec()
109 log_error("AniSequence syntax error: '%s'[%d] delay cannot be negative.",specstr,command); in animation_parse_sequence_spec()
119 …error: '%s'[%d] mirror can only take 0 or 1 or nothing as an argument. %s",specstr,command,endptr); in animation_parse_sequence_spec()
124 … log_error("AniSequence syntax error: '%s'[%d] sprite index cannot be negative.",specstr,command); in animation_parse_sequence_spec()
143 log_error("AniSequence syntax error: '%s' empty sequence.",specstr); in animation_parse_sequence_spec()
/dports/security/p5-Net-SAML/zxid-1.42/
H A Dhinet.c197 fd, hs->specstr, errno, STRERROR(errno)); in hi_open_listener()
203 fd, hs->specstr, errno, STRERROR(errno)); in hi_open_listener()
211 fd, listen_backlog, hs->specstr, errno, STRERROR(errno)); in hi_open_listener()
257 D("listen(%x) hs(%s)", fd, hs->specstr); in hi_open_listener()
489 ERR("Connection to %s failed: %d %s", hs->specstr, errno, STRERROR(errno)); in hi_open_tcp()
493 D("connect(%x) hs(%s)", fd, hs->specstr); in hi_open_tcp()
501 ERR("TLS/SSL connect to(%s): SSL object initialization problem", hs->specstr); in hi_open_tcp()
506 ERR("TLS/SSL connect to(%s): SSL fd(%x) initialization problem", hs->specstr, fd); in hi_open_tcp()
519 ERR("TLS/SSL connect to(%s): handshake problem (%d)", hs->specstr, err); in hi_open_tcp()
524 if (!hi_vfy_peer_ssl_cred(hit, io, hs->specstr)) in hi_open_tcp()
[all …]
H A Dzxbusd.c207 hs->specstr = arg; in parse_port_spec()
517 ret = sscanf(hs->specstr, "dts:%255[^:]:%c-%d-%d-%d%c%d", in serial_init()
520 … port name and config, e.g. `dts:/dev/ttyS0:A-9600-8N1'. You gave(%s). You loose.\n", hs->specstr); in serial_init()
H A Dhiios.h360 char* specstr;
/dports/security/sslproxy/SSLproxy-0.9.2/tests/testproxy/lp/
H A Dmain.c317 char *specstr = proxyspec_str(spec); in main() local
318 if (!specstr) { in main()
322 log_dbg_printf("- %s\n", specstr); in main()
323 free(specstr); in main()
H A Dproxy.c372 char *specstr = proxyspec_str(spec); in proxy_new() local
373 if (!specstr) { in proxy_new()
377 log_dbg_printf("proxy_listener_setup: %s\n", specstr); in proxy_new()
378 free(specstr); in proxy_new()
/dports/games/xonotic/Xonotic/source/qcsrc/common/effects/qc/
H A Ddamageeffects.qc115 string specstr, effectname;
162 specstr = species_prefix(specnum);
163 specstr = substring(specstr, 0, strlen(specstr) - 1);
164 effectname = strreplace("BLOOD", specstr, effectname);
H A Dgibs.qc255 string specstr = species_prefix(specnum);
265 new_te_bloodshower(_particleeffectnum(strcat(specstr, "bloodshower")), org, 1200, amount);
298 __pointparticles(_particleeffectnum(strcat(specstr, "blood")), org, vel, amount * 16);
/dports/security/sslsplit/sslsplit-0.5.5/
H A Dmain.c738 char *specstr = proxyspec_str(spec); in main() local
739 if (!specstr) { in main()
743 log_dbg_printf("- %s\n", specstr); in main()
744 free(specstr); in main()
/dports/net-mgmt/etherape/etherape-0.9.20/src/stats/
H A Dnode.c608 gchar *specstr = g_strdup(orig_specstr); in parse_nodeset_spec() local
611 slash = strchr(specstr, '/'); in parse_nodeset_spec()
621 addr_str = specstr; in parse_nodeset_spec()
646 g_free(specstr); in parse_nodeset_spec()
/dports/sysutils/powerman/powerman-2.3.20/powermand/
H A Dparse_tab.y93 static void makeDevice(char *devstr, char *specstr, char *hoststr,
675 static void makeDevice(char *devstr, char *specstr, char *hoststr, in makeDevice() argument
684 spec = findSpec(specstr); in makeDevice()
690 dev->specname = xstrdup(specstr); in makeDevice()
H A Dparse_tab.c140 static void makeDevice(char *devstr, char *specstr, char *hoststr,
2757 static void makeDevice(char *devstr, char *specstr, char *hoststr, in makeDevice() argument
2766 spec = findSpec(specstr); in makeDevice()
2772 dev->specname = xstrdup(specstr); in makeDevice()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/kernel/
H A Dcmdline.c20 static void add_a_raw_player_spec(char *specstr);
369 add_a_raw_player_spec(char *specstr) in add_a_raw_player_spec() argument
374 spec->spec = copy_string(specstr); in add_a_raw_player_spec()
/dports/security/sslproxy/SSLproxy-0.9.2/src/
H A Dmain.c913 char *specstr = proxyspec_str(spec); in main() local
914 if (!specstr) in main()
917 log_dbg_printf("- %s\n", specstr); in main()
918 free(specstr); in main()
/dports/games/openage/openage-0.3.0-1262-ga554ab49/openage/cabextract/
H A Dcab.py31 specstr = "H" variable in CFHeaderFlags
127 specstr = "H" variable in CFFileAttributes
/dports/devel/cmake-gui/cmake-3.22.1/Modules/
H A DFindOpenACC.cmake217 file(STRINGS ${BIN_FILE} specstr LIMIT_COUNT 1 REGEX "INFO:OpenACC-date")
219 if("${specstr}" MATCHES "${regex_spec_date}")
/dports/devel/cmake-doc/cmake-3.22.1/Modules/
H A DFindOpenACC.cmake217 file(STRINGS ${BIN_FILE} specstr LIMIT_COUNT 1 REGEX "INFO:OpenACC-date")
219 if("${specstr}" MATCHES "${regex_spec_date}")
/dports/devel/cmake/cmake-3.22.1/Modules/
H A DFindOpenACC.cmake217 file(STRINGS ${BIN_FILE} specstr LIMIT_COUNT 1 REGEX "INFO:OpenACC-date")
219 if("${specstr}" MATCHES "${regex_spec_date}")
/dports/math/eprover/eprover-E-2.0/PYTHON/
H A Dpylib_eprot.py58 def parse_espec_string(specstr, sourcename=None, resdict = None, joblist = None): argument
76 spec_list = specstr.split("\n")
/dports/devel/libgit2/libgit2-1.3.0/tests/network/remote/
H A Dremotes.c386 char *specstr[] = { in test_network_remote_remotes__nonmatch_upstream_refspec() local
390 specstr, in test_network_remote_remotes__nonmatch_upstream_refspec()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/CMake/
H A DFindOpenMP.cmake349 file(STRINGS ${BIN_FILE} specstr LIMIT_COUNT 1 REGEX "INFO:OpenMP-date")
351 if("${specstr}" MATCHES "${regex_spec_date}")
/dports/math/vtk8/VTK-8.2.0/CMake/
H A DFindOpenMP.cmake351 file(STRINGS ${BIN_FILE} specstr LIMIT_COUNT 1 REGEX "INFO:OpenMP-date")
353 if("${specstr}" MATCHES "${regex_spec_date}")

12