HomeSort by relevance Sort by last modified time
    Searched refs:bpt (Results 1 - 5 of 5) sorted by null

  /external/openssh/openbsd-compat/
getcwd.c 59 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 - pt)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
ImUtil.h 25 register unsigned char *bpt,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
ImUtil.h 25 register unsigned char *bpt,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
ImUtil.h 25 register unsigned char *bpt,
  /external/strace/
process.c 811 handle_new_child(struct tcb *tcp, int pid, int bpt)
837 if (bpt)
846 if (bpt)
850 /* Child has BPT too, must be removed on first occasion. */
851 if (bpt) {
862 if (bpt)
948 int bpt; local
953 bpt = tcp->flags & TCB_BPTSET;
956 if (bpt)
963 return handle_new_child(tcp, pid, bpt);
993 int bpt = tcp->flags & TCB_BPTSET; local
    [all...]

Completed in 398 milliseconds