HelenOS sources

str_width         107 common/include/str.h extern size_t str_width(const char *str);
str_width         107 kernel/generic/common/include/str.h extern size_t str_width(const char *str);
str_width        1420 uspace/app/edit/edit.c 		n = str_width(text);
str_width        1427 uspace/app/edit/edit.c 		fnw = str_width(fname);
str_width         996 uspace/dist/src/c/demos/edit/edit.c 		n = str_width(text);
str_width        1003 uspace/dist/src/c/demos/edit/edit.c 		fnw = str_width(fname);
str_width         107 uspace/lib/c/common/include/str.h extern size_t str_width(const char *str);
str_width         520 uspace/lib/c/generic/io/table.c 		width = str_width(table->wcell->text);
str_width         221 uspace/lib/clui/src/tinput.c 	tinput_update_origin_coord(ti, ti->prompt_coord + str_width(ti->prompt));
str_width         649 uspace/lib/clui/src/tinput.c 		max_width = max(max_width, str_width(compl[i]));
str_width         672 uspace/lib/clui/src/tinput.c 			size_t compl_width = str_width(compl[compl_idx]);
str_width          77 uspace/lib/gfxfont/src/text.c 		return str_width(str);
str_width         122 uspace/lib/gfxfont/src/text.c 	width = str_width(str);
str_width         107 uspace/lib/posix/include/common/str.h extern size_t str_width(const char *str);
HelenOS homepage, sources at GitHub