Searched refs:text_pid (Results 1 – 1 of 1) sorted by relevance
68 char text_pid[81]; in uu_lock() local84 len = read(fd, text_pid, sizeof(text_pid)-1); in uu_lock()91 text_pid[len] = 0; in uu_lock()92 pid = atol(text_pid); in uu_lock()113 (void)snprintf(text_pid, sizeof text_pid, "%10ld\n", (long)pid); in uu_lock()114 len = strlen(text_pid); in uu_lock()115 if (write(fd, text_pid, len) != len) { in uu_lock()