Searched refs:PrimaryServer (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Dparseinfo.h52 cvsroot_t *PrimaryServer; member in struct:config
H A Droot.c195 if (config->PrimaryServer
196 && !strncmp (root_in, config->PrimaryServer->directory,
197 strlen (config->PrimaryServer->directory))
198 && (ISSLASH (root_in[strlen (config->PrimaryServer->directory)])
199 || root_in[strlen (config->PrimaryServer->directory)] == '\0')
205 root_in + strlen (config->PrimaryServer->directory));
241 if (config->PrimaryServer
250 "%s%s", config->PrimaryServer->directory,
954 /* A walklist() function to walk the root_allow list looking for a PrimaryServer
969 if (c->PrimaryServer
[all...]
H A Dparseinfo.c688 else if (strcmp (line, "PrimaryServer") == 0)
689 retval->PrimaryServer = parse_cvsroot (p);
H A Dserver.c573 * config->PrimaryServer
595 if (!config || !config->PrimaryServer) return false;
598 if (!isSamePath (config->PrimaryServer->directory,
603 if (config->PrimaryServer->method == fork_method)
609 assert (config->PrimaryServer->isremote);
611 if (isThisHost (config->PrimaryServer->hostname))
2375 "P", "s", config->PrimaryServer->original,
2435 open_connection_to_server (config->PrimaryServer, &buf_to_primary,
5729 * config->PrimaryServer The server to redirect write requests to, if
5778 buf_output0 (buf_to_net, config->PrimaryServer
[all...]
H A Dsanity.sh2742 PrimaryServer=$PRIMARY_CVSROOT
[all...]
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/include/
H A Dactbl2.h528 UINT8 PrimaryServer[16]; member in struct:acpi_ibft_initiator

Completed in 152 milliseconds