Searched refs:eob (Results 1 - 19 of 19) sorted by path

/macosx-10.10.1/bind9-45.101/bind9/bin/named/
H A Dmain.c323 char *eob; local
328 eob = saved_command_line + sizeof(saved_command_line);
330 for (i = 1; i < argc && dst < eob; i++) {
334 while (*src != '\0' && dst < eob) {
355 if (dst == eob)
356 strcpy(eob - sizeof(truncated), truncated);
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dpop3.c1325 pop3c->eob = 2;
2042 the eob so the server will have prefixed it with an extra dot which we
2046 size_t prev = pop3c->eob;
2050 if(pop3c->eob == 0) {
2051 pop3c->eob++;
2064 else if(pop3c->eob == 3)
2065 pop3c->eob++;
2069 pop3c->eob = 1;
2073 if(pop3c->eob == 1 || pop3c->eob
[all...]
H A Dpop3.h73 size_t eob; /* Number of bytes of the EOB (End Of Body) that member in struct:pop3_conn
H A Dsmtp.c1639 const char *eob; local
1660 eob = SMTP_EOB;
1663 eob += 2;
1668 result = Curl_write(conn, conn->writesockfd, eob, len, &bytes_written);
1675 pp->sendthis = strdup(eob);
2132 if(SMTP_EOB[smtp->eob] == data->req.upload_fromhere[i]) {
2133 smtp->eob++;
2136 if(2 == smtp->eob || SMTP_EOB_LEN == smtp->eob)
2141 else if(smtp->eob) {
[all...]
H A Dsmtp.h67 size_t eob; /* Number of bytes of the EOB (End Of Body) that member in struct:SMTP
/macosx-10.10.1/curl-83.1.2/curl/tests/
H A Dftpserver.pl910 my $eob;
926 $eob = 1;
931 if($eob) {
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dautorevert.el415 eob eoblist)
424 (setq eob (eobp))
439 (when eob (goto-char (point-max)))
H A Dterm.el2790 ;; following point if not eob nor insert-mode.
3467 (define-key map ">" 'term-pager-eob)
3479 (define-key tmp [eob] '("Goto to end" . term-pager-eob))
3526 (defun term-pager-eob ()
3599 \\[term-pager-eob]\t\tMove to the end of the buffer.\n\
/macosx-10.10.1/emacs-93/emacs/lisp/mh-e/
H A Dmh-seq.el223 (let ((eob (point-max))
227 (mh-copy-seq-to-eob sequence)
228 (push (buffer-substring-no-properties (point-min) eob)
230 (delete-region (point-min) eob)
532 (defun mh-copy-seq-to-eob (seq)
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dcc-cmds.el1553 (c-syntactic-re-search-forward "{" nil 'eob))
1608 (when (c-syntactic-re-search-forward "{" nil 'eob)
1618 (when (c-syntactic-re-search-forward "{" nil 'eob)
3340 (bolp))) ; forward-line has funny behavior at eob.
3366 (bolp)))))) ; forward-line has funny behavior at eob.
3381 (bolp)))) ; forward-line has funny behavior at eob.
/macosx-10.10.1/ksh-23/ksh/src/lib/libcmd/
H A Dcut.c91 int eob; member in struct:Cut_s
153 cut->eob = (ldelim->len == 1) ? ldelim->chr : 0;
154 cut->space[cut->eob] = SP_LINE;
385 if((lastchar = cp[c]) != cut->eob)
386 *ep = cut->eob;
424 if (lastchar != cut->eob)
442 if ((lastchar = cp[c]) != cut->eob)
443 *ep = cut->eob;
507 if (lastchar != cut->eob)
H A Dwclib.c386 goto eob;
447 goto eob;
458 goto eob;
477 eob:
/macosx-10.10.1/libresolv-57/
H A Dns_name.c479 const u_char **cpp, **lpp, *eob, *msg; local
485 eob = dstp + dstsiz;
527 if (dstp + 1 >= eob) {
548 if (dstp + 1 + n >= eob) {
556 if (dstp > eob) {
H A Dns_sign.c57 if ((ptr) + (count) > eob) { \
99 u_char *cp = msg + *msglen, *eob = msg + msgsize; local
111 n = dn_comp(key->dk_key_name, cp, eob - cp, dnptrs, lastdnptr);
113 n = dn_comp("", cp, eob - cp, NULL, NULL);
131 n = dn_comp(NS_TSIG_ALG_HMAC_MD5, cp, eob - cp, NULL, NULL);
134 n = dn_comp("", cp, eob - cp, NULL, NULL);
274 u_char *cp, *eob, *lenp; local
308 eob = msg + msgsize;
311 n = dn_comp(state->key->dk_key_name, cp, eob - cp, dnptrs, lastdnptr);
325 n = dn_comp(NS_TSIG_ALG_HMAC_MD5, cp, eob
[all...]
/macosx-10.10.1/rsync-45/rsync/
H A Dclientserver.c257 char *bp = buf, *eob = buf + limit - 1; local
264 if (bp < eob)
H A Dexclude.c974 char *eob = line + sizeof line - 1; local
1026 if (s < eob)
H A Dio.c570 char *eob = f + l; local
572 while (f != eob) {
574 while (f != eob && !*f)
624 char ch, *s, *eob = fname + MAXPATHLEN - 1; local
659 if (s < eob)
/macosx-10.10.1/vim-55/runtime/autoload/
H A Drubycomplete.vim374 eob = buf.length
376 rg = 1..eob
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dslrnrc.vim131 syn keyword slrnrcFunGroup contained add_group bob catchup digit_arg eob evaluate_cmd group_search group_search_backward group_search_forward help line_down line_up move_group

Completed in 607 milliseconds