Searched refs:maxcount (Results 1 - 9 of 9) sorted by relevance

/haiku-fatelf/src/bin/coreutils/lib/
H A Dgetugroups.h18 int getugroups (int maxcount, gid_t *grouplist, char const *username,
H A Dgetugroups.c36 getugroups (int maxcount _GL_UNUSED,
58 getugroups (int maxcount, gid_t *grouplist, char const *username, argument
65 if (maxcount != 0)
96 if (maxcount != 0)
98 if (count >= maxcount)
/haiku-fatelf/src/bin/sharutils/src/
H A Dmail-files47 maxcount=$#
67 if [ $maxcount = 1 ]; then
70 string="$type ($count/$maxcount)"
76 [ $count -lt $maxcount ] && sleep $SLEEP
H A Dmail-files.in47 maxcount=$#
67 if [ $maxcount = 1 ]; then
70 string="$type ($count/$maxcount)"
76 [ $count -lt $maxcount ] && sleep $SLEEP
/haiku-fatelf/src/bin/network/wget/src/
H A Drecur.c73 int count, maxcount;
112 if (queue->count > queue->maxcount)
113 queue->maxcount = queue->count;
117 DEBUGP (("Queue count %d, maxcount %d.\n", queue->count, queue->maxcount));
159 DEBUGP (("Queue count %d, maxcount %d.\n", queue->count, queue->maxcount));
72 int count, maxcount; member in struct:url_queue
/haiku-fatelf/src/tests/system/benchmarks/libMicro/
H A Dlibmicro.c1139 long long maxcount; local
1212 maxcount = 0;
1216 if (histo[i].count > maxcount)
1217 maxcount = histo[i].count;
1225 print_bar(histo[i].count, maxcount);
1245 print_bar(count, maxcount);
/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A Dkctrl.c925 int maxcount = 32; local
941 maxcount--;
942 } while (maxcount > 0 && !baseModeP(d));
/haiku-fatelf/src/bin/gawk/
H A Dawkgram.y566 int maxcount = 128;
570 emalloc(case_values, const char **, sizeof(char*) * maxcount, "switch_body");
585 if (case_count >= maxcount) {
586 maxcount += 128;
587 erealloc(case_values, const char **, sizeof(char*) * maxcount, "switch_body");
H A Dawkgram.c2038 int maxcount = 128;
2042 emalloc(case_values, const char **, sizeof(char*) * maxcount, "switch_body");
2057 if (case_count >= maxcount) {
2058 maxcount += 128;
2059 erealloc(case_values, const char **, sizeof(char*) * maxcount, "switch_body");
2035 int maxcount = 128; local

Completed in 84 milliseconds