HomeSort by relevance Sort by last modified time
    Searched refs:SAFE_FREE (Results 1 - 2 of 2) sorted by null

  /external/ppp/pppd/
tdb.c 98 #ifndef SAFE_FREE
99 #define SAFE_FREE(x) do { if ((x) != NULL) {free((x)); (x)=NULL;} } while(0)
426 SAFE_FREE(buf);
960 SAFE_FREE(newdb);
989 SAFE_FREE(k);
992 SAFE_FREE(k);
    [all...]
  /external/e2fsprogs/lib/ext2fs/
tdb.c 158 #ifndef SAFE_FREE
159 #define SAFE_FREE(x) do { if ((x) != NULL) {free(x); (x)=NULL;} } while(0)
573 SAFE_FREE(tdb->lockrecs);
1152 SAFE_FREE(buf);
    [all...]

Completed in 19 milliseconds