Searched refs:child (Results 26 - 50 of 445) sorted by relevance

1234567891011>>

/openbsd-current/regress/lib/libpthread/setjmp/
H A Dsetjmp.c74 pthread_t child; local
82 printf("jumping in child thread\n");
83 CHECKr(pthread_create(&child, NULL, jump, NULL));
84 CHECKr(pthread_join(child, &res));
86 printf("_jumping in child thread\n");
87 CHECKr(pthread_create(&child, NULL, _jump, NULL));
88 CHECKr(pthread_join(child, &res));
/openbsd-current/usr.sbin/tcpdump/
H A Dmakemib50 * struct mib somename = { desc, oid-octet, type, child-pointer, next-pointer
144 if (child[parent] != "") {
145 for (sib = child[parent]; sib != ""; sib = sibling[sib])
155 if (child[parent] == "") {
156 child[parent] = new
158 sibling[new] = child[parent]
159 child[parent] = new
169 # printf "/* %s c=%s s=%s */\n", newitem, child[item], sibling[item]
171 if (child[item] != "") {
172 dump(child[ite
[all...]
/openbsd-current/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbpexpect.py21 self.child.expect_exact(self.PROMPT)
49 self.child = pexpect.spawn(
52 self.child.ptyproc.delayafterclose = timeout/10
53 self.child.ptyproc.delayafterterminate = timeout/10
61 self.child.expect_exact(cmd)
64 self.child.expect_exact("target create")
65 self.child.expect_exact("Current executable set to")
75 self.child.sendline(cmd)
78 self.child.expect_exact(s)
82 self.child
[all...]
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dfork.t95 print "iteration $i child\n";
107 iteration 1 child
110 iteration 2 child
113 iteration 2 child
116 iteration 3 child
119 iteration 3 child
122 iteration 3 child
125 iteration 3 child
130 : (print("child\n"),exit) ;
134 child
[all...]
/openbsd-current/lib/libc/stdlib/
H A Dheapsort.c71 #define CREATE(initval, nmemb, par_i, child_i, par, child, size, count, tmp) { \
74 child = base + child_i * size; \
75 if (child_i < nmemb && compar(child, child + size) < 0) { \
76 child += size; \
80 if (compar(child, par) <= 0) \
82 SWAP(par, child, count, size, tmp); \
91 * heapify, always maintaining the invariant that the larger child is copied
103 #define SELECT(par_i, child_i, nmemb, par, child, size, k, count, tmp1, tmp2) { \
105 child
[all...]
/openbsd-current/bin/csh/
H A Dalloc.c48 child++;
60 child++;
72 child++;
87 child++;
/openbsd-current/usr.bin/mandoc/
H A Deqn_term.c52 const struct eqn_box *child; local
113 child = bp->first;
114 eqn_box(p, child);
119 child = child->next;
120 if (child != NULL) {
122 eqn_box(p, child);
128 child = child->next;
129 if (child !
[all...]
/openbsd-current/regress/sys/kern/signal/sig-stop/
H A Dsig-stop.c20 pid_t child; local
25 switch((child = fork())) {
45 if (kill(child, toggle ? SIGSTOP : SIGCONT)) {
50 } while(waitpid(child, &status, WCONTINUED|WUNTRACED) > 0 &&
/openbsd-current/sys/dev/ofw/
H A Dofw_gpio.c31 int child; local
41 for (child = OF_child(gc->gc_node); child; child = OF_peer(child)) {
46 if (OF_getproplen(child, "gpio-hog") != 0)
49 len = OF_getproplen(child, "gpios");
57 if (OF_getproplen(child, "input") == 0) {
60 } else if (OF_getproplen(child, "output-low") == 0) {
63 } else if (OF_getproplen(child, "outpu
[all...]
/openbsd-current/gnu/usr.bin/binutils/gprof/
H A Di386.c57 Sym *child; local
92 child = sym_lookup (&symtab, destpc);
93 if (child && child->addr == destpc)
100 (unsigned long) destpc, child->name));
101 arc_add (parent, child, (unsigned long) 0);
H A Dmips.c50 Sym *child; local
57 indirect_child.name = _("<indirect child>");
90 child = sym_lookup (&symtab, dest_pc);
93 (unsigned long) dest_pc, child->name,
94 (unsigned long) child->addr));
95 if (child->addr == dest_pc)
99 arc_add (parent, child, (unsigned long) 0);
H A Dsparc.c52 Sym *child; local
85 child = sym_lookup (&symtab, dest_pc);
88 (unsigned long) dest_pc, child->name,
89 (unsigned long) child->addr));
90 if (child->addr == dest_pc)
93 arc_add (parent, child, (unsigned long) 0);
H A Dalpha.c98 Sym *child; local
103 indirect_child.name = _("<indirect child>");
163 child = sym_lookup (&symtab, dest_pc);
166 (unsigned long) dest_pc, child->name,
167 (unsigned long) child->addr));
168 if (child->addr == dest_pc || child->addr == dest_pc - 8)
172 arc_add (parent, child, (unsigned long) 0);
H A Dcg_print.c122 100 * (cyc->cg.prop.self + cyc->cg.prop.child) / print_time,
123 cyc->cg.prop.self / hz, cyc->cg.prop.child / hz, cyc->ncalls);
141 double left_time = left->cg.prop.self + left->cg.prop.child;
142 double right_time = right->cg.prop.self + right->cg.prop.child;
204 "", "", member->cg.prop.self / hz, member->cg.prop.child / hz,
218 /* Compare two arcs to/from the same child/parent.
232 Sym *left_child = left->child;
234 Sym *right_child = right->child;
315 sort_parents (child)
316 Sym * child;
440 Sym *child; local
1037 Sym *child, *parent; local
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/gprof/
H A Di386.c53 Sym *child; local
88 child = sym_lookup (&symtab, destpc);
89 if (child && child->addr == destpc)
96 (unsigned long) destpc, child->name));
97 arc_add (parent, child, (unsigned long) 0);
H A Dmips.c47 Sym *child; local
54 indirect_child.name = _("<indirect child>");
87 child = sym_lookup (&symtab, dest_pc);
90 (unsigned long) dest_pc, child->name,
91 (unsigned long) child->addr));
92 if (child->addr == dest_pc)
96 arc_add (parent, child, (unsigned long) 0);
H A Dsparc.c49 Sym *child; local
82 child = sym_lookup (&symtab, dest_pc);
85 (unsigned long) dest_pc, child->name,
86 (unsigned long) child->addr));
87 if (child->addr == dest_pc)
90 arc_add (parent, child, (unsigned long) 0);
H A Dalpha.c97 Sym *child; local
102 indirect_child.name = _("<indirect child>");
162 child = sym_lookup (&symtab, dest_pc);
165 (unsigned long) dest_pc, child->name,
166 (unsigned long) child->addr));
167 if (child->addr == dest_pc || child->addr == dest_pc - 8)
171 arc_add (parent, child, (unsigned long) 0);
/openbsd-current/gnu/llvm/lld/Common/
H A DTimer.cpp41 for (const auto &child : children)
42 if (child->total > 0)
43 child->print(1, totalDuration);
67 for (const auto &child : children)
68 if (child->total > 0)
69 child->print(depth + 1, totalDuration);
/openbsd-current/regress/lib/libpthread/cancel_wait/
H A Dcancel_wait.c20 pid_t child; variable
33 waitpid(child, &status, 0);
47 wait4(child, &status, 0, NULL);
57 child = fork();
58 if (child == -1)
60 if (child == 0) {
99 kill(child, SIGKILL);
/openbsd-current/gnu/llvm/lldb/examples/synthetic/recognizer_function/
H A Dexample.py17 # Could have used a summary string as well. All the work is done by the child
33 for index, child in enumerate(self.synthetic_children):
34 if child.GetName() == name:
54 child = value.GetChildAtIndex(i)
55 child_name = child.GetName()
61 result.append(self._rename_sbvalue(child))
/openbsd-current/usr.bin/file/
H A Dmagic-dump.c28 struct magic_line *child; local
45 TAILQ_FOREACH(child, &ml->children, entry)
46 magic_dump_line(child, depth + 1);
/openbsd-current/regress/sys/kern/pledge/execpromise/
H A Dexecpromise.c30 int ch, child = 0, s; local
36 child = 1;
45 if (child ==1) {
46 warnx("child");
52 err(24, "child pledge");
68 warnx("execpromise: \"%s\", child pledge: \"%s\"",
/openbsd-current/regress/lib/libpthread/malloc_duel/
H A Dmalloc_duel.c63 pthread_t child[NCHILDS]; local
67 CHECKr(pthread_create(&child[i], NULL, thread, NULL));
72 CHECKr(pthread_join(child[i], NULL));
/openbsd-current/regress/lib/libssl/handshake/
H A Dhandshake_table.c80 struct child { struct
87 static struct child stateinfo[][TLS13_NUM_MESSAGE_TYPES] = {
179 struct child current, struct child end,
180 struct child path[], uint8_t flags, unsigned int depth);
372 unsigned int child; local
381 for (child = 0; stateinfo[start][child].mt != 0; child++) {
382 end = stateinfo[start][child]
430 struct child child = stateinfo[current.mt][i]; local
[all...]

Completed in 318 milliseconds

1234567891011>>