Home
last modified time | relevance | path

Searched refs:supported_response (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.bin/cvs/src/
Dserver.c665 static int supported_response PROTO ((char *));
668 supported_response (name) in supported_response() function
2907 buf_output0 (protocol, supported_response ("MT") ? "MT text " : "M ");
3182 if (supported_response ("F"))
3635 if (supported_response ("Mode"))
3705 if (!supported_response ("New-entry"))
4019 if (!supported_response ("Copy-file"))
4041 if (!supported_response ("Mod-time"))
4146 checksum_supported = supported_response ("Checksum");
4169 if (!(supported_response ("Created")
[all …]
DChangeLog-96578 (supported_response), wrapper.c (wrap_matching_entry): Make static;
4395 * client.c (supported_request), server.c (supported_response):