Searched refs:core (Results 1 – 2 of 2) sorted by relevance
3 CORESERVER -- Name of core server naming point; falls back to /servers/core4 COREFILE -- Name of file to write core dump in; falls back to core5 GNUTARGET -- Passed to core server to specify flavor of core dump format
624 enum { stop, ignore, core, term, handle } act; in weak_alias() enumerator851 act = core; in weak_alias()957 act = core; in weak_alias()961 case core: /* And leave a rotting corpse. */ in weak_alias()975 if (act == core && write_corefile (signo, detail)) in weak_alias()
Completed in 7 milliseconds