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