MCPcopy Create free account
hub / github.com/F-Stack/f-stack / usage

Function usage

tools/route/route.c:185–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185static void
186usage(const char *cp)
187{
188 if (cp != NULL)
189 warnx("bad keyword: %s", cp);
190#ifndef FSTACK
191 errx(EX_USAGE, "usage: route [-46dnqtv] command [[modifiers] args]");
192#else
193 errx(EX_USAGE, "usage: route -p <f-stack proc_id> [-46dnqtv] command [[modifiers] args]");
194#endif
195 /* NOTREACHED */
196}
197
198int
199main(int argc, char **argv)

Callers 5

route.cFile · 0.70
flushroutesFunction · 0.70
newrouteFunction · 0.70
getaddrFunction · 0.70
monitorFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected