Searched refs:eos (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/apr-util/misc/
H A Dapu_dso.c122 char *eos = NULL; local
152 if (!eos) {
153 eos = path;
159 eos = apr_cpystrn(path, ((char**)paths->elts)[i], sizeof(path));
160 if ((eos > path) && (eos - path < sizeof(path) - 1))
161 *(eos++) = '/';
163 apr_cpystrn(eos, module, sizeof(path) - (eos - path));
178 eos
[all...]
/freebsd-13-stable/crypto/openssl/crypto/asn1/
H A Da_d2i_fp.c100 uint32_t eos = 0; local
155 if (eos == UINT32_MAX) {
159 eos++;
161 } else if (eos && (slen == 0) && (tag == V_ASN1_EOC)) {
162 /* eos value, so go back and read another header */
163 eos--;
164 if (eos == 0)
217 if (eos == 0) {
/freebsd-13-stable/contrib/libpcap/rpcapd/
H A Dfileconf.c349 char *eos; local
385 eos = hostlist + strlen(hostlist);
386 if (eos != hostlist)
401 *eos = '\0';
415 *eos = '\0';
/freebsd-13-stable/contrib/libevent/
H A Dhttp.c4432 /* Return true if the string starting at s and ending immediately before eos
4436 scheme_ok(const char *s, const char *eos) argument
4439 EVUTIL_ASSERT(eos >= s);
4440 if (s == eos)
4444 while (++s < eos) {
4454 /* Return true iff [s..eos) is a valid userinfo */
4456 userinfo_ok(const char *s, const char *eos) argument
4458 while (s < eos) {
4463 else if (*s == '%' && s+2 < eos &&
4474 regname_ok(const char *s, const char *eos) argument
4491 parse_port(const char *s, const char *eos) argument
4509 bracket_addr_ok(const char *s, const char *eos) argument
4553 parse_authority(struct evhttp_uri *uri, char *s, char *eos) argument
[all...]
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Dhttp.c4265 /* Return true if the string starting at s and ending immediately before eos
4269 scheme_ok(const char *s, const char *eos) argument
4272 EVUTIL_ASSERT(eos >= s);
4273 if (s == eos)
4277 while (++s < eos) {
4287 /* Return true iff [s..eos) is a valid userinfo */
4289 userinfo_ok(const char *s, const char *eos) argument
4291 while (s < eos) {
4296 else if (*s == '%' && s+2 < eos &&
4307 regname_ok(const char *s, const char *eos) argument
4324 parse_port(const char *s, const char *eos) argument
4342 bracket_addr_ok(const char *s, const char *eos) argument
4386 parse_authority(struct evhttp_uri *uri, char *s, char *eos) argument
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dfs_x.c135 svn_boolean_t eos = FALSE;
139 SVN_ERR(svn_stream_readline(stream, &buf, "\n", &eos, scratch_pool));
140 if (buf->len == 0 && eos)
156 SVN_ERR(svn_stream_readline(stream, &buf, "\n", &eos, scratch_pool));
157 if (!eos && strncmp(buf->data, "layout sharded ", 15) == 0)
134 svn_boolean_t eos = FALSE; local
/freebsd-13-stable/contrib/libpcap/
H A Dpcap-dlpi.c875 char *eos; local
893 unit = strtol(cp, &eos, 10);
894 if (*eos != '\0') {
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dfs_fs.c483 svn_boolean_t eos = FALSE;
505 SVN_ERR(svn_stream_readline(stream, &buf, "\n", &eos, pool));
506 if (buf->len == 0 && eos)
526 while (!eos)
528 SVN_ERR(svn_stream_readline(stream, &buf, "\n", &eos, pool));
481 svn_boolean_t eos = FALSE; local
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Ddmu_send.c1069 uint64_t end_blkid, boolean_t eos)
1076 range->eos_marker = eos;
2076 * enqueues an eos marker.
1068 range_alloc(enum type type, uint64_t object, uint64_t start_blkid, uint64_t end_blkid, boolean_t eos) argument

Completed in 163 milliseconds