cnt               444 bsp/drv/dev/base/kd.c 	static u_long cnt;
cnt               489 bsp/drv/dev/base/kd.c 	for (cnt = 0; cnt < len;) {
cnt               490 bsp/drv/dev/base/kd.c 		if ((cnt % 16) == 0)
cnt               514 bsp/drv/dev/base/kd.c 		cnt += size;
cnt               123 sys/kern/debug.c 	u_long cnt, len, i;
cnt               139 sys/kern/debug.c 	for (cnt = 0; cnt < LOGBUFSZ; cnt++) {
cnt               140 sys/kern/debug.c 		if (cnt < len)
cnt                98 usr/bin/head/head.c head(FILE *fp, int cnt)
cnt               102 usr/bin/head/head.c 	while (cnt--)
cnt               413 usr/bin/sh/sh.c 	int cnt;
cnt               416 usr/bin/sh/sh.c 		cnt = read(fd, p, 1);
cnt               417 usr/bin/sh/sh.c 		if (cnt == -1)
cnt               419 usr/bin/sh/sh.c 		if (cnt == 0) {
cnt                46 usr/lib/libc/gen/execvp.c 	int cnt;
cnt               106 usr/lib/libc/gen/execvp.c 			for (cnt = 0; argv[cnt] != NULL; ++cnt)
cnt               108 usr/lib/libc/gen/execvp.c 			if ((memp = (const char **)(alloca((cnt + 2) * sizeof(*memp)))) == NULL)
cnt               112 usr/lib/libc/gen/execvp.c 			(void)memcpy(&memp[2], &argv[1], cnt * sizeof(*memp));
cnt                47 usr/lib/libc/stdlib/getsubopt.c 	int cnt;
cnt                88 usr/lib/libc/stdlib/getsubopt.c 	for (cnt = 0; *tokens; ++tokens, ++cnt)
cnt                90 usr/lib/libc/stdlib/getsubopt.c 			return(cnt);
cnt                64 usr/lib/libc/stdlib/setenv.c 		int cnt;
cnt                67 usr/lib/libc/stdlib/setenv.c 		for (p = environ, cnt = 0; *p; ++p, ++cnt);
cnt                70 usr/lib/libc/stdlib/setenv.c 			    (size_t)(sizeof(char *) * (cnt + 2)));
cnt                76 usr/lib/libc/stdlib/setenv.c 			p = malloc((size_t)(sizeof(char *) * (cnt + 2)));
cnt                79 usr/lib/libc/stdlib/setenv.c 			bcopy(environ, p, cnt * sizeof(char *));
cnt                82 usr/lib/libc/stdlib/setenv.c 		environ[cnt + 1] = NULL;
cnt                83 usr/lib/libc/stdlib/setenv.c 		offset = cnt;
cnt                51 usr/test/cpufreq/cpufreq.c 	int i, cnt;
cnt                54 usr/test/cpufreq/cpufreq.c 	for (cnt = 0; cnt < 2; cnt++) {
cnt                86 usr/test/cpufreq/cpufreq.c 	int i, cnt;
cnt                90 usr/test/cpufreq/cpufreq.c 	for (cnt = 0; cnt < 5000; cnt++) {