Home
last modified time | relevance | path

Searched refs:nextstr (Results 1 – 25 of 70) sorted by relevance

123

/dports/www/firefox-esr/firefox-91.8.0/security/nss/cmd/oidcalc/
H A Doidcalc.c13 char *nextstr; in main() local
27 nextstr = strchr(curstr, '.'); in main()
29 if (nextstr == NULL) { in main()
34 *nextstr = '\0'; in main()
37 curstr = nextstr + 1; in main()
41 if (nextstr) { in main()
42 *nextstr = '\0'; in main()
58 while (nextstr) { in main()
59 curstr = nextstr + 1; in main()
63 if (nextstr) { in main()
[all …]
/dports/security/nss/nss-3.76.1/nss/cmd/oidcalc/
H A Doidcalc.c13 char *nextstr; in main() local
27 nextstr = strchr(curstr, '.'); in main()
29 if (nextstr == NULL) { in main()
34 *nextstr = '\0'; in main()
37 curstr = nextstr + 1; in main()
41 if (nextstr) { in main()
42 *nextstr = '\0'; in main()
58 while (nextstr) { in main()
59 curstr = nextstr + 1; in main()
63 if (nextstr) { in main()
[all …]
/dports/security/ca_root_nss/nss-3.71/nss/cmd/oidcalc/
H A Doidcalc.c13 char *nextstr; in main() local
27 nextstr = strchr(curstr, '.'); in main()
29 if (nextstr == NULL) { in main()
34 *nextstr = '\0'; in main()
37 curstr = nextstr + 1; in main()
41 if (nextstr) { in main()
42 *nextstr = '\0'; in main()
58 while (nextstr) { in main()
59 curstr = nextstr + 1; in main()
63 if (nextstr) { in main()
[all …]
/dports/www/firefox/firefox-99.0/security/nss/cmd/oidcalc/
H A Doidcalc.c13 char *nextstr; in main() local
27 nextstr = strchr(curstr, '.'); in main()
29 if (nextstr == NULL) { in main()
34 *nextstr = '\0'; in main()
37 curstr = nextstr + 1; in main()
41 if (nextstr) { in main()
42 *nextstr = '\0'; in main()
58 while (nextstr) { in main()
59 curstr = nextstr + 1; in main()
63 if (nextstr) { in main()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/cmd/oidcalc/
H A Doidcalc.c13 char *nextstr; in main() local
27 nextstr = strchr(curstr, '.'); in main()
29 if (nextstr == NULL) { in main()
34 *nextstr = '\0'; in main()
37 curstr = nextstr + 1; in main()
41 if (nextstr) { in main()
42 *nextstr = '\0'; in main()
58 while (nextstr) { in main()
59 curstr = nextstr + 1; in main()
63 if (nextstr) { in main()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/cmd/oidcalc/
H A Doidcalc.c13 char *nextstr; in main() local
27 nextstr = strchr(curstr, '.'); in main()
29 if (nextstr == NULL) { in main()
34 *nextstr = '\0'; in main()
37 curstr = nextstr + 1; in main()
41 if (nextstr) { in main()
42 *nextstr = '\0'; in main()
58 while (nextstr) { in main()
59 curstr = nextstr + 1; in main()
63 if (nextstr) { in main()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/cmd/oidcalc/
H A Doidcalc.c13 char *nextstr; in main() local
27 nextstr = strchr(curstr, '.'); in main()
29 if (nextstr == NULL) { in main()
34 *nextstr = '\0'; in main()
37 curstr = nextstr + 1; in main()
41 if (nextstr) { in main()
42 *nextstr = '\0'; in main()
58 while (nextstr) { in main()
59 curstr = nextstr + 1; in main()
63 if (nextstr) { in main()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/cmd/oidcalc/
H A Doidcalc.c13 char *nextstr; in main() local
27 nextstr = strchr(curstr, '.'); in main()
29 if (nextstr == NULL) { in main()
34 *nextstr = '\0'; in main()
37 curstr = nextstr + 1; in main()
41 if (nextstr) { in main()
42 *nextstr = '\0'; in main()
58 while (nextstr) { in main()
59 curstr = nextstr + 1; in main()
63 if (nextstr) { in main()
[all …]
/dports/lang/elk/elk-3.99.8/src/
H A Dcstring.c47 static int nextstr; variable
57 char **pp = &heapstr[nextstr]; in Get_String()
62 if (len > heaplen[nextstr]) { in Get_String()
65 heaplen[nextstr] = len; in Get_String()
70 if (++nextstr == NUMSTRBUFS) nextstr = 0; in Get_String()
/dports/shells/ksh2020/ast-ksh2020/src/lib/libast/tests/string/
H A Dchresc.c16 char *nextstr = NULL; in test_octal() local
19 next = chresc(input, &nextstr); in test_octal()
25 next = chresc(nextstr, &nextstr); in test_octal()
31 next = chresc(nextstr, &nextstr); in test_octal()
/dports/archivers/xmill/xmill/xmillinspect/
H A Dexprinfo.cpp294 *nextstr = str; in findtoken()
584 char *token = NULL, tokensep, *nextstr = NULL; in buildExprInfo() local
607 constant_or_param = nextstr+1; in buildExprInfo()
608 nextstr = skipTo(constant_or_param, tokensep); in buildExprInfo()
609 nextstr[-1] = '\0'; in buildExprInfo()
672 nextstr = &nextstr[usedchars]; in buildExprInfo()
679 constant_or_param = nextstr; in buildExprInfo()
680 nextstr = skipTo(nextstr, ')'); in buildExprInfo()
681 c_or_p_len = nextstr - constant_or_param - 1; in buildExprInfo()
700 str = nextstr; in buildExprInfo()
[all …]
/dports/lang/asn1c/asn1c-0.9.27/libasn1compiler/
H A Dasn1c_misc.c48 char *nextstr; in asn1c_make_identifier() local
96 nextstr = ""; in asn1c_make_identifier()
97 for(p = storage, str = 0; str || nextstr; str = nextstr) { in asn1c_make_identifier()
99 nextstr = second ? second : va_arg(ap, char *); in asn1c_make_identifier()
107 first = nextstr; in asn1c_make_identifier()
127 && str == first && !nextstr && reserved_keyword(str)) { in asn1c_make_identifier()
/dports/biology/mapm3/mapm3-3.0_1/lib/
H A Dmakehelp.c112 void nextstr() in nextstr() function
205 while (nullstr(str)) nextstr();
217 nextstr();
243 nextstr();
288 nextstr(); break;
304 nextstr(); break;
310 nextstr(); break;
317 nextstr(); break;
323 nextstr(); break;
326 nextstr(); break;
[all …]
/dports/graphics/aseprite/aseprite-1.2.9/third_party/mujs/
H A Djsgc.c125 js_String *str, *nextstr, **prevnextstr; in js_gc() local
201 for (str = J->gcstr; str; str = nextstr) { in js_gc()
202 nextstr = str->gcnext; in js_gc()
204 *prevnextstr = nextstr; in js_gc()
226 js_String *str, *nextstr; in js_freestate() local
237 for (str = J->gcstr; str; str = nextstr) in js_freestate()
238 nextstr = str->gcnext, js_free(J, str); in js_freestate()
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/misc/
H A Dcmdarg.c227 cmd->laststr = cmd->nextstr = cmd->buf + n; in cmdopen_20120411()
274 e = cmd->nextstr; in cmdflush()
313 cmd->nextstr = cmd->laststr; in cmdflush()
370 while ((cmd->nextstr -= len + 1) < (char*)(cmd->nextarg + cmd->offset)) in cmdarg()
386 *cmd->nextarg++ = cmd->nextstr; in cmdarg()
387 memcpy(cmd->nextstr, file, len); in cmdarg()
388 cmd->nextstr[len] = 0; in cmdarg()
/dports/shells/ksh93/ast-93u/src/lib/libast/misc/
H A Dcmdarg.c219 cmd->laststr = cmd->nextstr = cmd->buf + n; in cmdopen_20120411()
266 e = cmd->nextstr; in cmdflush()
305 cmd->nextstr = cmd->laststr; in cmdflush()
362 while ((cmd->nextstr -= len + 1) < (char*)(cmd->nextarg + cmd->offset)) in cmdarg()
378 *cmd->nextarg++ = cmd->nextstr; in cmdarg()
379 memcpy(cmd->nextstr, file, len); in cmdarg()
380 cmd->nextstr[len] = 0; in cmdarg()
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/misc/
H A Dcmdarg.c219 cmd->laststr = cmd->nextstr = cmd->buf + n; in cmdopen_20120411()
266 e = cmd->nextstr; in cmdflush()
305 cmd->nextstr = cmd->laststr; in cmdflush()
362 while ((cmd->nextstr -= len + 1) < (char*)(cmd->nextarg + cmd->offset)) in cmdarg()
378 *cmd->nextarg++ = cmd->nextstr; in cmdarg()
379 memcpy(cmd->nextstr, file, len); in cmdarg()
380 cmd->nextstr[len] = 0; in cmdarg()
/dports/lang/mosml/mosml-ver-2.10.1/src/doc/helpsigs/
H A DPrintbase.sml52 fun nextstr last [] = out ")\n" function
53 | nextstr last ((e1 as {comp, file, ...}) :: erest) =
55 (out ", "; out (tt file); nextstr last erest)
71 nextstr comp erest)
/dports/lang/mujs/mujs-1.2.0/
H A Djsgc.c131 js_String *str, *nextstr, **prevnextstr; in js_gc() local
227 for (str = J->gcstr; str; str = nextstr) { in js_gc()
228 nextstr = str->gcnext; in js_gc()
230 *prevnextstr = nextstr; in js_gc()
259 js_String *str, *nextstr; in js_freestate() local
270 for (str = J->gcstr; str; str = nextstr) in js_freestate()
271 nextstr = str->gcnext, js_free(J, str); in js_freestate()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/mujs/
H A Djsgc.c131 js_String *str, *nextstr, **prevnextstr; in js_gc() local
227 for (str = J->gcstr; str; str = nextstr) { in js_gc()
228 nextstr = str->gcnext; in js_gc()
230 *prevnextstr = nextstr; in js_gc()
259 js_String *str, *nextstr; in js_freestate() local
270 for (str = J->gcstr; str; str = nextstr) in js_freestate()
271 nextstr = str->gcnext, js_free(J, str); in js_freestate()
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/gorhill/cronexpr/cronexpr-f0984319b442/
H A Dcronexpr_test.go211 nextstr := next.Format(test.layout)
212 if nextstr != times.next {
213 t.Errorf(`("%s").Next("%s") = "%s", got "%s"`, test.expr, times.from, times.next, nextstr)
/dports/security/vault/vault-1.8.2/vendor/github.com/gorhill/cronexpr/
H A Dcronexpr_test.go209 nextstr := next.Format(test.layout)
210 if nextstr != times.next {
211 t.Errorf(`("%s").Next("%s") = "%s", got "%s"`, test.expr, times.from, times.next, nextstr)
/dports/net/nncp/nncp-8.0.2/src/vendor/github.com/gorhill/cronexpr/
H A Dcronexpr_test.go209 nextstr := next.Format(test.layout)
210 if nextstr != times.next {
211 t.Errorf(`("%s").Next("%s") = "%s", got "%s"`, test.expr, times.from, times.next, nextstr)
/dports/textproc/sgmls/sgmls/
H A Dsgmlio.c72 static char *nextstr P((char *)); /* Iterate over list of strings. */
102 f->next = nextstr(s);
229 f->next = nextstr(f->next);
271 static char *nextstr(p) in nextstr() function
/dports/textproc/linuxdoc-tools/linuxdoc-tools-0.9.82/sgmls-1.1/
H A Dsgmlio.c72 static char *nextstr P((char *)); /* Iterate over list of strings. */
102 f->next = nextstr(s);
229 f->next = nextstr(f->next);
271 static char *nextstr(p) in nextstr() function

123