Home
last modified time | relevance | path

Searched refs:malloc (Results 1 – 11 of 11) sorted by relevance

/hostap-3.6.0/src/utils/
Dos.h489 #define os_malloc(s) malloc((s))
644 #define malloc OS_DO_NOT_USE_malloc macro
Dos_win32.c206 buf = malloc(*len); in os_readfile()
Dtrace.c121 syms = malloc(storage); in read_syms()
Dos_internal.c269 return malloc(size); in os_malloc()
Dos_unix.c715 a = malloc(sizeof(*a) + size); in os_malloc()
/hostap-3.6.0/wpa_supplicant/
Dwin_if_list.c84 b = malloc(blen); in ndisuio_query_bindings()
/hostap-3.6.0/wpa_supplicant/wpa_gui-qt4/
Dwpagui.cpp362 cfile = (char *) malloc(flen); in openCtrlConnection()
368 cfile = (char *) malloc(flen); in openCtrlConnection()
/hostap-3.6.0/src/drivers/
Ddriver_hostap.c861 buf = malloc(iwe->u.data.length + 1); in hostapd_wireless_event_wireless()
/hostap-3.6.0/hostapd/
Dhostapd_cli.c121 cfile = malloc(flen); in hostapd_cli_open_connection()
/hostap-3.6.0/hs20/server/
Dspp_server.c1671 pw = malloc(11); in hs20_user_input_registration()
/hostap-3.6.0/hs20/client/
Dosu_client.c1410 hex = malloc(len * 2 + 1); in set_pps_cred_password()