Searched refs:bpt (Results 1 – 3 of 3) sorted by relevance
59 char *bpt, *bup; in getcwd() local84 bpt = ept - 1; in getcwd()85 *bpt = '\0'; in getcwd()118 *--bpt = '/'; in getcwd()124 memmove(pt, bpt, ept - bpt); in getcwd()190 if (bpt - pt < dp->d_namlen + (first ? 1 : 2)) { in getcwd()198 len = ept - bpt; in getcwd()201 bpt = npt + (bpt - pt); in getcwd()204 memmove(ept - len, bpt, len); in getcwd()205 bpt = ept - len; in getcwd()[all …]
811 handle_new_child(struct tcb *tcp, int pid, int bpt) in handle_new_child() argument837 if (bpt) in handle_new_child()846 if (bpt) in handle_new_child()851 if (bpt) { in handle_new_child()862 if (bpt) in handle_new_child()948 int bpt; in internal_fork() local953 bpt = tcp->flags & TCB_BPTSET; in internal_fork()956 if (bpt) in internal_fork()963 return handle_new_child(tcp, pid, bpt); in internal_fork()993 int bpt = tcp->flags & TCB_BPTSET; local[all …]
4614 * process.c: perform bpt trick for clone as well so we can get the