HelenOS sources
str_nsize 94 common/include/str.h extern size_t str_nsize(const char *str, size_t max_size);
str_nsize 94 kernel/generic/common/include/str.h extern size_t str_nsize(const char *str, size_t max_size);
str_nsize 131 uspace/app/sysinfo/sysinfo.c size_t cur_size = str_nsize(keys + pos, size - pos);
str_nsize 94 uspace/lib/c/common/include/str.h extern size_t str_nsize(const char *str, size_t max_size);
str_nsize 225 uspace/lib/c/generic/sysinfo.c size_t cur_size = str_nsize(data + pos, total_size - pos);
str_nsize 135 uspace/lib/ofw/src/ofw.c adj = str_nsize(it->keys + it->pos, it->keys_sz - it->pos) + 1;
str_nsize 239 uspace/lib/ofw/src/ofw.c cur_size = str_nsize(it->data + it->pos, it->data_sz - it->pos);
str_nsize 291 uspace/lib/ofw/src/ofw.c cur_size = str_nsize(it->data + pos, it->data_sz - pos);
str_nsize 94 uspace/lib/posix/include/common/str.h extern size_t str_nsize(const char *str, size_t max_size);
HelenOS homepage, sources at GitHub