HelenOS sources

STR_NO_LIMIT       54 boot/generic/src/vprintf.c 	while ((uc = str_decode(str, &offset, STR_NO_LIMIT)) != 0) {
STR_NO_LIMIT      246 common/str.c   	assert(size == STR_NO_LIMIT || s + size >= s);
STR_NO_LIMIT      635 common/str.c   		if (str_decode(str, &offset, STR_NO_LIMIT) == 0)
STR_NO_LIMIT      716 common/str.c   	while (str_decode(str, &offset, STR_NO_LIMIT) != 0)
STR_NO_LIMIT      801 common/str.c   	while ((ch = str_decode(str, &offset, STR_NO_LIMIT)) != 0)
STR_NO_LIMIT      904 common/str.c   		c1 = str_decode(s1, &off1, STR_NO_LIMIT);
STR_NO_LIMIT      905 common/str.c   		c2 = str_decode(s2, &off2, STR_NO_LIMIT);
STR_NO_LIMIT      953 common/str.c   		c1 = tolower(str_decode(s1, &off1, STR_NO_LIMIT));
STR_NO_LIMIT      954 common/str.c   		c2 = tolower(str_decode(s2, &off2, STR_NO_LIMIT));
STR_NO_LIMIT     1008 common/str.c   		c1 = tolower(str_decode(s1, &off1, STR_NO_LIMIT));
STR_NO_LIMIT     1009 common/str.c   		c2 = tolower(str_decode(s2, &off2, STR_NO_LIMIT));
STR_NO_LIMIT     1069 common/str.c   		str_decode(s, &off, STR_NO_LIMIT);
STR_NO_LIMIT     1096 common/str.c   	if (size == STR_NO_LIMIT)
STR_NO_LIMIT     1126 common/str.c   	assert(size == STR_NO_LIMIT || dest + size > dest);
STR_NO_LIMIT     1180 common/str.c   	assert(size == STR_NO_LIMIT || dest + size > dest);
STR_NO_LIMIT     1340 common/str.c   	while ((c = str_decode(src, &offset, STR_NO_LIMIT)) != 0) {
STR_NO_LIMIT     1458 common/str.c   		c = str_decode(src, &offset, STR_NO_LIMIT);
STR_NO_LIMIT     1586 common/str.c   	while ((c = str_decode(str, &off, STR_NO_LIMIT))) {
STR_NO_LIMIT     1630 common/str.c   	while ((acc = str_decode(str, &off, STR_NO_LIMIT)) != 0) {
STR_NO_LIMIT     1675 common/str.c   	while ((acc = str_decode(str, &off, STR_NO_LIMIT)) != 0) {
STR_NO_LIMIT      246 kernel/generic/common/str.c 	assert(size == STR_NO_LIMIT || s + size >= s);
STR_NO_LIMIT      635 kernel/generic/common/str.c 		if (str_decode(str, &offset, STR_NO_LIMIT) == 0)
STR_NO_LIMIT      716 kernel/generic/common/str.c 	while (str_decode(str, &offset, STR_NO_LIMIT) != 0)
STR_NO_LIMIT      801 kernel/generic/common/str.c 	while ((ch = str_decode(str, &offset, STR_NO_LIMIT)) != 0)
STR_NO_LIMIT      904 kernel/generic/common/str.c 		c1 = str_decode(s1, &off1, STR_NO_LIMIT);
STR_NO_LIMIT      905 kernel/generic/common/str.c 		c2 = str_decode(s2, &off2, STR_NO_LIMIT);
STR_NO_LIMIT      953 kernel/generic/common/str.c 		c1 = tolower(str_decode(s1, &off1, STR_NO_LIMIT));
STR_NO_LIMIT      954 kernel/generic/common/str.c 		c2 = tolower(str_decode(s2, &off2, STR_NO_LIMIT));
STR_NO_LIMIT     1008 kernel/generic/common/str.c 		c1 = tolower(str_decode(s1, &off1, STR_NO_LIMIT));
STR_NO_LIMIT     1009 kernel/generic/common/str.c 		c2 = tolower(str_decode(s2, &off2, STR_NO_LIMIT));
STR_NO_LIMIT     1069 kernel/generic/common/str.c 		str_decode(s, &off, STR_NO_LIMIT);
STR_NO_LIMIT     1096 kernel/generic/common/str.c 	if (size == STR_NO_LIMIT)
STR_NO_LIMIT     1126 kernel/generic/common/str.c 	assert(size == STR_NO_LIMIT || dest + size > dest);
STR_NO_LIMIT     1180 kernel/generic/common/str.c 	assert(size == STR_NO_LIMIT || dest + size > dest);
STR_NO_LIMIT     1340 kernel/generic/common/str.c 	while ((c = str_decode(src, &offset, STR_NO_LIMIT)) != 0) {
STR_NO_LIMIT     1458 kernel/generic/common/str.c 		c = str_decode(src, &offset, STR_NO_LIMIT);
STR_NO_LIMIT     1586 kernel/generic/common/str.c 	while ((c = str_decode(str, &off, STR_NO_LIMIT))) {
STR_NO_LIMIT     1630 kernel/generic/common/str.c 	while ((acc = str_decode(str, &off, STR_NO_LIMIT)) != 0) {
STR_NO_LIMIT     1675 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      246 uspace/lib/c/common/str.c 	assert(size == STR_NO_LIMIT || s + size >= s);
STR_NO_LIMIT      635 uspace/lib/c/common/str.c 		if (str_decode(str, &offset, STR_NO_LIMIT) == 0)
STR_NO_LIMIT      716 uspace/lib/c/common/str.c 	while (str_decode(str, &offset, STR_NO_LIMIT) != 0)
STR_NO_LIMIT      801 uspace/lib/c/common/str.c 	while ((ch = str_decode(str, &offset, STR_NO_LIMIT)) != 0)
STR_NO_LIMIT      904 uspace/lib/c/common/str.c 		c1 = str_decode(s1, &off1, STR_NO_LIMIT);
STR_NO_LIMIT      905 uspace/lib/c/common/str.c 		c2 = str_decode(s2, &off2, STR_NO_LIMIT);
STR_NO_LIMIT      953 uspace/lib/c/common/str.c 		c1 = tolower(str_decode(s1, &off1, STR_NO_LIMIT));
STR_NO_LIMIT      954 uspace/lib/c/common/str.c 		c2 = tolower(str_decode(s2, &off2, STR_NO_LIMIT));
STR_NO_LIMIT     1008 uspace/lib/c/common/str.c 		c1 = tolower(str_decode(s1, &off1, STR_NO_LIMIT));
STR_NO_LIMIT     1009 uspace/lib/c/common/str.c 		c2 = tolower(str_decode(s2, &off2, STR_NO_LIMIT));
STR_NO_LIMIT     1069 uspace/lib/c/common/str.c 		str_decode(s, &off, STR_NO_LIMIT);
STR_NO_LIMIT     1096 uspace/lib/c/common/str.c 	if (size == STR_NO_LIMIT)
STR_NO_LIMIT     1126 uspace/lib/c/common/str.c 	assert(size == STR_NO_LIMIT || dest + size > dest);
STR_NO_LIMIT     1180 uspace/lib/c/common/str.c 	assert(size == STR_NO_LIMIT || dest + size > dest);
STR_NO_LIMIT     1340 uspace/lib/c/common/str.c 	while ((c = str_decode(src, &offset, STR_NO_LIMIT)) != 0) {
STR_NO_LIMIT     1458 uspace/lib/c/common/str.c 		c = str_decode(src, &offset, STR_NO_LIMIT);
STR_NO_LIMIT     1586 uspace/lib/c/common/str.c 	while ((c = str_decode(str, &off, STR_NO_LIMIT))) {
STR_NO_LIMIT     1630 uspace/lib/c/common/str.c 	while ((acc = str_decode(str, &off, STR_NO_LIMIT)) != 0) {
STR_NO_LIMIT     1675 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