Home
last modified time | relevance | path

Searched refs:comma2 (Results 1 – 25 of 130) sorted by relevance

123456

/dports/www/uwsgi/uwsgi-2.0.20/plugins/router_uwsgi/
H A Drouter_uwsgi.c106 char *comma2 = strchr(comma1+1, ','); in uwsgi_router_uwsgi() local
107 if (!comma2) { in uwsgi_router_uwsgi()
112 char *comma3 = strchr(comma2+1, ','); in uwsgi_router_uwsgi()
118 *comma2 = 0; in uwsgi_router_uwsgi()
128 uh->modifier2 = atoi(comma2+1); in uwsgi_router_uwsgi()
143 uh->modifier2 = atoi(comma2+1); in uwsgi_router_uwsgi()
/dports/www/uwsgi/uwsgi-2.0.20/plugins/redislog/
H A Dredislog_plugin.c112 char *comma2 = strchr(comma1,','); in uwsgi_redis_logger() local
113 if (!comma2) { in uwsgi_redis_logger()
118 *comma2 = 0; in uwsgi_redis_logger()
120 comma2++; in uwsgi_redis_logger()
121 if (*comma2 == 0) goto done; in uwsgi_redis_logger()
123 uredislog->prefix = comma2; in uwsgi_redis_logger()
/dports/mail/alpine/alpine-465e23b/web/cgi/alpine/2.0/conduit/
H A Dquery.tcl64 set comma2 ""
66 puts -nonewline stdout "$comma2'$a'"
67 set comma2 ","
/dports/editors/pico-alpine/alpine-465e23b/web/cgi/alpine/2.0/conduit/
H A Dquery.tcl64 set comma2 ""
66 puts -nonewline stdout "$comma2'$a'"
67 set comma2 ","
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dt_spec.c205 int comma1, comma2; // token numbers of the separating commas in spec_for() local
217 || (comma2 = find_operator(comma1+1, num_tokens-1, ",")) == -1) goto err_syntax; in spec_for()
223 evaluate_expression(comma2+1, num_tokens-2); in spec_for()
226 eval = evaluate_expression(comma1+1, comma2-1); in spec_for()
/dports/biology/gmap/gmap-2020-09-12/src/
H A Dsegmentpos.c237 char *label, *comma1, *comma2, firstchar; in Segmentpos_print_accessions() local
276 comma2 = Genomicpos_commafmt((Univcoord_T) (relend + ONEBASEDP)); in Segmentpos_print_accessions()
298 FPRINTF(fp,":%s%s%s (out of %u bp)",comma1,SEPARATOR,comma2,contig_length); in Segmentpos_print_accessions()
300 FREE(comma2); in Segmentpos_print_accessions()
/dports/games/zdoom/zdoom-2.8.1/src/fragglescript/
H A Dt_spec.cpp201 int comma1, comma2; // token numbers of the seperating commas in spec_for() local
216 || (comma2 = FindOperator(comma1+1, NumTokens-1, ",")) == -1) in spec_for()
226 EvaluateExpression(eval, comma2+1, NumTokens-2); in spec_for()
229 EvaluateExpression(eval, comma1+1, comma2-1); in spec_for()
/dports/textproc/bibtool/BibTool/
H A Dprint.c608 comma2 = (String)","; /* */ variable
611 { comma1 = comma2; /* */
612 comma2 = s_empty; /* */
622 print_equation(comma2, /* */
/dports/astro/gpsbabel14/gpsbabel-1.4.4/
H A Dv900.c90 char comma2; /* ',' */ member
257 bad |= (line.bas.common.comma2 != ','); in v900_read()
271 line.bas.common.comma2 = 0; in v900_read()
/dports/astro/gpsbabel/gpsbabel-gpsbabel_1_7_0/
H A Dv900.cc87 char comma2; /* ',' */ member
245 bad |= (line.bas.common.comma2 != ','); in v900_read()
259 line.bas.common.comma2 = 0; in v900_read()
/dports/multimedia/aegisub/aegisub-3.2.2/libaegisub/common/
H A Dvfr.cpp71 char comma1 = 0, comma2 = 0; in v1_parse_line() local
72 ss >> range.start >> comma1 >> range.end >> comma2 >> range.fps; in v1_parse_line()
73 if (ss.fail() || comma1 != ',' || comma2 != ',' || !ss.eof()) in v1_parse_line()
/dports/biology/freebayes/freebayes-1.3.5/ttmath/
H A Dttmathtypes.h457 uint comma2; member
493 comma2 = ','; in Conv()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/Sema/
H A Di-c-e.c58 int comma2[1||(1,2)]; // expected-warning {{use of logical '||' with constant operand}} \ variable
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/Sema/
H A Di-c-e.c58 int comma2[1||(1,2)]; // expected-warning {{use of logical '||' with constant operand}} \ variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Sema/
H A Di-c-e.c58 int comma2[1||(1,2)]; // expected-warning {{use of logical '||' with constant operand}} \ variable
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Sema/
H A Di-c-e.c58 int comma2[1||(1,2)]; // expected-warning {{use of logical '||' with constant operand}} \ variable
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Sema/
H A Di-c-e.c58 int comma2[1||(1,2)]; // expected-warning {{use of logical '||' with constant operand}} \ variable
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Sema/
H A Di-c-e.c58 int comma2[1||(1,2)]; // expected-warning {{use of logical '||' with constant operand}} \ variable
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Sema/
H A Di-c-e.c58 int comma2[1||(1,2)]; // expected-warning {{use of logical '||' with constant operand}} \ variable
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/Sema/
H A Di-c-e.c58 int comma2[1||(1,2)]; // expected-warning {{use of logical '||' with constant operand}} \ variable
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Sema/
H A Di-c-e.c58 int comma2[1||(1,2)]; // expected-warning {{use of logical '||' with constant operand}} \ variable
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Sema/
H A Di-c-e.c58 int comma2[1||(1,2)]; // expected-warning {{use of logical '||' with constant operand}} \ variable
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Sema/
H A Di-c-e.c74 int comma2[1||(1,2)]; // expected-warning {{use of logical '||' with constant operand}} \ variable
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Sema/
H A Di-c-e.c74 int comma2[1 || (1, 2)]; // expected-warning {{use of logical '||' with constant operand}} \ variable
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Sema/
H A Di-c-e.c74 int comma2[1||(1,2)]; // expected-warning {{use of logical '||' with constant operand}} \ variable

123456