Home
last modified time | relevance | path

Searched refs:realloc (Results 1 – 3 of 3) sorted by relevance

/hostap-latest/src/utils/
Dos.h578 #define os_realloc(p, s) realloc((p), (s))
733 #define realloc OS_DO_NOT_USE_realloc macro
Dos_internal.c275 return realloc(ptr, size); in os_realloc()
/hostap-latest/hs20/client/
Dosu_client.c2036 last = realloc(osu, (osu_count + 1) * sizeof(*osu)); in parse_osu_providers()