HelenOS sources

STR_NO_LIMIT      506 boot/generic/src/printf_core.c 		char32_t uc = str_decode(fmt, &nxt, STR_NO_LIMIT);
STR_NO_LIMIT      531 boot/generic/src/printf_core.c 				uc = str_decode(fmt, &nxt, STR_NO_LIMIT);
STR_NO_LIMIT      561 boot/generic/src/printf_core.c 					uc = str_decode(fmt, &nxt, STR_NO_LIMIT);
STR_NO_LIMIT      570 boot/generic/src/printf_core.c 				uc = str_decode(fmt, &nxt, STR_NO_LIMIT);
STR_NO_LIMIT      583 boot/generic/src/printf_core.c 				uc = str_decode(fmt, &nxt, STR_NO_LIMIT);
STR_NO_LIMIT      590 boot/generic/src/printf_core.c 						uc = str_decode(fmt, &nxt, STR_NO_LIMIT);
STR_NO_LIMIT      599 boot/generic/src/printf_core.c 					uc = str_decode(fmt, &nxt, STR_NO_LIMIT);
STR_NO_LIMIT      618 boot/generic/src/printf_core.c 				uc = str_decode(fmt, &nxt, STR_NO_LIMIT);
STR_NO_LIMIT      624 boot/generic/src/printf_core.c 				uc = str_decode(fmt, &nxt, STR_NO_LIMIT);
STR_NO_LIMIT      627 boot/generic/src/printf_core.c 					uc = str_decode(fmt, &nxt, STR_NO_LIMIT);
STR_NO_LIMIT      635 boot/generic/src/printf_core.c 				uc = str_decode(fmt, &nxt, STR_NO_LIMIT);
STR_NO_LIMIT      638 boot/generic/src/printf_core.c 					uc = str_decode(fmt, &nxt, STR_NO_LIMIT);
STR_NO_LIMIT      645 boot/generic/src/printf_core.c 				uc = str_decode(fmt, &nxt, STR_NO_LIMIT);
STR_NO_LIMIT      650 boot/generic/src/printf_core.c 				uc = str_decode(fmt, &nxt, STR_NO_LIMIT);
STR_NO_LIMIT       57 boot/generic/src/vprintf.c 	while ((uc = str_decode(str, &offset, STR_NO_LIMIT)) != 0) {
STR_NO_LIMIT     1344 common/printf/printf_core.c 		char32_t uc = str_decode(fmt, &nxt, STR_NO_LIMIT);
STR_NO_LIMIT     1369 common/printf/printf_core.c 				uc = str_decode(fmt, &nxt, STR_NO_LIMIT);
STR_NO_LIMIT     1400 common/printf/printf_core.c 					uc = str_decode(fmt, &nxt, STR_NO_LIMIT);
STR_NO_LIMIT     1409 common/printf/printf_core.c 				uc = str_decode(fmt, &nxt, STR_NO_LIMIT);
STR_NO_LIMIT     1422 common/printf/printf_core.c 				uc = str_decode(fmt, &nxt, STR_NO_LIMIT);
STR_NO_LIMIT     1430 common/printf/printf_core.c 						uc = str_decode(fmt, &nxt, STR_NO_LIMIT);
STR_NO_LIMIT     1439 common/printf/printf_core.c 					uc = str_decode(fmt, &nxt, STR_NO_LIMIT);
STR_NO_LIMIT     1458 common/printf/printf_core.c 				uc = str_decode(fmt, &nxt, STR_NO_LIMIT);
STR_NO_LIMIT     1464 common/printf/printf_core.c 				uc = str_decode(fmt, &nxt, STR_NO_LIMIT);
STR_NO_LIMIT     1467 common/printf/printf_core.c 					uc = str_decode(fmt, &nxt, STR_NO_LIMIT);
STR_NO_LIMIT     1475 common/printf/printf_core.c 				uc = str_decode(fmt, &nxt, STR_NO_LIMIT);
STR_NO_LIMIT     1478 common/printf/printf_core.c 					uc = str_decode(fmt, &nxt, STR_NO_LIMIT);
STR_NO_LIMIT     1485 common/printf/printf_core.c 				uc = str_decode(fmt, &nxt, STR_NO_LIMIT);
STR_NO_LIMIT     1490 common/printf/printf_core.c 				uc = str_decode(fmt, &nxt, STR_NO_LIMIT);
STR_NO_LIMIT      371 common/str.c   		if (str_decode(str, &offset, STR_NO_LIMIT) == 0)
STR_NO_LIMIT      447 common/str.c   	while (str_decode(str, &offset, STR_NO_LIMIT) != 0)
STR_NO_LIMIT      532 common/str.c   	while ((ch = str_decode(str, &offset, STR_NO_LIMIT)) != 0)
STR_NO_LIMIT      591 common/str.c   		c1 = str_decode(s1, &off1, STR_NO_LIMIT);
STR_NO_LIMIT      592 common/str.c   		c2 = str_decode(s2, &off2, STR_NO_LIMIT);
STR_NO_LIMIT      643 common/str.c   		c1 = str_decode(s1, &off1, STR_NO_LIMIT);
STR_NO_LIMIT      644 common/str.c   		c2 = str_decode(s2, &off2, STR_NO_LIMIT);
STR_NO_LIMIT      690 common/str.c   		c1 = tolower(str_decode(s1, &off1, STR_NO_LIMIT));
STR_NO_LIMIT      691 common/str.c   		c2 = tolower(str_decode(s2, &off2, STR_NO_LIMIT));
STR_NO_LIMIT      743 common/str.c   		c1 = tolower(str_decode(s1, &off1, STR_NO_LIMIT));
STR_NO_LIMIT      744 common/str.c   		c2 = tolower(str_decode(s2, &off2, STR_NO_LIMIT));
STR_NO_LIMIT      782 common/str.c   		c1 = str_decode(s, &off1, STR_NO_LIMIT);
STR_NO_LIMIT      783 common/str.c   		c2 = str_decode(p, &off2, STR_NO_LIMIT);
STR_NO_LIMIT      814 common/str.c   		str_decode(s, &off, STR_NO_LIMIT);
STR_NO_LIMIT      846 common/str.c   	while ((ch = str_decode(src, &src_off, STR_NO_LIMIT)) != 0) {
STR_NO_LIMIT     1065 common/str.c   	while ((c = str_decode(src, &offset, STR_NO_LIMIT)) != 0) {
STR_NO_LIMIT     1183 common/str.c   		c = str_decode(src, &offset, STR_NO_LIMIT);
STR_NO_LIMIT     1222 common/str.c   	while ((acc = str_decode(str, &off, STR_NO_LIMIT)) != 0) {
STR_NO_LIMIT     1245 common/str.c   	while (str_decode(hs, &off, STR_NO_LIMIT) != 0) {
STR_NO_LIMIT     1266 common/str.c   	while ((c = str_decode(str, &off, STR_NO_LIMIT))) {
STR_NO_LIMIT     1293 common/str.c   	while ((acc = str_decode(str, &off, STR_NO_LIMIT)) != 0) {
STR_NO_LIMIT     1321 common/str.c   	while ((acc = str_decode(str, &off, STR_NO_LIMIT)) != 0) {
STR_NO_LIMIT     1344 kernel/generic/common/printf/printf_core.c 		char32_t uc = str_decode(fmt, &nxt, STR_NO_LIMIT);
STR_NO_LIMIT     1369 kernel/generic/common/printf/printf_core.c 				uc = str_decode(fmt, &nxt, STR_NO_LIMIT);
STR_NO_LIMIT     1400 kernel/generic/common/printf/printf_core.c 					uc = str_decode(fmt, &nxt, STR_NO_LIMIT);
STR_NO_LIMIT     1409 kernel/generic/common/printf/printf_core.c 				uc = str_decode(fmt, &nxt, STR_NO_LIMIT);
STR_NO_LIMIT     1422 kernel/generic/common/printf/printf_core.c 				uc = str_decode(fmt, &nxt, STR_NO_LIMIT);
STR_NO_LIMIT     1430 kernel/generic/common/printf/printf_core.c 						uc = str_decode(fmt, &nxt, STR_NO_LIMIT);
STR_NO_LIMIT     1439 kernel/generic/common/printf/printf_core.c 					uc = str_decode(fmt, &nxt, STR_NO_LIMIT);
STR_NO_LIMIT     1458 kernel/generic/common/printf/printf_core.c 				uc = str_decode(fmt, &nxt, STR_NO_LIMIT);
STR_NO_LIMIT     1464 kernel/generic/common/printf/printf_core.c 				uc = str_decode(fmt, &nxt, STR_NO_LIMIT);
STR_NO_LIMIT     1467 kernel/generic/common/printf/printf_core.c 					uc = str_decode(fmt, &nxt, STR_NO_LIMIT);
STR_NO_LIMIT     1475 kernel/generic/common/printf/printf_core.c 				uc = str_decode(fmt, &nxt, STR_NO_LIMIT);
STR_NO_LIMIT     1478 kernel/generic/common/printf/printf_core.c 					uc = str_decode(fmt, &nxt, STR_NO_LIMIT);
STR_NO_LIMIT     1485 kernel/generic/common/printf/printf_core.c 				uc = str_decode(fmt, &nxt, STR_NO_LIMIT);
STR_NO_LIMIT     1490 kernel/generic/common/printf/printf_core.c 				uc = str_decode(fmt, &nxt, STR_NO_LIMIT);
STR_NO_LIMIT      371 kernel/generic/common/str.c 		if (str_decode(str, &offset, STR_NO_LIMIT) == 0)
STR_NO_LIMIT      447 kernel/generic/common/str.c 	while (str_decode(str, &offset, STR_NO_LIMIT) != 0)
STR_NO_LIMIT      532 kernel/generic/common/str.c 	while ((ch = str_decode(str, &offset, STR_NO_LIMIT)) != 0)
STR_NO_LIMIT      591 kernel/generic/common/str.c 		c1 = str_decode(s1, &off1, STR_NO_LIMIT);
STR_NO_LIMIT      592 kernel/generic/common/str.c 		c2 = str_decode(s2, &off2, STR_NO_LIMIT);
STR_NO_LIMIT      643 kernel/generic/common/str.c 		c1 = str_decode(s1, &off1, STR_NO_LIMIT);
STR_NO_LIMIT      644 kernel/generic/common/str.c 		c2 = str_decode(s2, &off2, STR_NO_LIMIT);
STR_NO_LIMIT      690 kernel/generic/common/str.c 		c1 = tolower(str_decode(s1, &off1, STR_NO_LIMIT));
STR_NO_LIMIT      691 kernel/generic/common/str.c 		c2 = tolower(str_decode(s2, &off2, STR_NO_LIMIT));
STR_NO_LIMIT      743 kernel/generic/common/str.c 		c1 = tolower(str_decode(s1, &off1, STR_NO_LIMIT));
STR_NO_LIMIT      744 kernel/generic/common/str.c 		c2 = tolower(str_decode(s2, &off2, STR_NO_LIMIT));
STR_NO_LIMIT      782 kernel/generic/common/str.c 		c1 = str_decode(s, &off1, STR_NO_LIMIT);
STR_NO_LIMIT      783 kernel/generic/common/str.c 		c2 = str_decode(p, &off2, STR_NO_LIMIT);
STR_NO_LIMIT      814 kernel/generic/common/str.c 		str_decode(s, &off, STR_NO_LIMIT);
STR_NO_LIMIT      846 kernel/generic/common/str.c 	while ((ch = str_decode(src, &src_off, STR_NO_LIMIT)) != 0) {
STR_NO_LIMIT     1065 kernel/generic/common/str.c 	while ((c = str_decode(src, &offset, STR_NO_LIMIT)) != 0) {
STR_NO_LIMIT     1183 kernel/generic/common/str.c 		c = str_decode(src, &offset, STR_NO_LIMIT);
STR_NO_LIMIT     1222 kernel/generic/common/str.c 	while ((acc = str_decode(str, &off, STR_NO_LIMIT)) != 0) {
STR_NO_LIMIT     1245 kernel/generic/common/str.c 	while (str_decode(hs, &off, STR_NO_LIMIT) != 0) {
STR_NO_LIMIT     1266 kernel/generic/common/str.c 	while ((c = str_decode(str, &off, STR_NO_LIMIT))) {
STR_NO_LIMIT     1293 kernel/generic/common/str.c 	while ((acc = str_decode(str, &off, STR_NO_LIMIT)) != 0) {
STR_NO_LIMIT     1321 kernel/generic/common/str.c 	while ((acc = str_decode(str, &off, STR_NO_LIMIT)) != 0) {
STR_NO_LIMIT      433 kernel/generic/src/console/kconsole.c 			while ((ch = str_decode(tmp, &off, STR_NO_LIMIT)) != 0) {
STR_NO_LIMIT       76 kernel/generic/src/printf/vprintf.c 	while ((uc = str_decode(str, &offset, STR_NO_LIMIT)) != 0) {
STR_NO_LIMIT      110 uspace/app/bdsh/cmds/modules/mkdir/mkdir.c 			char32_t cur_char = str_decode(path, &off, STR_NO_LIMIT);
STR_NO_LIMIT      219 uspace/app/bdsh/tok.c 	return str_decode(tok->in, &tok->in_offset, STR_NO_LIMIT);
STR_NO_LIMIT     2017 uspace/app/edit/edit.c 		c = str_decode(str, &off, STR_NO_LIMIT);
STR_NO_LIMIT      102 uspace/app/sbi/src/os/helenos.c 		c = str_decode(str, &offset, STR_NO_LIMIT);
STR_NO_LIMIT      164 uspace/app/sbi/src/os/helenos.c 		c = str_decode(str, &offset, STR_NO_LIMIT);
STR_NO_LIMIT     1522 uspace/dist/src/c/demos/edit/edit.c 		c = str_decode(str, &off, STR_NO_LIMIT);
STR_NO_LIMIT       57 uspace/lib/bithenge/src/helenos/common.h 	i.ch = str_decode(i.string, &i.offset, STR_NO_LIMIT);
STR_NO_LIMIT       71 uspace/lib/bithenge/src/helenos/common.h 	i->ch = str_decode(i->string, &i->offset, STR_NO_LIMIT);
STR_NO_LIMIT     1344 uspace/lib/c/common/printf/printf_core.c 		char32_t uc = str_decode(fmt, &nxt, STR_NO_LIMIT);
STR_NO_LIMIT     1369 uspace/lib/c/common/printf/printf_core.c 				uc = str_decode(fmt, &nxt, STR_NO_LIMIT);
STR_NO_LIMIT     1400 uspace/lib/c/common/printf/printf_core.c 					uc = str_decode(fmt, &nxt, STR_NO_LIMIT);
STR_NO_LIMIT     1409 uspace/lib/c/common/printf/printf_core.c 				uc = str_decode(fmt, &nxt, STR_NO_LIMIT);
STR_NO_LIMIT     1422 uspace/lib/c/common/printf/printf_core.c 				uc = str_decode(fmt, &nxt, STR_NO_LIMIT);
STR_NO_LIMIT     1430 uspace/lib/c/common/printf/printf_core.c 						uc = str_decode(fmt, &nxt, STR_NO_LIMIT);
STR_NO_LIMIT     1439 uspace/lib/c/common/printf/printf_core.c 					uc = str_decode(fmt, &nxt, STR_NO_LIMIT);
STR_NO_LIMIT     1458 uspace/lib/c/common/printf/printf_core.c 				uc = str_decode(fmt, &nxt, STR_NO_LIMIT);
STR_NO_LIMIT     1464 uspace/lib/c/common/printf/printf_core.c 				uc = str_decode(fmt, &nxt, STR_NO_LIMIT);
STR_NO_LIMIT     1467 uspace/lib/c/common/printf/printf_core.c 					uc = str_decode(fmt, &nxt, STR_NO_LIMIT);
STR_NO_LIMIT     1475 uspace/lib/c/common/printf/printf_core.c 				uc = str_decode(fmt, &nxt, STR_NO_LIMIT);
STR_NO_LIMIT     1478 uspace/lib/c/common/printf/printf_core.c 					uc = str_decode(fmt, &nxt, STR_NO_LIMIT);
STR_NO_LIMIT     1485 uspace/lib/c/common/printf/printf_core.c 				uc = str_decode(fmt, &nxt, STR_NO_LIMIT);
STR_NO_LIMIT     1490 uspace/lib/c/common/printf/printf_core.c 				uc = str_decode(fmt, &nxt, STR_NO_LIMIT);
STR_NO_LIMIT      371 uspace/lib/c/common/str.c 		if (str_decode(str, &offset, STR_NO_LIMIT) == 0)
STR_NO_LIMIT      447 uspace/lib/c/common/str.c 	while (str_decode(str, &offset, STR_NO_LIMIT) != 0)
STR_NO_LIMIT      532 uspace/lib/c/common/str.c 	while ((ch = str_decode(str, &offset, STR_NO_LIMIT)) != 0)
STR_NO_LIMIT      591 uspace/lib/c/common/str.c 		c1 = str_decode(s1, &off1, STR_NO_LIMIT);
STR_NO_LIMIT      592 uspace/lib/c/common/str.c 		c2 = str_decode(s2, &off2, STR_NO_LIMIT);
STR_NO_LIMIT      643 uspace/lib/c/common/str.c 		c1 = str_decode(s1, &off1, STR_NO_LIMIT);
STR_NO_LIMIT      644 uspace/lib/c/common/str.c 		c2 = str_decode(s2, &off2, STR_NO_LIMIT);
STR_NO_LIMIT      690 uspace/lib/c/common/str.c 		c1 = tolower(str_decode(s1, &off1, STR_NO_LIMIT));
STR_NO_LIMIT      691 uspace/lib/c/common/str.c 		c2 = tolower(str_decode(s2, &off2, STR_NO_LIMIT));
STR_NO_LIMIT      743 uspace/lib/c/common/str.c 		c1 = tolower(str_decode(s1, &off1, STR_NO_LIMIT));
STR_NO_LIMIT      744 uspace/lib/c/common/str.c 		c2 = tolower(str_decode(s2, &off2, STR_NO_LIMIT));
STR_NO_LIMIT      782 uspace/lib/c/common/str.c 		c1 = str_decode(s, &off1, STR_NO_LIMIT);
STR_NO_LIMIT      783 uspace/lib/c/common/str.c 		c2 = str_decode(p, &off2, STR_NO_LIMIT);
STR_NO_LIMIT      814 uspace/lib/c/common/str.c 		str_decode(s, &off, STR_NO_LIMIT);
STR_NO_LIMIT      846 uspace/lib/c/common/str.c 	while ((ch = str_decode(src, &src_off, STR_NO_LIMIT)) != 0) {
STR_NO_LIMIT     1065 uspace/lib/c/common/str.c 	while ((c = str_decode(src, &offset, STR_NO_LIMIT)) != 0) {
STR_NO_LIMIT     1183 uspace/lib/c/common/str.c 		c = str_decode(src, &offset, STR_NO_LIMIT);
STR_NO_LIMIT     1222 uspace/lib/c/common/str.c 	while ((acc = str_decode(str, &off, STR_NO_LIMIT)) != 0) {
STR_NO_LIMIT     1245 uspace/lib/c/common/str.c 	while (str_decode(hs, &off, STR_NO_LIMIT) != 0) {
STR_NO_LIMIT     1266 uspace/lib/c/common/str.c 	while ((c = str_decode(str, &off, STR_NO_LIMIT))) {
STR_NO_LIMIT     1293 uspace/lib/c/common/str.c 	while ((acc = str_decode(str, &off, STR_NO_LIMIT)) != 0) {
STR_NO_LIMIT     1321 uspace/lib/c/common/str.c 	while ((acc = str_decode(str, &off, STR_NO_LIMIT)) != 0) {
STR_NO_LIMIT      285 uspace/lib/clui/src/tinput.c 		char32_t c = str_decode(str, &off, STR_NO_LIMIT);
STR_NO_LIMIT      631 uspace/lib/clui/src/tinput.c 		ca = str_decode(a, &a_off, STR_NO_LIMIT);
STR_NO_LIMIT      632 uspace/lib/clui/src/tinput.c 		cb = str_decode(b, &b_off, STR_NO_LIMIT);
STR_NO_LIMIT      925 uspace/lib/ext4/src/superblock.c 		ch = str_decode(name, &off, STR_NO_LIMIT);
STR_NO_LIMIT      169 uspace/lib/gfxfont/src/text.c 		c = str_decode(str, &off, STR_NO_LIMIT);
STR_NO_LIMIT       93 uspace/lib/posix/src/strings.c 	return strncasecmp(s1, s2, STR_NO_LIMIT);
STR_NO_LIMIT      129 uspace/lib/ui/src/accel.c 	return tolower(str_decode(sp, &off, STR_NO_LIMIT));
STR_NO_LIMIT      138 uspace/srv/fs/exfat/exfat_dentry.c 	while ((ch = str_decode(name, &off, STR_NO_LIMIT)) != 0) {
STR_NO_LIMIT      367 uspace/srv/fs/fat/fat_dentry.c 		if ((ch = str_decode(src, &off, STR_NO_LIMIT)) != 0) {
STR_NO_LIMIT      387 uspace/srv/fs/fat/fat_dentry.c 	while ((ch = str_decode(name, &offset, STR_NO_LIMIT)) != 0) {
STR_NO_LIMIT      129 uspace/srv/locsrv/locsrv.c 	while ((c = str_decode(fqsn, &offset, STR_NO_LIMIT)) != 0) {
STR_NO_LIMIT      109 uspace/srv/net/dnsrsrv/dns_msg.c 		c = str_decode(name, &off, STR_NO_LIMIT);
HelenOS homepage, sources at GitHub