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

123

/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/misc/
H A Dapu_dso.c121 char *eos = NULL; local
151 if (!eos) {
152 eos = path;
158 eos = apr_cpystrn(path, ((char**)paths->elts)[i], sizeof(path));
159 if ((eos > path) && (eos - path < sizeof(path) - 1))
160 *(eos++) = '/';
162 apr_cpystrn(eos, module, sizeof(path) - (eos - path));
177 eos
[all...]
/macosx-10.9.5/apr-30/apr-util/apr-util/misc/
H A Dapu_dso.c120 char *eos = NULL; local
150 if (!eos) {
151 eos = path;
157 eos = apr_cpystrn(path, ((char**)paths->elts)[i], sizeof(path));
158 if ((eos > path) && (eos - path < sizeof(path) - 1))
159 *(eos++) = '/';
161 apr_cpystrn(eos, module, sizeof(path) - (eos - path));
173 eos
[all...]
/macosx-10.9.5/apache-786.1/httpd/modules/http/
H A Dchunk_filter.c59 apr_bucket *eos = NULL; local
72 /* there shouldn't be anything after the eos */
73 eos = e;
149 if (eos != NULL) {
150 APR_BUCKET_INSERT_BEFORE(eos, e);
180 if (eos && !f->ctx) {
185 APR_BUCKET_INSERT_BEFORE(eos, e);
190 if (rv != APR_SUCCESS || eos != NULL) {
/macosx-10.9.5/BerkeleyDB-21/db/os/
H A Dos_tmpdir.c91 char *path, *eos; local
98 eos = path + strlen(path) - 1;
99 if (*eos == '\\' || *eos == '/')
100 *eos = '\0';
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/liblutil/
H A Dgetopt.c74 static char sw = '-', eos = '\0', arg = ':'; local
91 || argv[optind][1] == eos)
104 if (argv[optind][++sp] == eos)
113 if (argv[optind][sp + 1] != eos)
127 if (argv[optind][++sp] == eos)
/macosx-10.9.5/ruby-104/ruby/test/strscan/
H A Dtest_stringscanner.rb13 assert_equal false, s.eos?
20 assert_equal false, s.eos?
35 assert_raise(UNINIT_ERROR) { s.eos? }
39 assert_nothing_raised(UNINIT_ERROR) { s.eos? }
40 assert_equal false, s.eos?
56 assert_equal s.eos?, d.eos?
65 assert_equal s.eos?, d.eos?
75 assert_equal s.eos
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/file_io/win32/
H A Ddir.c122 apr_wchar_t *eos = NULL; local
136 eos = wcschr(wdirname, '\0');
137 eos[0] = '*';
138 eos[1] = '\0';
140 eos[0] = '\0';
228 if (!eos)
229 eos = wcschr(wdirname, '\0');
230 wcscpy(eos, thedir->w.entry->cFileName);
232 eos[0] = '\0';
/macosx-10.9.5/apr-30/apr/apr/file_io/win32/
H A Ddir.c122 apr_wchar_t *eos = NULL; local
136 eos = wcschr(wdirname, '\0');
137 eos[0] = '*';
138 eos[1] = '\0';
140 eos[0] = '\0';
228 if (!eos)
229 eos = wcschr(wdirname, '\0');
230 wcscpy(eos, thedir->w.entry->cFileName);
232 eos[0] = '\0';
/macosx-10.9.5/bind9-45.100/bind9/contrib/zkt/
H A Dsoaserial.c192 long pos, eos; local
208 eos = ftell (fp); /* mark first non digit/ws character pos */
210 digits = eos - pos;
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/CocoaRepl/
H A Dsimple_decorator.rb40 while not scanner.eos? do
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A Dregc_nfa.c64 nfa->eos[0] = nfa->eos[1] = COLORLESS;
829 nfa->eos[0] = pseudocolor(nfa->cm);
830 nfa->eos[1] = pseudocolor(nfa->cm);
836 assert(nfa->parent->eos[0] != COLORLESS);
837 nfa->eos[0] = nfa->parent->eos[0];
838 assert(nfa->parent->eos[1] != COLORLESS);
839 nfa->eos[1] = nfa->parent->eos[
[all...]
H A Dregguts.h306 color eos[2]; /* colors, if any, assigned to EOS and EOL */ member in struct:nfa
331 color eos[2]; /* colors, if any, assigned to EOS and EOL */ member in struct:cnfa
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A Dregc_nfa.c66 nfa->eos[0] = nfa->eos[1] = COLORLESS;
752 nfa->eos[0] = pseudocolor(nfa->cm);
753 nfa->eos[1] = pseudocolor(nfa->cm);
759 assert(nfa->parent->eos[0] != COLORLESS);
760 nfa->eos[0] = nfa->parent->eos[0];
761 assert(nfa->parent->eos[1] != COLORLESS);
762 nfa->eos[1] = nfa->parent->eos[
[all...]
H A Dregguts.h329 color eos[2]; /* colors, if any, assigned to EOS and EOL */ member in struct:nfa
354 color eos[2]; /* colors, if any, assigned to EOS and EOL */ member in struct:cnfa
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/
H A Dtom_doc.rb204 until @s.eos? do
H A Dtext.rb216 until s.eos? do
/macosx-10.9.5/man-16/man/src/
H A Dman.c545 eos(char *s) { function
588 sprintf(eos(bufh), "echo \".ll %d.%di\"; ", ll/10, ll%10);
589 sprintf(eos(bufh), "echo \".nr LL %d.%di\"; ", ll/10, ll%10);
591 sprintf(eos(bufh), "echo \".lt %d.%di\"; ", ll/10, ll%10);
595 sprintf(eos(bufh), "echo \".pl %.128s\"; ", pl);
H A Dman.c.orig543 eos(char *s) {
586 sprintf(eos(bufh), "echo \".ll %d.%di\"; ", ll/10, ll%10);
587 sprintf(eos(bufh), "echo \".nr LL %d.%di\"; ", ll/10, ll%10);
589 sprintf(eos(bufh), "echo \".lt %d.%di\"; ", ll/10, ll%10);
593 sprintf(eos(bufh), "echo \".pl %.128s\"; ", pl);
/macosx-10.9.5/emacs-92/emacs/lisp/mail/
H A Dsupercite.el918 (let ((eos (length from))
923 (substring from (1+ mstart) (- mend (if (= mend eos) 0 1)))
935 (let ((eos (length from)))
938 (let ((address (substring from (match-end 0) eos)))
964 (eos (- end extend)))
966 (or (string-match sc-titlecue-regexp string sos) eos)
997 (eos (1- (length namestring))))
998 (while (and (<= bos eos)
1001 (while (and (> eos bos)
1002 (memq (aref namestring eos) '(3
[all...]
/macosx-10.9.5/pdisk-9/
H A Dio.c91 char* get_string(int eos);
325 get_string(int eos) argument
358 if (c <= 0 || c == eos || (eos == ' ' && c == '\t')) {
/macosx-10.9.5/OpenSSH-186/osslshim/ossl-asn1/
H A Dcs-asn1-lib.c301 if ((c->inf == (1|V_ASN1_CONSTRUCTED)) && (!c->eos))
358 c->eos=0;
/macosx-10.9.5/apache-786.1/httpd/modules/generators/
H A Dmod_autoindex.c2129 const char *eos = qstring += 2; /* for efficiency */ local
2131 while (*eos && *eos != '&' && *eos != ';') {
2132 ++eos;
2135 if (eos == qstring) {
2139 pstring = apr_pstrndup(r->pool, qstring, eos - qstring);
2151 if (*eos && *++eos) {
2152 qstring = eos;
[all...]
/macosx-10.9.5/apache-786.1/httpd/modules/filters/
H A Dmod_ext_filter.c773 apr_bucket *eos = NULL; local
784 eos = b;
806 if (eos) {
815 /* since we've seen eos and closed the child's stdin, set the proper pipe
839 if (eos) {
856 if (eos) {
/macosx-10.9.5/apache-786.1/httpd/modules/proxy/
H A Dmod_proxy_http.c1430 apr_bucket *eos; local
1449 eos = APR_BRIGADE_LAST(bb);
1450 while ((APR_BRIGADE_SENTINEL(bb) != eos)
1451 && !APR_BUCKET_IS_EOS(eos)) {
1452 eos = APR_BUCKET_PREV(eos);
1454 if (eos == APR_BRIGADE_SENTINEL(bb)) {
1458 APR_BUCKET_INSERT_BEFORE(eos, e);
/macosx-10.9.5/ruby-104/ruby/lib/
H A Derb.rb511 while ! scanner.eos?
525 while ! scanner.eos?

Completed in 415 milliseconds

123