Home
last modified time | relevance | path

Searched refs:listc (Results 1 – 25 of 152) sorted by relevance

1234567

/dports/devel/tcllib/tcllib-1.20/modules/struct/stack/
H A Ds.c36 int listc = 0; in st_peek() local
43 if (n > listc) { in st_peek()
52 r = listv [listc-1]; in st_peek()
56 ASSERT_BOUNDS (listc-n,listc); in st_peek()
68 for (i = 0, j = listc-1; in st_peek()
73 ASSERT_BOUNDS (i,listc); in st_peek()
74 ASSERT_BOUNDS (j,listc); in st_peek()
89 if (n == listc) { in st_peek()
104 ASSERT_BOUNDS (listc-n,listc); in st_peek()
110 s->max = listc - n; in st_peek()
[all …]
/dports/devel/tcllibc/tcllib-1.20/modules/struct/stack/
H A Ds.c36 int listc = 0; in st_peek() local
43 if (n > listc) { in st_peek()
52 r = listv [listc-1]; in st_peek()
56 ASSERT_BOUNDS (listc-n,listc); in st_peek()
68 for (i = 0, j = listc-1; in st_peek()
73 ASSERT_BOUNDS (i,listc); in st_peek()
74 ASSERT_BOUNDS (j,listc); in st_peek()
89 if (n == listc) { in st_peek()
104 ASSERT_BOUNDS (listc-n,listc); in st_peek()
110 s->max = listc - n; in st_peek()
[all …]
/dports/devel/tcllib/tcllib-1.20/modules/struct/graph/
H A Dattr.c17 int listc; in g_attr_serial() local
36 ASSERT_BOUNDS (i, listc); in g_attr_serial()
37 ASSERT_BOUNDS (i+1, listc); in g_attr_serial()
78 int listc; in g_attr_deserial() local
87 if (!listc) return; in g_attr_deserial()
132 int listc; in g_attr_keys() local
183 listc = i; in g_attr_keys()
186 if (listc) { in g_attr_keys()
250 int listc; in g_attr_getall() local
304 listc = i; in g_attr_getall()
[all …]
H A Dnacommon.c112 int listc; in gc_attr() local
131 listc = 2 * gx->map->numEntries; in gc_attr()
145 ASSERT_BOUNDS (i, listc); in gc_attr()
146 ASSERT_BOUNDS (i+1, listc); in gc_attr()
152 listc = i; in gc_attr()
188 ASSERT_BOUNDS (j, listc); in gc_attr()
189 ASSERT_BOUNDS (j+1, listc); in gc_attr()
195 listc = j; in gc_attr()
231 listc = i; in gc_attr()
264 listc = i; in gc_attr()
[all …]
/dports/devel/tcllibc/tcllib-1.20/modules/struct/graph/
H A Dattr.c17 int listc; in g_attr_serial() local
36 ASSERT_BOUNDS (i, listc); in g_attr_serial()
37 ASSERT_BOUNDS (i+1, listc); in g_attr_serial()
78 int listc; in g_attr_deserial() local
87 if (!listc) return; in g_attr_deserial()
132 int listc; in g_attr_keys() local
183 listc = i; in g_attr_keys()
186 if (listc) { in g_attr_keys()
250 int listc; in g_attr_getall() local
304 listc = i; in g_attr_getall()
[all …]
H A Dnacommon.c112 int listc; in gc_attr() local
131 listc = 2 * gx->map->numEntries; in gc_attr()
145 ASSERT_BOUNDS (i, listc); in gc_attr()
146 ASSERT_BOUNDS (i+1, listc); in gc_attr()
152 listc = i; in gc_attr()
188 ASSERT_BOUNDS (j, listc); in gc_attr()
189 ASSERT_BOUNDS (j+1, listc); in gc_attr()
195 listc = j; in gc_attr()
231 listc = i; in gc_attr()
264 listc = i; in gc_attr()
[all …]
/dports/devel/tcllib/tcllib-1.20/modules/struct/queue/
H A Dm.c131 int listc = 0; in qum_PEEK() local
187 r = listv [listc-1]; in qum_PEEK()
224 for (j = listc-1; in qum_PEEK()
228 ASSERT_BOUNDS(j,listc); in qum_PEEK()
242 j < listc && i < n; in qum_PEEK()
245 ASSERT_BOUNDS(j,listc); in qum_PEEK()
257 j < listc && i < n; in qum_PEEK()
260 ASSERT_BOUNDS(j,listc); in qum_PEEK()
278 j < listc && i < n; in qum_PEEK()
281 ASSERT_BOUNDS(j,listc); in qum_PEEK()
[all …]
/dports/devel/tcllibc/tcllib-1.20/modules/struct/queue/
H A Dm.c131 int listc = 0; in qum_PEEK() local
187 r = listv [listc-1]; in qum_PEEK()
224 for (j = listc-1; in qum_PEEK()
228 ASSERT_BOUNDS(j,listc); in qum_PEEK()
242 j < listc && i < n; in qum_PEEK()
245 ASSERT_BOUNDS(j,listc); in qum_PEEK()
257 j < listc && i < n; in qum_PEEK()
260 ASSERT_BOUNDS(j,listc); in qum_PEEK()
278 j < listc && i < n; in qum_PEEK()
281 ASSERT_BOUNDS(j,listc); in qum_PEEK()
[all …]
/dports/irc/epic5/epic5-2.1.6/source/
H A Dignore.c1009 char * listc; in ignorectl() local
1014 GET_FUNC_ARG(listc, input); in ignorectl()
1015 len = strlen(listc); in ignorectl()
1016 if (!my_strnicmp(listc, "REFNUM", len)) { in ignorectl()
1036 } else if (!my_strnicmp(listc, "ADD", len)) { in ignorectl()
1086 GET_FUNC_ARG(listc, input); in ignorectl()
1087 len = strlen(listc); in ignorectl()
1088 if (!my_strnicmp(listc, "NICK", len)) { in ignorectl()
1128 GET_FUNC_ARG(listc, input); in ignorectl()
1129 len = strlen(listc); in ignorectl()
[all …]
H A Dlogfiles.c791 char *listc; in logctl() local
795 GET_FUNC_ARG(listc, input); in logctl()
796 if (!my_strnicmp(listc, "NEW", 3)) { in logctl()
801 } else if (!my_strnicmp(listc, "REFNUMS", 7)) { in logctl()
827 } else if (!my_strnicmp(listc, "ADD", 2)) { in logctl()
839 } else if (!my_strnicmp(listc, "GET", 2)) { in logctl()
844 GET_FUNC_ARG(listc, input); in logctl()
867 } else if (!my_strnicmp(listc, "ACTIVITY", 1)) { in logctl()
870 } else if (!my_strnicmp(listc, "SET", 1)) { in logctl()
875 GET_FUNC_ARG(listc, input); in logctl()
[all …]
H A Dserver.c4478 char *listc, *listc1; in serverctl() local
4483 GET_FUNC_ARG(listc, input); in serverctl()
4484 len = strlen(listc); in serverctl()
4485 if (!my_strnicmp(listc, "ADD", len)) { in serverctl()
4510 } else if (!my_strnicmp(listc, "GET", len)) { in serverctl()
4515 GET_FUNC_ARG(listc, input); in serverctl()
4516 len = strlen(listc); in serverctl()
4517 if (!my_strnicmp(listc, "AWAY", len)) { in serverctl()
4682 GET_FUNC_ARG(listc, input); in serverctl()
4683 len = strlen(listc); in serverctl()
[all …]
H A Drecode.c1375 char *listc; in function_encodingctl() local
1379 GET_FUNC_ARG(listc, input); in function_encodingctl()
1380 len = strlen(listc); in function_encodingctl()
1382 if (!my_strnicmp(listc, "REFNUMS", len)) { in function_encodingctl()
1416 GET_FUNC_ARG(listc, input); in function_encodingctl()
1417 len = strlen(listc); in function_encodingctl()
1444 GET_FUNC_ARG(listc, input); in function_encodingctl()
1445 len = strlen(listc); in function_encodingctl()
1450 GET_FUNC_ARG(listc, input); in function_encodingctl()
1453 update_recoding_encoding(r, listc); in function_encodingctl()
[all …]
H A Dtimer.c1183 char * listc; in timerctl() local
1187 GET_FUNC_ARG(listc, input); in timerctl()
1188 len = strlen(listc); in timerctl()
1189 if (!my_strnicmp(listc, "REFNUM", len)) { in timerctl()
1201 } else if (!my_strnicmp(listc, "ADD", len)) { in timerctl()
1215 GET_FUNC_ARG(listc, input); in timerctl()
1216 len = strlen(listc); in timerctl()
1217 if (!my_strnicmp(listc, "TIMEOUT", len)) { in timerctl()
1253 GET_FUNC_ARG(listc, input); in timerctl()
1254 len = strlen(listc); in timerctl()
[all …]
H A Dwindow.c7786 char *listc; in windowctl() local
7792 GET_FUNC_ARG(listc, input); in windowctl()
7793 len = strlen(listc); in windowctl()
7794 if (!my_strnicmp(listc, "REFNUM", len)) { in windowctl()
7823 } else if (!my_strnicmp(listc, "NEW", len)) { in windowctl()
7838 } else if (!my_strnicmp(listc, "GET", len)) { in windowctl()
7843 GET_FUNC_ARG(listc, input); in windowctl()
7844 len = strlen(listc); in windowctl()
7846 if (!my_strnicmp(listc, "REFNUM", len)) { in windowctl()
8016 GET_FUNC_ARG(listc, input); in windowctl()
[all …]
/dports/irc/epic4/epic4-2.10.9/source/
H A Dignore.c1024 char * listc; in ignorectl() local
1029 GET_STR_ARG(listc, input); in ignorectl()
1030 len = strlen(listc); in ignorectl()
1031 if (!my_strnicmp(listc, "REFNUM", len)) { in ignorectl()
1045 } else if (!my_strnicmp(listc, "ADD", len)) { in ignorectl()
1089 GET_STR_ARG(listc, input); in ignorectl()
1090 len = strlen(listc); in ignorectl()
1091 if (!my_strnicmp(listc, "NICK", len)) { in ignorectl()
1131 GET_STR_ARG(listc, input); in ignorectl()
1132 len = strlen(listc); in ignorectl()
[all …]
H A Dtimer.c747 char * listc; in timerctl() local
751 GET_STR_ARG(listc, input); in timerctl()
752 len = strlen(listc); in timerctl()
753 if (!my_strnicmp(listc, "REFNUM", len)) { in timerctl()
765 } else if (!my_strnicmp(listc, "ADD", len)) { in timerctl()
779 GET_STR_ARG(listc, input); in timerctl()
780 len = strlen(listc); in timerctl()
781 if (!my_strnicmp(listc, "TIMEOUT", len)) { in timerctl()
811 GET_STR_ARG(listc, input); in timerctl()
812 len = strlen(listc); in timerctl()
[all …]
H A Dlogfiles.c764 char *listc; in logctl() local
768 GET_STR_ARG(listc, input); in logctl()
769 if (!my_strnicmp(listc, "REFNUMS", 7)) { in logctl()
795 } else if (!my_strnicmp(listc, "ADD", 2)) { in logctl()
807 } else if (!my_strnicmp(listc, "GET", 2)) { in logctl()
812 GET_STR_ARG(listc, input); in logctl()
835 } else if (!my_strnicmp(listc, "ACTIVITY", 1)) { in logctl()
838 } else if (!my_strnicmp(listc, "SET", 1)) { in logctl()
843 GET_STR_ARG(listc, input); in logctl()
844 if (!my_strnicmp(listc, "NAME", 3)) { in logctl()
[all …]
/dports/devel/tcllib/tcllib-1.20/modules/struct/tree/
H A Dm.c325 listc = i; in tm_ATTR()
375 listc = j; in tm_ATTR()
413 listc = i; in tm_ATTR()
448 listc = i; in tm_ATTR()
453 if (listc) { in tm_ATTR()
1015 listc = i; in tm_GETALL()
1018 if (listc) { in tm_GETALL()
1418 listc = i; in tm_KEYS()
1421 if (listc) { in tm_KEYS()
1526 int listc; in tm_LEAVES() local
[all …]
H A Dt.c65 int listc; in t_deserialize() local
87 if ((listc % 3) != 0) { in t_deserialize()
94 nodes = listc/3; in t_deserialize()
106 i < listc; in t_deserialize()
109 ASSERT_BOUNDS (ATTR(i), listc); in t_deserialize()
134 i < listc; in t_deserialize()
179 i < listc; in t_deserialize()
195 (index >= listc) || in t_deserialize()
287 i < listc; in t_deserialize()
324 i < listc; in t_deserialize()
[all …]
/dports/devel/tcllibc/tcllib-1.20/modules/struct/tree/
H A Dm.c325 listc = i; in tm_ATTR()
375 listc = j; in tm_ATTR()
413 listc = i; in tm_ATTR()
448 listc = i; in tm_ATTR()
453 if (listc) { in tm_ATTR()
1015 listc = i; in tm_GETALL()
1018 if (listc) { in tm_GETALL()
1418 listc = i; in tm_KEYS()
1421 if (listc) { in tm_KEYS()
1526 int listc; in tm_LEAVES() local
[all …]
H A Dt.c65 int listc; in t_deserialize() local
87 if ((listc % 3) != 0) { in t_deserialize()
94 nodes = listc/3; in t_deserialize()
106 i < listc; in t_deserialize()
109 ASSERT_BOUNDS (ATTR(i), listc); in t_deserialize()
134 i < listc; in t_deserialize()
179 i < listc; in t_deserialize()
195 (index >= listc) || in t_deserialize()
287 i < listc; in t_deserialize()
324 i < listc; in t_deserialize()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/_bounds_/
H A Dbounds001.java81 ListeningConnector listc; in run() local
135 listc = (ListeningConnector )listConnectors.get(i); in run()
136 display("\t" + listc.name() + ": invoking startListening(null)"); in run()
138 listc.startListening(null); in run()
149 display("\t" + listc.name() + ": invoking stopListening(null)"); in run()
151 listc.stopListening(null); in run()
160 display("\t" + listc.name() + ": invoking accept(null)"); in run()
162 listc.accept(null); in run()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/_bounds_/
H A Dbounds001.java81 ListeningConnector listc; in run() local
135 listc = (ListeningConnector )listConnectors.get(i); in run()
136 display("\t" + listc.name() + ": invoking startListening(null)"); in run()
138 listc.startListening(null); in run()
149 display("\t" + listc.name() + ": invoking stopListening(null)"); in run()
151 listc.stopListening(null); in run()
160 display("\t" + listc.name() + ": invoking accept(null)"); in run()
162 listc.accept(null); in run()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/_bounds_/
H A Dbounds001.java81 ListeningConnector listc; in run() local
135 listc = (ListeningConnector )listConnectors.get(i); in run()
136 display("\t" + listc.name() + ": invoking startListening(null)"); in run()
138 listc.startListening(null); in run()
149 display("\t" + listc.name() + ": invoking stopListening(null)"); in run()
151 listc.stopListening(null); in run()
160 display("\t" + listc.name() + ": invoking accept(null)"); in run()
162 listc.accept(null); in run()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/_bounds_/
H A Dbounds001.java81 ListeningConnector listc; in run() local
135 listc = (ListeningConnector )listConnectors.get(i); in run()
136 display("\t" + listc.name() + ": invoking startListening(null)"); in run()
138 listc.startListening(null); in run()
149 display("\t" + listc.name() + ": invoking stopListening(null)"); in run()
151 listc.stopListening(null); in run()
160 display("\t" + listc.name() + ": invoking accept(null)"); in run()
162 listc.accept(null); in run()

1234567