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

  /src/lib/libc/stdlib/
malloc.c 262 static int malloc_zero; variable in typeref:typename:int
510 case 'z': malloc_zero = 0; break;
511 case 'Z': malloc_zero = 1; break;
526 if (malloc_zero)
804 if (malloc_zero && result != NULL)
malloc.c 262 static int malloc_zero; variable in typeref:typename:int
510 case 'z': malloc_zero = 0; break;
511 case 'Z': malloc_zero = 1; break;
526 if (malloc_zero)
804 if (malloc_zero && result != NULL)
malloc.c 262 static int malloc_zero; variable in typeref:typename:int
510 case 'z': malloc_zero = 0; break;
511 case 'Z': malloc_zero = 1; break;
526 if (malloc_zero)
804 if (malloc_zero && result != NULL)

Completed in 31 milliseconds