HelenOS sources
STR_BOUNDS 1120 common/str.c char dbuf[STR_BOUNDS(1)];
STR_BOUNDS 1135 common/str.c if (chr_encode(ch, dbuf, &dest_off, STR_BOUNDS(1)) != EOK)
STR_BOUNDS 1120 kernel/generic/common/str.c char dbuf[STR_BOUNDS(1)];
STR_BOUNDS 1135 kernel/generic/common/str.c if (chr_encode(ch, dbuf, &dest_off, STR_BOUNDS(1)) != EOK)
STR_BOUNDS 308 kernel/generic/src/console/kconsole.c tmp = malloc(STR_BOUNDS(end - start + 1));
STR_BOUNDS 413 kernel/generic/src/console/kconsole.c found = cmdtab_compl(tmp, STR_BOUNDS(MAX_CMDLINE), indev,
STR_BOUNDS 420 kernel/generic/src/console/kconsole.c found = cmdtab_compl(tmp, STR_BOUNDS(MAX_CMDLINE), indev,
STR_BOUNDS 818 kernel/generic/src/console/kconsole.c char *buffer = malloc(STR_BOUNDS(MAX_CMDLINE));
STR_BOUNDS 819 kernel/generic/src/console/kconsole.c char *cmdline = malloc(STR_BOUNDS(MAX_CMDLINE));
STR_BOUNDS 834 kernel/generic/src/console/kconsole.c wstr_to_str(cmdline, STR_BOUNDS(MAX_CMDLINE), tmp);
STR_BOUNDS 839 kernel/generic/src/console/kconsole.c cmd_info_t *cmd_info = parse_cmdline(cmdline, STR_BOUNDS(MAX_CMDLINE));
STR_BOUNDS 197 uspace/app/bdsh/cmds/modules/cat/cat.c blen = STR_BOUNDS(1);
STR_BOUNDS 1111 uspace/app/edit/edit.c if (bcnt < STR_BOUNDS(1)) {
STR_BOUNDS 1386 uspace/app/edit/edit.c char cbuf[STR_BOUNDS(1) + 1];
STR_BOUNDS 1682 uspace/app/edit/edit.c char cbuf[STR_BOUNDS(1) + 1];
STR_BOUNDS 1688 uspace/app/edit/edit.c chr_encode(c, cbuf, &offs, STR_BOUNDS(1) + 1);
STR_BOUNDS 88 uspace/app/mkfat/fat_dentry.h #define FAT_LFN_NAME_SIZE STR_BOUNDS(FAT_LFN_NAME_LEN) /* bytes */
STR_BOUNDS 75 uspace/app/netecho/netecho.c char cbuf[STR_BOUNDS(1)];
STR_BOUNDS 80 uspace/app/netecho/netecho.c chr_encode(c, cbuf, &offs, STR_BOUNDS(1));
STR_BOUNDS 62 uspace/app/nterm/nterm.c char cbuf[STR_BOUNDS(1)];
STR_BOUNDS 67 uspace/app/nterm/nterm.c chr_encode(c, cbuf, &offs, STR_BOUNDS(1));
STR_BOUNDS 185 uspace/app/sbi/src/os/helenos.c str = malloc(STR_BOUNDS(1) + 1);
STR_BOUNDS 192 uspace/app/sbi/src/os/helenos.c if (chr_encode(chr, str, &offset, STR_BOUNDS(1)) != EOK) {
STR_BOUNDS 57 uspace/app/terminal/terminal.h #define UTF8_CHAR_BUFFER_SIZE (STR_BOUNDS(1) + 1)
STR_BOUNDS 92 uspace/app/tetris/scores.c str_cpy(scores[dest].hs_name, STR_BOUNDS(MAXLOGNAME) + 1,
STR_BOUNDS 133 uspace/app/tetris/scores.c str_cpy(scores[NUMSPOTS - 1].hs_name, STR_BOUNDS(MAXLOGNAME) + 1,
STR_BOUNDS 168 uspace/app/tetris/scores.c &otmp, STR_BOUNDS(MAXLOGNAME) + 1);
STR_BOUNDS 178 uspace/app/tetris/scores.c &off, STR_BOUNDS(MAXLOGNAME) + 1) == EOK) {
STR_BOUNDS 207 uspace/app/tetris/scores.c str_cpy(scores[i].hs_name, STR_BOUNDS(MAXLOGNAME) + 1, "HelenOS Team");
STR_BOUNDS 65 uspace/app/tetris/scores.h char hs_name[STR_BOUNDS(MAXLOGNAME) + 1]; /* login name */
STR_BOUNDS 711 uspace/dist/src/c/demos/edit/edit.c if (bcnt < STR_BOUNDS(1)) {
STR_BOUNDS 1057 uspace/dist/src/c/demos/edit/edit.c char cbuf[STR_BOUNDS(1) + 1];
STR_BOUNDS 1063 uspace/dist/src/c/demos/edit/edit.c chr_encode(c, cbuf, &offs, STR_BOUNDS(1) + 1);
STR_BOUNDS 93 uspace/dist/src/c/demos/tetris/scores.c str_cpy(scores[dest].hs_name, STR_BOUNDS(MAXLOGNAME) + 1,
STR_BOUNDS 133 uspace/dist/src/c/demos/tetris/scores.c str_cpy(scores[NUMSPOTS - 1].hs_name, STR_BOUNDS(MAXLOGNAME) + 1,
STR_BOUNDS 164 uspace/dist/src/c/demos/tetris/scores.c &otmp, STR_BOUNDS(MAXLOGNAME) + 1);
STR_BOUNDS 174 uspace/dist/src/c/demos/tetris/scores.c &off, STR_BOUNDS(MAXLOGNAME) + 1) == EOK) {
STR_BOUNDS 203 uspace/dist/src/c/demos/tetris/scores.c str_cpy(scores[i].hs_name, STR_BOUNDS(MAXLOGNAME) + 1, "HelenOS Team");
STR_BOUNDS 65 uspace/dist/src/c/demos/tetris/scores.h char hs_name[STR_BOUNDS(MAXLOGNAME) + 1]; /* login name */
STR_BOUNDS 100 uspace/drv/block/ahci/ahci.h char model[STR_BOUNDS(40) + 1];
STR_BOUNDS 169 uspace/lib/ata/include/ata/ata.h char model[STR_BOUNDS(40) + 1];
STR_BOUNDS 1120 uspace/lib/c/common/str.c char dbuf[STR_BOUNDS(1)];
STR_BOUNDS 1135 uspace/lib/c/common/str.c if (chr_encode(ch, dbuf, &dest_off, STR_BOUNDS(1)) != EOK)
STR_BOUNDS 737 uspace/lib/c/generic/io/io.c char buf[STR_BOUNDS(1)];
STR_BOUNDS 740 uspace/lib/c/generic/io/io.c if (chr_encode(wc, buf, &sz, STR_BOUNDS(1)) != EOK) {
STR_BOUNDS 754 uspace/lib/c/generic/io/io.c char buf[STR_BOUNDS(1)];
STR_BOUNDS 757 uspace/lib/c/generic/io/io.c if (chr_encode(wc, buf, &sz, STR_BOUNDS(1)) != EOK) {
STR_BOUNDS 149 uspace/lib/c/generic/io/kio.c char buf[STR_BOUNDS(1)];
STR_BOUNDS 152 uspace/lib/c/generic/io/kio.c if (chr_encode(str[chars], buf, &sz, STR_BOUNDS(1)) == EOK)
STR_BOUNDS 738 uspace/lib/ui/src/entry.c char buf[STR_BOUNDS(1) + 1];
STR_BOUNDS 89 uspace/srv/fs/fat/fat_dentry.h #define FAT_LFN_NAME_SIZE STR_BOUNDS(FAT_LFN_NAME_LEN) /* bytes */
STR_BOUNDS 62 uspace/srv/hid/console/console.c #define UTF8_CHAR_BUFFER_SIZE (STR_BOUNDS(1) + 1)
STR_BOUNDS 89 uspace/srv/hid/output/port/chardev.c char buf[STR_BOUNDS(1)];
STR_BOUNDS 619 uspace/srv/hid/remcons/remcons.c char buf[STR_BOUNDS(1)];
HelenOS homepage, sources at GitHub