HelenOS sources

STR_NO_LIMIT       54 boot/generic/src/vprintf.c 	while ((uc = str_decode(str, &offset, STR_NO_LIMIT)) != 0) {
STR_NO_LIMIT      251 common/str.c   	assert(size == STR_NO_LIMIT || s + size >= s);
STR_NO_LIMIT      703 common/str.c   		if (str_decode(str, &offset, STR_NO_LIMIT) == 0)
STR_NO_LIMIT      784 common/str.c   	while (str_decode(str, &offset, STR_NO_LIMIT) != 0)
STR_NO_LIMIT      869 common/str.c   	while ((ch = str_decode(str, &offset, STR_NO_LIMIT)) != 0)
STR_NO_LIMIT      972 common/str.c   		c1 = str_decode(s1, &off1, STR_NO_LIMIT);
STR_NO_LIMIT      973 common/str.c   		c2 = str_decode(s2, &off2, STR_NO_LIMIT);
STR_NO_LIMIT     1021 common/str.c   		c1 = tolower(str_decode(s1, &off1, STR_NO_LIMIT));
STR_NO_LIMIT     1022 common/str.c   		c2 = tolower(str_decode(s2, &off2, STR_NO_LIMIT));
STR_NO_LIMIT     1076 common/str.c   		c1 = tolower(str_decode(s1, &off1, STR_NO_LIMIT));
STR_NO_LIMIT     1077 common/str.c   		c2 = tolower(str_decode(s2, &off2, STR_NO_LIMIT));
STR_NO_LIMIT     1137 common/str.c   		str_decode(s, &off, STR_NO_LIMIT);
STR_NO_LIMIT     1164 common/str.c   	if (size == STR_NO_LIMIT)
STR_NO_LIMIT     1194 common/str.c   	assert(size == STR_NO_LIMIT || dest + size > dest);
STR_NO_LIMIT     1248 common/str.c   	assert(size == STR_NO_LIMIT || dest + size > dest);
STR_NO_LIMIT     1408 common/str.c   	while ((c = str_decode(src, &offset, STR_NO_LIMIT)) != 0) {
STR_NO_LIMIT     1526 common/str.c   		c = str_decode(src, &offset, STR_NO_LIMIT);
STR_NO_LIMIT     1654 common/str.c   	while ((c = str_decode(str, &off, STR_NO_LIMIT))) {
STR_NO_LIMIT     1698 common/str.c   	while ((acc = str_decode(str, &off, STR_NO_LIMIT)) != 0) {
STR_NO_LIMIT     1743 common/str.c   	while ((acc = str_decode(str, &off, STR_NO_LIMIT)) != 0) {
STR_NO_LIMIT      251 kernel/generic/common/str.c 	assert(size == STR_NO_LIMIT || s + size >= s);
STR_NO_LIMIT      703 kernel/generic/common/str.c 		if (str_decode(str, &offset, STR_NO_LIMIT) == 0)
STR_NO_LIMIT      784 kernel/generic/common/str.c 	while (str_decode(str, &offset, STR_NO_LIMIT) != 0)
STR_NO_LIMIT      869 kernel/generic/common/str.c 	while ((ch = str_decode(str, &offset, STR_NO_LIMIT)) != 0)
STR_NO_LIMIT      972 kernel/generic/common/str.c 		c1 = str_decode(s1, &off1, STR_NO_LIMIT);
STR_NO_LIMIT      973 kernel/generic/common/str.c 		c2 = str_decode(s2, &off2, STR_NO_LIMIT);
STR_NO_LIMIT     1021 kernel/generic/common/str.c 		c1 = tolower(str_decode(s1, &off1, STR_NO_LIMIT));
STR_NO_LIMIT     1022 kernel/generic/common/str.c 		c2 = tolower(str_decode(s2, &off2, STR_NO_LIMIT));
STR_NO_LIMIT     1076 kernel/generic/common/str.c 		c1 = tolower(str_decode(s1, &off1, STR_NO_LIMIT));
STR_NO_LIMIT     1077 kernel/generic/common/str.c 		c2 = tolower(str_decode(s2, &off2, STR_NO_LIMIT));
STR_NO_LIMIT     1137 kernel/generic/common/str.c 		str_decode(s, &off, STR_NO_LIMIT);
STR_NO_LIMIT     1164 kernel/generic/common/str.c 	if (size == STR_NO_LIMIT)
STR_NO_LIMIT     1194 kernel/generic/common/str.c 	assert(size == STR_NO_LIMIT || dest + size > dest);
STR_NO_LIMIT     1248 kernel/generic/common/str.c 	assert(size == STR_NO_LIMIT || dest + size > dest);
STR_NO_LIMIT     1408 kernel/generic/common/str.c 	while ((c = str_decode(src, &offset, STR_NO_LIMIT)) != 0) {
STR_NO_LIMIT     1526 kernel/generic/common/str.c 		c = str_decode(src, &offset, STR_NO_LIMIT);
STR_NO_LIMIT     1654 kernel/generic/common/str.c 	while ((c = str_decode(str, &off, STR_NO_LIMIT))) {
STR_NO_LIMIT     1698 kernel/generic/common/str.c 	while ((acc = str_decode(str, &off, STR_NO_LIMIT)) != 0) {
STR_NO_LIMIT     1743 kernel/generic/common/str.c 	while ((acc = str_decode(str, &off, STR_NO_LIMIT)) != 0) {
STR_NO_LIMIT      437 kernel/generic/src/console/kconsole.c 			for (size_t i = 0; (ch = str_decode(tmp, &off, STR_NO_LIMIT)); i++)
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     2158 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      251 uspace/lib/c/common/str.c 	assert(size == STR_NO_LIMIT || s + size >= s);
STR_NO_LIMIT      703 uspace/lib/c/common/str.c 		if (str_decode(str, &offset, STR_NO_LIMIT) == 0)
STR_NO_LIMIT      784 uspace/lib/c/common/str.c 	while (str_decode(str, &offset, STR_NO_LIMIT) != 0)
STR_NO_LIMIT      869 uspace/lib/c/common/str.c 	while ((ch = str_decode(str, &offset, STR_NO_LIMIT)) != 0)
STR_NO_LIMIT      972 uspace/lib/c/common/str.c 		c1 = str_decode(s1, &off1, STR_NO_LIMIT);
STR_NO_LIMIT      973 uspace/lib/c/common/str.c 		c2 = str_decode(s2, &off2, STR_NO_LIMIT);
STR_NO_LIMIT     1021 uspace/lib/c/common/str.c 		c1 = tolower(str_decode(s1, &off1, STR_NO_LIMIT));
STR_NO_LIMIT     1022 uspace/lib/c/common/str.c 		c2 = tolower(str_decode(s2, &off2, STR_NO_LIMIT));
STR_NO_LIMIT     1076 uspace/lib/c/common/str.c 		c1 = tolower(str_decode(s1, &off1, STR_NO_LIMIT));
STR_NO_LIMIT     1077 uspace/lib/c/common/str.c 		c2 = tolower(str_decode(s2, &off2, STR_NO_LIMIT));
STR_NO_LIMIT     1137 uspace/lib/c/common/str.c 		str_decode(s, &off, STR_NO_LIMIT);
STR_NO_LIMIT     1164 uspace/lib/c/common/str.c 	if (size == STR_NO_LIMIT)
STR_NO_LIMIT     1194 uspace/lib/c/common/str.c 	assert(size == STR_NO_LIMIT || dest + size > dest);
STR_NO_LIMIT     1248 uspace/lib/c/common/str.c 	assert(size == STR_NO_LIMIT || dest + size > dest);
STR_NO_LIMIT     1408 uspace/lib/c/common/str.c 	while ((c = str_decode(src, &offset, STR_NO_LIMIT)) != 0) {
STR_NO_LIMIT     1526 uspace/lib/c/common/str.c 		c = str_decode(src, &offset, STR_NO_LIMIT);
STR_NO_LIMIT     1654 uspace/lib/c/common/str.c 	while ((c = str_decode(str, &off, STR_NO_LIMIT))) {
STR_NO_LIMIT     1698 uspace/lib/c/common/str.c 	while ((acc = str_decode(str, &off, STR_NO_LIMIT)) != 0) {
STR_NO_LIMIT     1743 uspace/lib/c/common/str.c 	while ((acc = str_decode(str, &off, STR_NO_LIMIT)) != 0) {
STR_NO_LIMIT      275 uspace/lib/clui/src/tinput.c 		char32_t c = str_decode(str, &off, STR_NO_LIMIT);
STR_NO_LIMIT      621 uspace/lib/clui/src/tinput.c 		ca = str_decode(a, &a_off, STR_NO_LIMIT);
STR_NO_LIMIT      622 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