Home
last modified time | relevance | path

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

/external/mtools/
Dfloppyd_installtest.c74 char *xcookie = NULL; in authenticate_to_floppyd() local
85 xcookie = (char *) safe_malloc(filelen+4); in authenticate_to_floppyd()
86 filelen = (uint32_t) safePopenOut(command, xcookie+4, filelen); in authenticate_to_floppyd()
122 dword2byte(filelen, (Byte *) xcookie); in authenticate_to_floppyd()
123 if(write(sock, xcookie, filelen+4) < (ssize_t)(filelen+4)) in authenticate_to_floppyd()
Dfloppyd_io.c76 char *xcookie; in authenticate_to_floppyd() local
85 xcookie = (char *) safe_malloc(cookielen+4); in authenticate_to_floppyd()
86 newlen = safePopenOut(command, xcookie+4, cookielen); in authenticate_to_floppyd()
112 dword2byte(filelen, (Byte *)xcookie); in authenticate_to_floppyd()
113 if(write(sock, xcookie, filelen+4) < ((ssize_t) (filelen + 4))) in authenticate_to_floppyd()
/external/crosvm/gpu_display/src/generated/
Dxlib.rs2585 pub xcookie: XGenericEventCookie,