Searched refs:box (Results 1 - 25 of 64) sorted by relevance

123

/freebsd-10.0-release/crypto/openssh/
H A Dsandbox-null.c44 struct ssh_sandbox *box; local
50 box = xcalloc(1, sizeof(*box));
51 return box;
55 ssh_sandbox_child(struct ssh_sandbox *box) argument
61 ssh_sandbox_parent_finish(struct ssh_sandbox *box) argument
63 free(box);
67 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) argument
H A Dsandbox-systrace.c83 struct ssh_sandbox *box; local
86 box = xcalloc(1, sizeof(*box));
87 box->systrace_fd = -1;
88 box->child_pid = 0;
89 box->osigchld = signal(SIGCHLD, SIG_IGN);
91 return box;
95 ssh_sandbox_child(struct ssh_sandbox *box) argument
98 signal(SIGCHLD, box->osigchld);
105 ssh_sandbox_parent(struct ssh_sandbox *box, pid_ argument
184 ssh_sandbox_parent_finish(struct ssh_sandbox *box) argument
194 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) argument
[all...]
H A Dsandbox-darwin.c45 struct ssh_sandbox *box; local
52 box = xcalloc(1, sizeof(*box));
53 box->child_pid = 0;
55 return box;
59 ssh_sandbox_child(struct ssh_sandbox *box) argument
86 ssh_sandbox_parent_finish(struct ssh_sandbox *box) argument
88 free(box);
93 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) argument
95 box
[all...]
H A Dsandbox-rlimit.c47 struct ssh_sandbox *box; local
54 box = xcalloc(1, sizeof(*box));
55 box->child_pid = 0;
57 return box;
61 ssh_sandbox_child(struct ssh_sandbox *box) argument
83 ssh_sandbox_parent_finish(struct ssh_sandbox *box) argument
85 free(box);
90 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) argument
92 box
[all...]
H A Dsandbox-seccomp-filter.c137 struct ssh_sandbox *box; local
144 box = xcalloc(1, sizeof(*box));
145 box->child_pid = 0;
147 return box;
188 ssh_sandbox_child(struct ssh_sandbox *box) argument
225 ssh_sandbox_parent_finish(struct ssh_sandbox *box) argument
227 free(box);
232 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) argument
234 box
[all...]
/freebsd-10.0-release/contrib/groff/src/preproc/eqn/
H A Dbox.h24 class box { class
30 box();
32 virtual ~box();
55 box **p;
58 box_list(box *);
60 void append(box *);
67 box *make_script_box(box *, box *, box *);
[all...]
H A Dmark.cpp26 mark_box(box *);
34 box *make_mark_box(box *p)
45 mark_box::mark_box(box *pp) : pointer_box(pp)
76 lineup_box(box *);
84 box *make_lineup_box(box *p)
95 lineup_box::lineup_box(box *pp) : pointer_box(pp)
H A Dover.cpp25 class over_box : public box {
28 box *num;
29 box *den;
31 over_box(int small, box *, box *);
39 box *make_over_box(box *pp, box *qq)
44 box *make_small_over_box(box *p
[all...]
H A Dbox.cpp266 int box::next_uid = 0;
268 box::box() : spacing_type(ORDINARY_TYPE), uid(next_uid++) function in class:box
272 box::~box()
276 void box::top_level()
280 box *b = this;
348 void box::extra_space()
375 int box::compute_metrics(int)
383 void box
[all...]
H A Dspecial.cpp48 special_box(char *, box *);
57 box *make_special_box(char *s, box *p)
62 special_box::special_box(char *s, box *pp) : pointer_box(pp), macro_name(s)
H A Dlimit.cpp24 class limit_box : public box {
26 box *p;
27 box *from;
28 box *to;
30 limit_box(box *, box *, box *);
38 box *make_limit_box(box *pp, box *q
[all...]
H A Dother.cpp26 box *ab;
28 accent_box(box *, box *);
36 box *make_accent_box(box *p, box *q)
41 accent_box::accent_box(box *pp, box *qq) : pointer_box(pp), ab(qq)
84 left edge of the resulting box to the middle of the accentee's box
[all...]
H A Dscript.cpp27 box *sub;
28 box *sup;
30 script_box(box *, box *, box *);
40 /* The idea is that the script should attach to the rightmost box
44 box *make_script_box(box *nuc, box *sub, box *su
[all...]
H A Dsqrt.cpp28 sqrt_box(box *);
35 box *make_sqrt_box(box *pp)
40 sqrt_box::sqrt_box(box *pp) : pointer_box(pp)
H A Ddelim.cpp163 class delim_box : public box {
167 box *p;
169 delim_box(char *, box *, char *);
177 box *make_delim_box(char *l, box *pp, char *r)
190 delim_box::delim_box(char *l, box *pp, char *r)
/freebsd-10.0-release/contrib/dialog/samples/
H A Deditbox12 Hi, this is an edit box. It can be used to edit text from a file.
H A Deditbox210 Hi, this is an edit box. It can be used to edit text from a file.
H A Deditbox412 Hi, this is an edit box. It can be used to edit text from a file.
H A Dtextbox9 Hi, this is a text dialog box. It can be used to display text from a file.
H A Dtextbox29 Hi, this is a text dialog box. It can be used to display text from a file.
H A Deditbox-utf813 Hi, this is a edit box. You can use this to
/freebsd-10.0-release/sys/dev/drm/
H A Dmga_state.c49 struct drm_clip_rect * box)
67 MGA_CXBNDRY, ((box->x2 - 1) << 16) | box->x1,
68 MGA_YTOP, box->y1 * pitch, MGA_YBOT, (box->y2 - 1) * pitch);
527 struct drm_clip_rect *box = &pbox[i]; local
528 u32 height = box->y2 - box->y1;
531 box->x1, box
48 mga_emit_clip_rect(drm_mga_private_t * dev_priv, struct drm_clip_rect * box) argument
628 struct drm_clip_rect *box = &pbox[i]; local
[all...]
H A Dr300_cmdbuf.c61 struct drm_clip_rect box; local
78 (&box, &cmdbuf->boxes[n + i], sizeof(box))) {
83 box.x2--; /* Hardware expects inclusive bottom-right corner */
84 box.y2--;
87 box.x1 = (box.x1) &
89 box.y1 = (box.y1) &
91 box
[all...]
/freebsd-10.0-release/gnu/usr.bin/groff/src/preproc/eqn/
H A DMakefile5 box.cpp limit.cpp list.cpp over.cpp text.cpp \
/freebsd-10.0-release/sys/dev/drm2/radeon/
H A Dr300_cmdbuf.c61 struct drm_clip_rect box; local
78 (&box, &cmdbuf->boxes[n + i], sizeof(box))) {
83 box.x2--; /* Hardware expects inclusive bottom-right corner */
84 box.y2--;
87 box.x1 = (box.x1) &
89 box.y1 = (box.y1) &
91 box
[all...]

Completed in 138 milliseconds

123