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

Function usage

tools/sysctl/sysctl.c:244–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242};
243
244static void
245usage(void)
246{
247#ifndef FSTACK
248 (void)fprintf(stderr, "%s\n%s\n",
249 "usage: sysctl [-bdehiNnoqTtWx] [ -B <bufsize> ] [-f filename] name[=value] ...",
250 " sysctl [-bdehNnoqTtWx] [ -B <bufsize> ] -a");
251#else
252 (void)fprintf(stderr, "%s\n%s\n",
253 "usage: sysctl -p <f-stack proc_id> [-bdehiNnoqTtWx] [ -B <bufsize> ] [-f filename] name[=value] ...",
254 " sysctl -p <f-stack proc_id> [-bdehNnoqTtWx] [ -B <bufsize> ] -a");
255 ff_ipc_exit();
256#endif
257 exit(1);
258}
259
260int
261main(int argc, char **argv)

Callers 2

sysctl.cFile · 0.70
parseFunction · 0.70

Calls 1

ff_ipc_exitFunction · 0.85

Tested by

no test coverage detected