Searched refs:prefix_match (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/uapp/dd/
H A Dmain.c38 bool prefix_match(const char** arg, const char* prefix) { function
96 if (prefix_match(&arg, "bs=")) {
103 } else if (prefix_match(&arg, "count=")) {
108 } else if (prefix_match(&arg, "ibs=")) {
112 } else if (prefix_match(&arg, "obs=")) {
116 } else if (prefix_match(&arg, "seek=")) {
120 } else if (prefix_match(&arg, "skip=")) {
124 } else if (prefix_match(&arg, "if=")) {
127 } else if (prefix_match(&arg, "of=")) {
/fuchsia/zircon/system/uapp/clock/
H A Dclkctl.c31 bool prefix_match(const char** arg, const char* prefix) { function
140 if (prefix_match(&arg, "measure")) {
143 if (prefix_match(&arg, "-idx")) {
152 if (prefix_match(&arg, "help")) {
/fuchsia/zircon/kernel/lib/counters/
H A Dcounters.cpp44 static bool prefix_match(const char *pre, const char *str) { function
140 if (!prefix_match(name, desc->name))

Completed in 32 milliseconds