OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bpt
(Results
1 - 2
of
2
) 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
...]
/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 272 milliseconds