Home
last modified time | relevance | path

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

/external/mtools/
Dfloppyd_installtest.c75 char *xcookie = NULL; in authenticate_to_floppyd() local
86 xcookie = (char *) safe_malloc(filelen+4); in authenticate_to_floppyd()
87 filelen = safePopenOut(command, xcookie+4, filelen); in authenticate_to_floppyd()
123 dword2byte(filelen, (Byte *) xcookie); in authenticate_to_floppyd()
124 if(write(sock, xcookie, filelen+4) < (ssize_t)(filelen+4)) in authenticate_to_floppyd()
Dfloppyd_io.c80 char *xcookie; in authenticate_to_floppyd() local
89 xcookie = (char *) safe_malloc(filelen+4); in authenticate_to_floppyd()
90 newlen = safePopenOut(command, xcookie+4, filelen); in authenticate_to_floppyd()
116 dword2byte(filelen, (Byte *)xcookie); in authenticate_to_floppyd()
117 if(write(sock, xcookie, filelen+4) < ((ssize_t) (filelen + 4))) in authenticate_to_floppyd()
/external/crosvm/gpu_display/src/generated/
Dxlib.rs2583 pub xcookie: XGenericEventCookie,