HomeSort by: relevance | last modified time | path
    Searched defs:out_of_mem (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/patch/
patch.c 60 bool out_of_mem = false; /* ran out of memory in plan a */ variable in typeref:typename:bool
253 out_of_mem = false;
350 if (out_of_mem && using_plan_a) {
443 if (!out_of_mem) {
patch.c 60 bool out_of_mem = false; /* ran out of memory in plan a */ variable in typeref:typename:bool
253 out_of_mem = false;
350 if (out_of_mem && using_plan_a) {
443 if (!out_of_mem) {

Completed in 210 milliseconds