HelenOS sources

str_test_prefix   117 common/include/str.h extern bool str_test_prefix(const char *s, const char *p);
str_test_prefix   117 kernel/generic/common/include/str.h extern bool str_test_prefix(const char *s, const char *p);
str_test_prefix    55 uspace/app/sportdmp/sportdmp.c 	if (argc > arg && str_test_prefix(argv[arg], "--baud=")) {
str_test_prefix   301 uspace/app/stats/stats.c 		bool init = str_test_prefix(stats_tasks[i].name, INIT_PREFIX);
str_test_prefix   117 uspace/lib/c/common/include/str.h extern bool str_test_prefix(const char *s, const char *p);
str_test_prefix   234 uspace/lib/drv/generic/remote_ieee80211.c 			if (str_test_prefix(addr_info.name, "dhcp")) {
str_test_prefix   259 uspace/lib/drv/generic/remote_ieee80211.c 		if (str_test_prefix(route_info.name, "dhcp")) {
str_test_prefix   222 uspace/lib/gfxfont/src/glyph.c 		if (str_test_prefix(str, pat->text)) {
str_test_prefix   117 uspace/lib/posix/include/common/str.h extern bool str_test_prefix(const char *s, const char *p);
str_test_prefix   194 uspace/srv/hid/isdv4_tablet/main.c 	if (argc > arg && str_test_prefix(argv[arg], "--baud=")) {
HelenOS homepage, sources at GitHub