Searched refs:bpt (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/BerkeleyDB-21/db/clib/
H A Dgetcwd.c86 register char *bpt, *bup; local
118 bpt = ept - 1;
119 *bpt = '\0';
152 *--bpt = PATH_SEPARATOR[0];
158 bcopy(bpt, pt, ept - bpt);
221 if (bpt - pt < dp->d_namlen + (first ? 1 : 2)) {
228 off = bpt - pt;
229 len = ept - bpt;
232 bpt
[all...]
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dgetcwd.c59 char *bpt, *bup; local
84 bpt = ept - 1;
85 *bpt = '\0';
118 *--bpt = '/';
124 memmove(pt, bpt, ept - bpt);
190 if (bpt - pt < dp->d_namlen + (first ? 1 : 2)) {
198 len = ept - bpt;
201 bpt = npt + (bpt
[all...]
/macosx-10.10.1/sudo-73/src/
H A Dgetcwd.c90 char *bpt, *bup; local
115 bpt = ept - 1;
116 *bpt = '\0';
149 *--bpt = '/';
155 bcopy(bpt, pt, ept - bpt);
221 if (bpt - pt <= NAMLEN(dp) + (first ? 1 : 2)) {
229 off = bpt - pt;
230 len = ept - bpt;
234 bpt
[all...]
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dgetcwd.c140 char *bpt, *bup; local
175 bpt = ept - 1;
176 *bpt = '\0';
209 *--bpt = '/';
215 bcopy(bpt, pt, ept - bpt);
279 while (bpt - pt < dp->d_namlen + (first ? 1 : 2)) {
286 off = bpt - pt;
287 len = ept - bpt;
290 bpt
[all...]
/macosx-10.10.1/ntp-92/ntpd/
H A Drefclock_fg.c229 char *bpt; local
260 bpt = (char *)rbufp->recv_space.X_recv_buffer;
261 while(*bpt != '')
262 bpt++;
264 #define BP2(x) ( bpt[x] & 15 )
265 #define BP1(x) (( bpt[x] & 240 ) >> 4)
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Ducdtest.cpp514 UnicodeSet bpt("[:^bpt=n:]", errorCode);
515 assertTrue("bpt!=None is not empty", !bpt.isEmpty());
519 assertTrue("bpt!=None is a subset of Bidi_M", mirrored.containsAll(bpt));
520 assertTrue("bpt!=None is a subset of bc=ON", other_neutral.containsAll(bpt));
522 UnicodeSet bpt_open("[:bpt=o:]", errorCode);
523 UnicodeSet bpt_close("[:bpt
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dasmh8300.vim45 syn keyword asmOpcode "bne" "bnot" "bnp" "bor" "bpl" "bpt" "bra" "brn" "bset"
H A Dvmasm.vim32 syn keyword vmasmOpcode bicpsw bispsw bpt halt index movpsl nop popr pushr xfc
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dvc-rcs.el562 bpt kids)
563 (while (setq bpt (vc-branch-part par)
564 par (vc-branch-part bpt))
567 (while (not (string= bpt (vc-branch-part (car kids))))
/macosx-10.10.1/zsh-61/zsh/Src/Zle/
H A Dcompctl.c1913 Brinfo bp, bpl = brbeg, bsl = brend, bpt, bst; local
2006 bpt = bpl;
2013 bpl = bpt;

Completed in 136 milliseconds