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

  /src/usr.bin/rump_dhcpclient/
common.h 34 #define UNCONST(a) ((void *)(unsigned long)(const void *)(a))
  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfilingFile.c 18 #define UNCONST(ptr) ((void *)(uintptr_t)(ptr))
101 free(UNCONST(__llvm_profile_CurrentFilename));
  /src/usr.bin/make/
make.h 1158 UNCONST(const void *ptr)
  /src/lib/libc/time/
localtime.c 66 # define UNCONST(a) ((char *) (intptr_t) (a))
68 # define UNCONST(a) ((char *) (a))
339 (__aconst char *) UNCONST(wildabbr),
340 (__aconst char *) UNCONST(wildabbr),
469 tzname[ttisp->tt_isdst] = UNCONST(&sp->chars[ttisp->tt_desigidx]);
510 tzname[0] = tzname[1] = UNCONST(sp ? wildabbr : utc);
1783 result->TM_ZONE = UNCONST(&sp->chars[ttisp->tt_desigidx]);
1852 result->TM_ZONE = UNCONST(offset ? wildabbr : gmtptr ?

Completed in 56 milliseconds