Searched refs:read_str (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dold-and-busted.c141 read_str(const char **result,
191 /* This is wrapper around read_str() (which see for details); it
201 SVN_ERR(read_str(result, buf, end, pool));
219 SVN_ERR(read_str(result, buf, end, pool));
543 SVN_ERR(read_str(&entry->checksum, buf, end, pool));
553 SVN_ERR(read_str(&entry->cmt_author, buf, end, pool));
621 SVN_ERR(read_str(&entry->uuid, buf, end, pool));
625 SVN_ERR(read_str(&entry->lock_token, buf, end, pool));
629 SVN_ERR(read_str(&entry->lock_owner, buf, end, pool));
633 SVN_ERR(read_str(
140 read_str(const char **result, function
[all...]
/freebsd-13-stable/crypto/heimdal/appl/rsh/
H A Drshd.c118 read_str (int s, size_t sz, char *expl) function
144 *client_username = read_str (s, USERNAME_SZ, "local username");
145 *server_username = read_str (s, USERNAME_SZ, "remote username");
146 *cmd = read_str (s, ARG_MAX + 1, "command");
291 *server_username = read_str (s, USERNAME_SZ, "remote username");
292 *cmd = read_str (s, ARG_MAX + 1, "command");
293 *client_username = read_str (s, ARG_MAX + 1, "local username");

Completed in 62 milliseconds