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

  /external/e2fsprogs/lib/support/
prof_err.h 26 #define PROF_MAGIC_PROFILE (-1429577710L)
profile.c 316 profile->magic = PROF_MAGIC_PROFILE;
375 if (!profile || profile->magic != PROF_MAGIC_PROFILE)
401 if (!def_string || !profile || profile->magic != PROF_MAGIC_PROFILE)
402 return PROF_MAGIC_PROFILE;
1292 if (profile->magic != PROF_MAGIC_PROFILE)
1293 return PROF_MAGIC_PROFILE;
    [all...]

Completed in 1267 milliseconds