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

  /src/usr.bin/xlint/common/
mem.c 50 not_null(void *ptr) function in typeref:typename:void *
63 return not_null(malloc(s));
70 return not_null(calloc(n, s));
78 return not_null(realloc(p, s));
85 return not_null(strdup(s));
100 (void)not_null(NULL);
mem.c 50 not_null(void *ptr) function in typeref:typename:void *
63 return not_null(malloc(s));
70 return not_null(calloc(n, s));
78 return not_null(realloc(p, s));
85 return not_null(strdup(s));
100 (void)not_null(NULL);

Completed in 23 milliseconds