Lines Matching refs:name
165 "os.system(): String conversion of program name failed");
610 "os.setenv(): String conversion of variable name failed.");
629 "os.setenv(): String conversion of variable name failed.");
635 char* Shell::ReadCharsFromTcpPort(const char* name, int* size_out) {
678 size_t name_len = strlen(name) + 1; // Includes the null terminator
680 ssize_t sent_now = send(sockfd, name + sent_len, name_len - sent_len, 0);
682 fprintf(stderr, "Failed to send %s to localhost:%d\n", name,
699 fprintf(stderr, "Failed to receive %s's length from localhost:%d\n", name,
709 file_length, name, Shell::options.read_from_tcp_port.get());
723 fprintf(stderr, "Failed to receive %s from localhost:%d\n", name,