HelenOS sources

STR_NO_LIMIT       54 boot/generic/src/vprintf.c 	while ((uc = str_decode(str, &offset, STR_NO_LIMIT)) != 0) {
STR_NO_LIMIT      467 common/str.c   		if (str_decode(str, &offset, STR_NO_LIMIT) == 0)
STR_NO_LIMIT      548 common/str.c   	while (str_decode(str, &offset, STR_NO_LIMIT) != 0)
STR_NO_LIMIT      633 common/str.c   	while ((ch = str_decode(str, &offset, STR_NO_LIMIT)) != 0)
STR_NO_LIMIT      736 common/str.c   		c1 = str_decode(s1, &off1, STR_NO_LIMIT);
STR_NO_LIMIT      737 common/str.c   		c2 = str_decode(s2, &off2, STR_NO_LIMIT);
STR_NO_LIMIT      785 common/str.c   		c1 = tolower(str_decode(s1, &off1, STR_NO_LIMIT));
STR_NO_LIMIT      786 common/str.c   		c2 = tolower(str_decode(s2, &off2, STR_NO_LIMIT));
STR_NO_LIMIT      840 common/str.c   		c1 = tolower(str_decode(s1, &off1, STR_NO_LIMIT));
STR_NO_LIMIT      841 common/str.c   		c2 = tolower(str_decode(s2, &off2, STR_NO_LIMIT));
STR_NO_LIMIT      901 common/str.c   		str_decode(s, &off, STR_NO_LIMIT);
STR_NO_LIMIT      928 common/str.c   	if (size == STR_NO_LIMIT)
STR_NO_LIMIT      958 common/str.c   	assert(size == STR_NO_LIMIT || dest + size > dest);
STR_NO_LIMIT     1012 common/str.c   	assert(size == STR_NO_LIMIT || dest + size > dest);
STR_NO_LIMIT     1172 common/str.c   	while ((c = str_decode(src, &offset, STR_NO_LIMIT)) != 0) {
STR_NO_LIMIT     1290 common/str.c   		c = str_decode(src, &offset, STR_NO_LIMIT);
STR_NO_LIMIT     1418 common/str.c   	while ((c = str_decode(str, &off, STR_NO_LIMIT))) {
STR_NO_LIMIT     1462 common/str.c   	while ((acc = str_decode(str, &off, STR_NO_LIMIT)) != 0) {
STR_NO_LIMIT     1507 common/str.c   	while ((acc = str_decode(str, &off, STR_NO_LIMIT)) != 0) {
STR_NO_LIMIT      467 kernel/generic/common/str.c 		if (str_decode(str, &offset, STR_NO_LIMIT) == 0)
STR_NO_LIMIT      548 kernel/generic/common/str.c 	while (str_decode(str, &offset, STR_NO_LIMIT) != 0)
STR_NO_LIMIT      633 kernel/generic/common/str.c 	while ((ch = str_decode(str, &offset, STR_NO_LIMIT)) != 0)
STR_NO_LIMIT      736 kernel/generic/common/str.c 		c1 = str_decode(s1, &off1, STR_NO_LIMIT);
STR_NO_LIMIT      737 kernel/generic/common/str.c 		c2 = str_decode(s2, &off2, STR_NO_LIMIT);
STR_NO_LIMIT      785 kernel/generic/common/str.c 		c1 = tolower(str_decode(s1, &off1, STR_NO_LIMIT));
STR_NO_LIMIT      786 kernel/generic/common/str.c 		c2 = tolower(str_decode(s2, &off2, STR_NO_LIMIT));
STR_NO_LIMIT      840 kernel/generic/common/str.c 		c1 = tolower(str_decode(s1, &off1, STR_NO_LIMIT));
STR_NO_LIMIT      841 kernel/generic/common/str.c 		c2 = tolower(str_decode(s2, &off2, STR_NO_LIMIT));
STR_NO_LIMIT      901 kernel/generic/common/str.c 		str_decode(s, &off, STR_NO_LIMIT);
STR_NO_LIMIT      928 kernel/generic/common/str.c 	if (size == STR_NO_LIMIT)
STR_NO_LIMIT      958 kernel/generic/common/str.c 	assert(size == STR_NO_LIMIT || dest + size > dest);
STR_NO_LIMIT     1012 kernel/generic/common/str.c 	assert(size == STR_NO_LIMIT || dest + size > dest);
STR_NO_LIMIT     1172 kernel/generic/common/str.c 	while ((c = str_decode(src, &offset, STR_NO_LIMIT)) != 0) {
STR_NO_LIMIT     1290 kernel/generic/common/str.c 		c = str_decode(src, &offset, STR_NO_LIMIT);
STR_NO_LIMIT     1418 kernel/generic/common/str.c 	while ((c = str_decode(str, &off, STR_NO_LIMIT))) {
STR_NO_LIMIT     1462 kernel/generic/common/str.c 	while ((acc = str_decode(str, &off, STR_NO_LIMIT)) != 0) {
STR_NO_LIMIT     1507 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       62 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     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      467 uspace/lib/c/common/str.c 		if (str_decode(str, &offset, STR_NO_LIMIT) == 0)
STR_NO_LIMIT      548 uspace/lib/c/common/str.c 	while (str_decode(str, &offset, STR_NO_LIMIT) != 0)
STR_NO_LIMIT      633 uspace/lib/c/common/str.c 	while ((ch = str_decode(str, &offset, STR_NO_LIMIT)) != 0)
STR_NO_LIMIT      736 uspace/lib/c/common/str.c 		c1 = str_decode(s1, &off1, STR_NO_LIMIT);
STR_NO_LIMIT      737 uspace/lib/c/common/str.c 		c2 = str_decode(s2, &off2, STR_NO_LIMIT);
STR_NO_LIMIT      785 uspace/lib/c/common/str.c 		c1 = tolower(str_decode(s1, &off1, STR_NO_LIMIT));
STR_NO_LIMIT      786 uspace/lib/c/common/str.c 		c2 = tolower(str_decode(s2, &off2, STR_NO_LIMIT));
STR_NO_LIMIT      840 uspace/lib/c/common/str.c 		c1 = tolower(str_decode(s1, &off1, STR_NO_LIMIT));
STR_NO_LIMIT      841 uspace/lib/c/common/str.c 		c2 = tolower(str_decode(s2, &off2, STR_NO_LIMIT));
STR_NO_LIMIT      901 uspace/lib/c/common/str.c 		str_decode(s, &off, STR_NO_LIMIT);
STR_NO_LIMIT      928 uspace/lib/c/common/str.c 	if (size == STR_NO_LIMIT)
STR_NO_LIMIT      958 uspace/lib/c/common/str.c 	assert(size == STR_NO_LIMIT || dest + size > dest);
STR_NO_LIMIT     1012 uspace/lib/c/common/str.c 	assert(size == STR_NO_LIMIT || dest + size > dest);
STR_NO_LIMIT     1172 uspace/lib/c/common/str.c 	while ((c = str_decode(src, &offset, STR_NO_LIMIT)) != 0) {
STR_NO_LIMIT     1290 uspace/lib/c/common/str.c 		c = str_decode(src, &offset, STR_NO_LIMIT);
STR_NO_LIMIT     1418 uspace/lib/c/common/str.c 	while ((c = str_decode(str, &off, STR_NO_LIMIT))) {
STR_NO_LIMIT     1462 uspace/lib/c/common/str.c 	while ((acc = str_decode(str, &off, STR_NO_LIMIT)) != 0) {
STR_NO_LIMIT     1507 uspace/lib/c/common/str.c 	while ((acc = str_decode(str, &off, STR_NO_LIMIT)) != 0) {
STR_NO_LIMIT      143 uspace/lib/c/test/str.c 	str_cpy(sanitized, STR_NO_LIMIT, overlong1);
STR_NO_LIMIT      145 uspace/lib/c/test/str.c 	str_cpy(sanitized, STR_NO_LIMIT, overlong2);
STR_NO_LIMIT      147 uspace/lib/c/test/str.c 	str_cpy(sanitized, STR_NO_LIMIT, overlong3);
STR_NO_LIMIT      149 uspace/lib/c/test/str.c 	str_cpy(sanitized, STR_NO_LIMIT, overlong4);
STR_NO_LIMIT      151 uspace/lib/c/test/str.c 	str_cpy(sanitized, STR_NO_LIMIT, overlong5);
STR_NO_LIMIT      153 uspace/lib/c/test/str.c 	str_cpy(sanitized, STR_NO_LIMIT, overlong6);
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