| 1266 | } |
| 1267 | |
| 1268 | enum opt_code { |
| 1269 | OPT_INIT = 256, |
| 1270 | OPT_RUN, |
| 1271 | OPT_CLEANUP, |
| 1272 | OPT_VERSION, |
| 1273 | OPT_CG, |
| 1274 | OPT_CG_MEM, |
| 1275 | OPT_SHARE_NET, |
| 1276 | OPT_INHERIT_FDS, |
| 1277 | OPT_STDERR_TO_STDOUT, |
| 1278 | OPT_TTY_HACK, |
| 1279 | OPT_CORE, |
| 1280 | OPT_SPECIAL_FILES, |
| 1281 | OPT_WAIT, |
| 1282 | OPT_AS_UID, |
| 1283 | OPT_AS_GID, |
| 1284 | OPT_PRINT_CG_ROOT, |
| 1285 | OPT_CHECK_CONFIG, |
| 1286 | }; |
| 1287 | |
| 1288 | static const char short_opts[] = "b:c:d:DeE:f:i:k:m:M:n:o:p::q:r:st:vw:x:"; |
| 1289 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…