Searched refs:xcookie (Results 1 – 3 of 3) sorted by relevance
/external/mtools/ |
D | floppyd_installtest.c | 74 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()
|
D | floppyd_io.c | 76 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/ |
D | xlib.rs | 2585 pub xcookie: XGenericEventCookie,
|