Searched refs:achBuf (Results 1 – 1 of 1) sorted by relevance
1138 char achBuf[16]; in lsapi_notify_pid() local1139 lsapi_buildPacketHeader( (struct lsapi_packet_header *)achBuf, LSAPI_STDERR_STREAM, in lsapi_notify_pid()1141 memmove( &achBuf[8], "\0PID", 4 ); in lsapi_notify_pid()1142 *((int *)&achBuf[12]) = getpid(); in lsapi_notify_pid()1144 if ( write( fd, achBuf, 16 ) < 16 ) in lsapi_notify_pid()
Completed in 16 milliseconds