Home
last modified time | relevance | path

Searched refs:checkfor (Results 1 – 1 of 1) sorted by relevance

/freebsd/sbin/savecore/
H A Dsavecore.c109 static bool checkfor, compress, uncompress, clear, force, keep; /* flags */ variable
240 if (checkfor) in getbounds()
1127 if (checkfor) { in DoFile()
1397 capfa = fileargs_init(argc, argv, checkfor || keep ? O_RDONLY : O_RDWR, in init_caps()
1437 checkfor = compress = clear = force = keep = livecore = false; in main()
1453 checkfor = true; in main()
1495 if (checkfor && (clear || force || keep)) in main()
1499 if (maxdumps > 0 && (checkfor || clear)) in main()
1503 if (livecore && (checkfor || clear || uncompress || keep)) in main()
1507 if (argc >= 1 && !checkfor && !clear) { in main()
[all …]