Home | Sort by: relevance | last modified time | path |
/src/games/warp/ | |
util.c | 78 static char nomem[] = "warp: out of memory!\r\n"; variable in typeref:typename:char[] 91 fputs(nomem,stdout); |
/src/games/worms/ | |
worms.c | 196 static void nomem(void) __dead; 431 nomem(); 439 nomem(); 441 nomem(); 458 nomem(); 463 nomem(); 588 nomem(); 629 nomem(void) function in typeref:typename:void |
/src/sys/dist/pf/net/ | |
pf_norm.c | 561 int drop, int *nomem) 828 *nomem = 1; 976 int nomem = 0; local in function:pf_normalize_ip 1005 (r->rule_flag & PFRULE_FRAGDROP) ? 1 : 0, &nomem); 1007 if (nomem) |