| 1288 | static const char short_opts[] = "b:c:d:DeE:f:i:k:m:M:n:o:p::q:r:st:vw:x:"; |
| 1289 | |
| 1290 | static const struct option long_opts[] = { |
| 1291 | { "as-uid", 1, NULL, OPT_AS_UID }, |
| 1292 | { "as-gid", 1, NULL, OPT_AS_GID }, |
| 1293 | { "box-id", 1, NULL, 'b' }, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…