Searched refs:beg (Results 1 - 25 of 358) sorted by relevance

1234567891011>>

/macosx-10.10.1/sudo-73/src/
H A Dlogwrap.c46 char *beg = line; local
52 beg = line;
54 end = beg + maxlen;
55 while (end != beg && *end != ' ')
57 if (beg == end) {
59 end = strchr(beg + maxlen, ' ');
63 fprintf(fp, "%s%.*s\n", indent, (int)(end - beg), beg);
66 len -= (end - beg);
67 beg
[all...]
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dx509asn1.c110 const char * beg, const char * end)
116 /* Get a single ASN.1 element into `elem', parse ASN.1 string at `beg'
121 if(beg >= end || !*beg)
125 b = (unsigned char) *beg++;
134 if(beg >= end)
136 b = (unsigned char) *beg++;
144 elem->beg = beg;
145 while(beg < en
109 Curl_getASN1Element(curl_asn1Element * elem, const char * beg, const char * end) argument
187 bool2str(const char * beg, const char * end) argument
198 octet2str(const char * beg, const char * end) argument
213 bit2str(const char * beg, const char * end) argument
224 int2str(const char * beg, const char * end) argument
337 string2str(int type, const char * beg, const char * end) argument
369 encodeOID(char * buf, int n, const char * beg, const char * end) argument
408 OID2str(const char * beg, const char * end, bool symbolic) argument
438 GTime2str(const char * beg, const char * end) argument
501 UTime2str(const char * beg, const char * end) argument
673 Curl_parseX509(curl_X509certificate * cert, const char * beg, const char * end) argument
766 dumpAlgo(curl_asn1Element * param, const char * beg, const char * end) argument
862 Curl_extract_certinfo(struct connectdata * conn, int certnum, const char * beg, const char * end) argument
1026 checkOID(const char * beg, const char * end, const char * oid) argument
1050 Curl_verifyhost(struct connectdata * conn, const char * beg, const char * end) argument
[all...]
H A Dx509asn1.h79 const char * beg; /* Pointer to element data. */ member in struct:__anon7145
118 const char * beg, const char * end);
122 const char * beg, const char * end);
124 const char * beg, const char * end);
126 const char * beg, const char * end);
/macosx-10.10.1/ncurses-44/ncurses/ncurses/base/
H A Dlib_redrawln.c45 wredrawln(WINDOW *win, int beg, int num) argument
51 T((T_CALLED("wredrawln(%p,%d,%d)"), win, beg, num));
56 if (beg < 0)
57 beg = 0;
59 if (touchline(win, beg, num) == ERR)
62 if (touchline(curscr, beg + win->_begy, num) == ERR)
65 end = beg + num;
76 for (i = beg; i < end; i++) {
/macosx-10.10.1/emacs-93/emacs/lisp/emulation/
H A Dtpu-extras.el155 (defun tpu-top-check (beg lines)
158 (cond ((< beg margin) (recenter beg))
159 ((< (- beg lines) margin) (recenter margin)))))
161 (defun tpu-bottom-check (beg lines)
167 (cond ((> beg difference) (recenter beg))
168 ((> (+ beg lines) difference) (recenter (- margin))))))
199 (let ((beg (tpu-current-line)))
202 (tpu-bottom-check beg nu
[all...]
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dtimezone.c60 char *beg, local
63 if ( (beg = getenv("TZNAME")) ) { /* set in environment */
64 if ( (end = index(beg, ',')) ) {/* "PST,PDT" */
68 (void)strncpy(czone,beg,sizeof(czone) - 1);
73 return(beg);
/macosx-10.10.1/emacs-93/emacs/lisp/net/
H A Dtramp-uu.el52 (defun tramp-uuencode-region (beg end)
56 (let ((len (base64-encode-region beg end t))
60 (goto-char beg)
82 (insert (char-to-string (+ 32 (% (- end beg) 45)))))
86 (goto-char beg)
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dvms-patch.el124 (beg 0)
131 (while (< beg (length args))
132 (if (or (> 33 (setq this-char (aref args beg)))
134 (aset args beg 32))
135 (setq beg (1+ beg)))
136 (setq beg (1- (length args)))
137 (while (= 32 (aref args beg)) (setq beg (1- beg)))
[all...]
H A Delide-head.el89 beg end)
95 (setq beg (point))
100 (if (not (and beg end))
103 (goto-char beg)
H A Dmouse-copy.el144 (beg (car range))
148 (move-overlay mouse-secondary-overlay beg end)
149 (setq mouse-secondary-overlay (make-overlay beg (posn-point end))))
152 ;; (setq me-beg beg me-end end me-range range) ; for debugging
154 (x-set-selection 'SECONDARY (buffer-substring beg end)))))
H A Dsort.el194 (defun sort-lines (reverse beg end)
203 (narrow-to-region beg end)
210 (defun sort-paragraphs (reverse beg end)
219 (narrow-to-region beg end)
229 (defun sort-pages (reverse beg end)
238 (narrow-to-region beg end)
264 (defun sort-numeric-fields (field beg end)
276 (sort-fields-1 field beg end
297 ;;(defun sort-float-fields (field beg end)
305 ;; (sort-fields-1 field beg en
[all...]
H A Dledit.el69 (defun ledit-save-region (beg end)
72 (append-to-buffer ledit-buffer beg end)
87 (defun ledit-zap-region-to-lisp (beg end)
90 (ledit-save-region beg end)
H A Dlonglines.el78 (defvar longlines-wrap-beg nil)
83 (make-variable-buffer-local 'longlines-wrap-beg)
201 (defun longlines-show-region (beg end)
203 (let* ((pmin (min beg end))
204 (pmax (max beg end))
223 (defun longlines-wrap-region (beg end)
228 (goto-char beg)
324 (defun longlines-decode-region (&optional beg end)
327 (if (null beg) (setq beg (poin
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/astsa/
H A Dsfstr.c38 n += p->end - p->beg;
39 o = p->nxt - p->beg;
40 if (!(p->beg = realloc(p->beg, n)))
42 p->nxt = p->beg + o;
43 p->end = p->beg + n;
147 return p->beg;
159 if (!p->beg)
161 if (!(p->beg = malloc(STR)))
163 p->end = p->beg
[all...]
/macosx-10.10.1/top-100.1.2/
H A Duinteger.h22 uint64_t beg);
30 uint64_t prev, uint64_t beg);
33 uint64_t prev, uint64_t beg);
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dgnus-bcklg.el116 beg end)
122 (when (setq beg (text-property-any
128 (1+ beg) 'gnus-backlog (current-buffer) (point-max)))
129 (delete-region beg end)
140 beg end)
145 (if (not (setq beg (text-property-any
154 (1+ beg) 'gnus-backlog (current-buffer) (point-max)))))
159 (insert-buffer-substring gnus-backlog-buffer beg end)))
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Drefill.el100 (defun refill-adjust-ignorable-overlay (overlay afterp beg end &optional len)
104 (goto-char beg)
122 (beg (progn (backward-paragraph) (point)))
125 (unless (> beg pos) ;Don't fill if point is outside the paragraph.
127 (if (and (>= beg obeg) (< beg oend))
136 (fill-context-prefix beg end)
148 (fill-region beg end arg)
149 (fill-region-as-paragraph beg end arg)))
150 (move-overlay refill-ignorable-overlay beg (poin
[all...]
/macosx-10.10.1/emacs-93/emacs/src/
H A Dcasefiddle.c287 (beg, end)
288 Lisp_Object beg, end;
290 casify_region (CASE_UP, beg, end);
299 (beg, end)
300 Lisp_Object beg, end;
302 casify_region (CASE_DOWN, beg, end);
312 (beg, end)
313 Lisp_Object beg, end;
315 casify_region (CASE_CAPITALIZE, beg, end);
327 (beg, en
286 Lisp_Object beg, end; variable
298 Lisp_Object beg, end; variable
311 Lisp_Object beg, end; variable
326 Lisp_Object beg, end; variable
360 Lisp_Object beg, end; variable
375 Lisp_Object beg, end; variable
392 Lisp_Object beg, end; variable
[all...]
H A Dundo.c125 record_insert (beg, length)
126 int beg, length;
133 record_point (beg);
144 && XINT (XCDR (elt)) == beg)
146 XSETCDR (elt, make_number (beg + length));
151 XSETFASTINT (lbeg, beg);
152 XSETINT (lend, beg + length);
161 record_delete (beg, string)
162 int beg;
170 if (PT == beg
542 Lisp_Object beg, end, prop, val; variable
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/regex/
H A Dregrexec.c39 register unsigned char* beg; local
62 buf = beg = (unsigned char*)s;
97 while (l > beg)
114 x = beg;
115 while (beg < l)
119 if (n = (*record)(handle, (char*)beg, x - beg))
121 beg = ++x;
131 beg = r + 1;
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/string/
H A Dfmtre.c36 char* beg; member in struct:Stack_s
115 p->beg = s - 1;
117 p->len = s - p->beg;
142 p->beg = s - 1;
185 p->beg = s - 1;
197 *t++ = p->beg[c];
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dglasses.el164 (defun glasses-parenthesis-exception-p (beg end)
168 (let ((str (buffer-substring beg end)))
196 (defun glasses-make-overlay (beg end &optional category)
199 (let ((overlay (make-overlay beg end)))
204 (defun glasses-make-readable (beg end)
210 (goto-char beg)
217 (goto-char beg)
235 (goto-char beg)
249 (goto-char beg)
256 (defun glasses-make-unreadable (beg en
[all...]
/macosx-10.10.1/Heimdal-398.1.2/appl/kx/
H A Dcommon.c502 u_char beg[12]; local
514 if (net_read (fd, beg, sizeof(beg)) != sizeof(beg))
516 if (net_write (sock, beg, 6) != 6)
518 bigendianp = beg[0] == 'B';
520 n = (beg[6] << 8) | beg[7];
521 d = (beg[8] << 8) | beg[
672 u_char beg[12]; local
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/play/
H A Dmorse.el98 (defun morse-region (beg end)
106 (goto-char beg)
121 (defun unmorse-region (beg end)
128 (goto-char beg)
/macosx-10.10.1/ruby-106/ruby/ext/-test-/string/
H A Dqsort.c31 VALUE beg, len, size; local
35 rb_scan_args(argc, argv, "03", &beg, &len, &size);
37 if (!NIL_P(beg) && (b = NUM2INT(beg)) < 0 && (b += l) < 0) {

Completed in 866 milliseconds

1234567891011>>