Home
last modified time | relevance | path

Searched refs:stoken (Results 1 – 25 of 329) sorted by relevance

12345678910>>...14

/dports/security/stoken/stoken-0.92/
H A DREADME.md1 stoken - Software Token for Linux/UNIX
38 stoken import --token 2000123456...
40 stoken import --file mytoken.sdtid
47 stoken tokencode
48 stoken-gui &
60 See the man pages for additional details: stoken(1), stoken-gui(1)
69 <td><code>stoken-gui</code>
70 <td><code>stoken-gui --small</code>
100 cd stoken
124 cd stoken
[all …]
H A DCHANGES16 - Squash extraneous newline from `stoken tokencode` if stdin isn't a
39 - Add next tokencode and other information to the full GUI (stoken-gui).
40 The "stoken-gui --small" layout is unchanged.
43 (i.e. tokens can be bound to "any BlackBerry 10"). stoken will now try
49 - Add "stoken --next" option to show the next tokencode
79 - Add "stoken-gui --small" mode to conserve desktop space
81 - Enable Alt-C and Alt-Q keyboard shortcuts in stoken-gui
87 - Fix "stoken issue" if no token is imported
110 - Don't strip stoken / stoken-gui binaries by default
H A D.gitignore25 /stoken
26 /stoken-gui
27 /stoken-*.tar.gz
28 /stoken.pc
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/postscript/tr2post/
H A Dutils.c76 if (strcmp((*cp)->name, stoken) == 0) in findglyph()
103 cp = findglyph(fontid, rune, stoken); in glyphout()
150 rune = 'p'; stoken = "pw"; in glyphout()
159 cp = findglyph(fontid, rune, stoken); in glyphout()
234 char stoken[UTFmax+1]; in runeout() local
237 i = runetochar(stoken, &rune); in runeout()
238 stoken[i] = '\0'; in runeout()
239 glyphout(rune, stoken, TRUE); in runeout()
243 specialout(char *stoken) { in specialout() argument
246 chartorune(&rune, stoken); in specialout()
[all …]
H A Dchartab.c220 char stoken[128], *str; in readtroffmetric() local
245 Bprint(Bstderr, "%s\n", stoken); in readtroffmetric()
248 if (strcmp(stoken, "name") == 0) { in readtroffmetric()
253 } else if (strcmp(stoken, "named") == 0) { in readtroffmetric()
295 if (utflen(stoken) > 1) specharflag = TRUE; in readtroffmetric()
333 chartorune(&troffchar, stoken); in readtroffmetric()
338 if (strcmp(stoken, "---") == 0) { in readtroffmetric()
341 stoken[0] = '\0'; in readtroffmetric()
349 if (strcmp((*cp)->name, stoken) == 0) in readtroffmetric()
358 strcpy((*cp)->name, stoken); in readtroffmetric()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dparser-defs.h63 struct stoken struct
73 struct stoken stoken; member
79 struct stoken stoken; member
86 struct stoken stoken; member
128 extern void write_exp_string (struct stoken);
130 extern void write_exp_bitstring (struct stoken);
137 extern void write_dollar_variable (struct stoken str);
148 extern char *copy_name (struct stoken);
H A Dada-lex.l307 block_lookup (yylval.ssym.stoken.ptr, yylval.ssym.stoken.ptr);
314 yylval.ssym.stoken.ptr);
587 yylval.ssym.stoken.ptr = name;
588 yylval.ssym.stoken.length = i;
648 yylval.ssym.stoken.ptr = name;
649 yylval.ssym.stoken.length = strlen (name);
725 - yylval.ssym.stoken.length + 1);
728 strcat (new_name, name0 + yylval.ssym.stoken.length);
792 for (i = yylval.ssym.stoken.length - 1; i > 0; i -= 1)
797 yylval.ssym.stoken.length = i;
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dparser-defs.h63 struct stoken struct
73 struct stoken stoken; argument
79 struct stoken stoken; member
86 struct stoken stoken; member
128 extern void write_exp_string (struct stoken);
130 extern void write_exp_bitstring (struct stoken);
137 extern void write_dollar_variable (struct stoken str);
148 extern char *copy_name (struct stoken);
H A Dada-lex.l307 block_lookup (yylval.ssym.stoken.ptr, yylval.ssym.stoken.ptr);
314 yylval.ssym.stoken.ptr);
587 yylval.ssym.stoken.ptr = name;
588 yylval.ssym.stoken.length = i;
648 yylval.ssym.stoken.ptr = name;
649 yylval.ssym.stoken.length = strlen (name);
725 - yylval.ssym.stoken.length + 1);
728 strcat (new_name, name0 + yylval.ssym.stoken.length);
792 for (i = yylval.ssym.stoken.length - 1; i > 0; i -= 1)
797 yylval.ssym.stoken.length = i;
[all …]
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dr_skins.c527 if ((stoken[0] == 'D' || stoken[0] == 'd') && (stoken[1] == 'S' || stoken[1] == 's')) // DS* in R_ProcessPatchableFields()
546 stoken + stokenadjust)) in R_ProcessPatchableFields()
566 char *stoken; in R_AddSkins() local
603 while (stoken) in R_AddSkins()
605 if ((stoken[0] == '/' && stoken[1] == '/') in R_AddSkins()
619 if (!stricmp(stoken, "name")) in R_AddSkins()
721 char *stoken; in R_PatchSkins() local
755 stoken = strtok(buf2, "\r\n= "); in R_PatchSkins()
756 while (stoken) in R_PatchSkins()
758 if ((stoken[0] == '/' && stoken[1] == '/') in R_PatchSkins()
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dparser-defs.h67 struct stoken struct
93 struct stoken stoken; argument
99 struct stoken stoken; member
106 struct stoken stoken; member
150 extern void write_exp_string (struct stoken);
154 extern void write_exp_bitstring (struct stoken);
162 extern void write_dollar_variable (struct stoken str);
172 extern char *copy_name (struct stoken);
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/30_threads/jthread/
H A Djthread.cc38 std::stop_token stoken; in test_no_stop_token() local
39 VERIFY(!stoken.stop_possible()); in test_no_stop_token()
55 stoken = t1.get_stop_token(); in test_no_stop_token()
56 VERIFY(!stoken.stop_requested()); in test_no_stop_token()
58 VERIFY(stoken.stop_requested()); in test_no_stop_token()
118 std::jthread t1([](std::stop_token stoken) { in test_join() argument
153 (std::stop_token stoken) { in test_detach() argument
156 t1InterruptToken = stoken; in test_detach()
157 t1IsInterrupted = stoken.stop_requested(); in test_detach()
158 VERIFY(stoken.stop_possible()); in test_detach()
[all …]
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dparser-defs.h66 struct stoken struct
92 struct stoken stoken; argument
98 struct stoken stoken; member
105 struct stoken stoken; member
187 extern void write_exp_string (struct stoken);
191 extern void write_exp_bitstring (struct stoken);
199 extern void write_dollar_variable (struct stoken str);
209 extern char *copy_name (struct stoken);
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/30_threads/jthread/
H A Djthread.cc38 std::stop_token stoken; in test_no_stop_token() local
39 VERIFY(!stoken.stop_possible()); in test_no_stop_token()
55 stoken = t1.get_stop_token(); in test_no_stop_token()
56 VERIFY(!stoken.stop_requested()); in test_no_stop_token()
58 VERIFY(stoken.stop_requested()); in test_no_stop_token()
118 std::jthread t1([](std::stop_token stoken) { in test_join() argument
153 (std::stop_token stoken) { in test_detach() argument
156 t1InterruptToken = stoken; in test_detach()
157 t1IsInterrupted = stoken.stop_requested(); in test_detach()
158 VERIFY(stoken.stop_possible()); in test_detach()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/30_threads/jthread/
H A Djthread.cc38 std::stop_token stoken; in test_no_stop_token() local
39 VERIFY(!stoken.stop_possible()); in test_no_stop_token()
55 stoken = t1.get_stop_token(); in test_no_stop_token()
56 VERIFY(!stoken.stop_requested()); in test_no_stop_token()
58 VERIFY(stoken.stop_requested()); in test_no_stop_token()
118 std::jthread t1([](std::stop_token stoken) { in test_join() argument
153 (std::stop_token stoken) { in test_detach() argument
156 t1InterruptToken = stoken; in test_detach()
157 t1IsInterrupted = stoken.stop_requested(); in test_detach()
158 VERIFY(stoken.stop_possible()); in test_detach()
[all …]
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/30_threads/jthread/
H A Djthread.cc38 std::stop_token stoken; in test_no_stop_token() local
39 VERIFY(!stoken.stop_possible()); in test_no_stop_token()
55 stoken = t1.get_stop_token(); in test_no_stop_token()
56 VERIFY(!stoken.stop_requested()); in test_no_stop_token()
58 VERIFY(stoken.stop_requested()); in test_no_stop_token()
118 std::jthread t1([](std::stop_token stoken) { in test_join() argument
153 (std::stop_token stoken) { in test_detach() argument
156 t1InterruptToken = stoken; in test_detach()
157 t1IsInterrupted = stoken.stop_requested(); in test_detach()
158 VERIFY(stoken.stop_possible()); in test_detach()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/30_threads/jthread/
H A Djthread.cc38 std::stop_token stoken; in test_no_stop_token() local
39 VERIFY(!stoken.stop_possible()); in test_no_stop_token()
55 stoken = t1.get_stop_token(); in test_no_stop_token()
56 VERIFY(!stoken.stop_requested()); in test_no_stop_token()
58 VERIFY(stoken.stop_requested()); in test_no_stop_token()
118 std::jthread t1([](std::stop_token stoken) { in test_join() argument
153 (std::stop_token stoken) { in test_detach() argument
156 t1InterruptToken = stoken; in test_detach()
157 t1IsInterrupted = stoken.stop_requested(); in test_detach()
158 VERIFY(stoken.stop_possible()); in test_detach()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/30_threads/jthread/
H A Djthread.cc38 std::stop_token stoken; in test_no_stop_token() local
39 VERIFY(!stoken.stop_possible()); in test_no_stop_token()
55 stoken = t1.get_stop_token(); in test_no_stop_token()
56 VERIFY(!stoken.stop_requested()); in test_no_stop_token()
58 VERIFY(stoken.stop_requested()); in test_no_stop_token()
118 std::jthread t1([](std::stop_token stoken) { in test_join() argument
153 (std::stop_token stoken) { in test_detach() argument
156 t1InterruptToken = stoken; in test_detach()
157 t1IsInterrupted = stoken.stop_requested(); in test_detach()
158 VERIFY(stoken.stop_possible()); in test_detach()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/30_threads/jthread/
H A Djthread.cc38 std::stop_token stoken; in test_no_stop_token() local
39 VERIFY(!stoken.stop_possible()); in test_no_stop_token()
55 stoken = t1.get_stop_token(); in test_no_stop_token()
56 VERIFY(!stoken.stop_requested()); in test_no_stop_token()
58 VERIFY(stoken.stop_requested()); in test_no_stop_token()
118 std::jthread t1([](std::stop_token stoken) { in test_join() argument
153 (std::stop_token stoken) { in test_detach() argument
156 t1InterruptToken = stoken; in test_detach()
157 t1IsInterrupted = stoken.stop_requested(); in test_detach()
158 VERIFY(stoken.stop_possible()); in test_detach()
[all …]
/dports/security/pam_pkcs11/pam_pkcs11-pam_pkcs11-0.6.12/src/scconf/
H A Dparse.c260 char *stoken = NULL; in scconf_parse_token() local
275 stoken = token ? strdup(token) : NULL; in scconf_parse_token()
276 if (stoken) { in scconf_parse_token()
277 stoken[len - 1] = '\0'; in scconf_parse_token()
281 if (!stoken) { in scconf_parse_token()
282 stoken = token ? strdup(token) : NULL; in scconf_parse_token()
286 parser->key = stoken ? strdup(stoken) : NULL; in scconf_parse_token()
296 stoken); in scconf_parse_token()
301 if (stoken) { in scconf_parse_token()
302 free(stoken); in scconf_parse_token()
[all …]
/dports/security/opensc/OpenSC-0.22.0/src/scconf/
H A Dparse.c269 char *stoken = NULL; in scconf_parse_token() local
284 stoken = strdup(token); in scconf_parse_token()
285 if (stoken) { in scconf_parse_token()
286 stoken[len - 1] = '\0'; in scconf_parse_token()
290 if (!stoken) { in scconf_parse_token()
291 stoken = token ? strdup(token) : NULL; in scconf_parse_token()
295 parser->key = stoken ? strdup(stoken) : NULL; in scconf_parse_token()
305 stoken); in scconf_parse_token()
310 if (stoken) { in scconf_parse_token()
311 free(stoken); in scconf_parse_token()
[all …]
/dports/devel/gdb/gdb-11.1/gdb/
H A Dparser-defs.h185 void push_dollar (struct stoken str);
322 struct stoken struct
348 struct stoken stoken; argument
354 struct stoken stoken; member
361 struct stoken stoken; member
368 extern std::string copy_name (struct stoken);
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/bleach/
H A Dhtml5lib_shim.py604 def escape_base_amp(self, stoken): argument
611 stoken = stoken.replace("&amp;", "&")
615 for part in next_possible_entity(stoken):
645 for stoken in super(BleachHTMLSerializer, self).serialize(treewalker, encoding):
647 if stoken == ">":
651 if stoken != '"':
652 for part in self.escape_base_amp(stoken):
658 elif stoken == "=":
661 yield stoken
663 if stoken.startswith("<"):
[all …]
/dports/www/py-bleach/bleach-3.1.5/bleach/
H A Dhtml5lib_shim.py549 def escape_base_amp(self, stoken): argument
556 stoken = stoken.replace('&amp;', '&')
560 for part in next_possible_entity(stoken):
590 for stoken in super(BleachHTMLSerializer, self).serialize(treewalker, encoding):
592 if stoken == '>':
596 if stoken != '"':
597 for part in self.escape_base_amp(stoken):
603 elif stoken == '=':
606 yield stoken
608 if stoken.startswith('<'):
[all …]
/dports/cad/netgen-lvs/netgen-1.5.211/base/
H A Dnetfile.c674 stoken = pstring; in strdtok()
679 for (; *stoken; stoken++) { in strdtok()
690 s = stoken; in strdtok()
738 stoken = s + 2; in strdtok()
741 strncpy(sstring, stoken, (int)(s - stoken)); in strdtok()
743 stoken = s; in strdtok()
757 strncpy(sstring, stoken, (int)(s - stoken)); in strdtok()
759 stoken = s; in strdtok()
766 strncpy(sstring, stoken, (int)(s - stoken)); in strdtok()
768 stoken = s; in strdtok()
[all …]

12345678910>>...14