Home
last modified time | relevance | path

Searched full:box (Results 1 – 25 of 580) sorted by relevance

12345678910>>...24

/freebsd/crypto/openssh/
H A Dsandbox-solaris.c48 struct ssh_sandbox *box = NULL; in ssh_sandbox_init() local
50 box = xcalloc(1, sizeof(*box)); in ssh_sandbox_init()
53 box->pset = solaris_basic_privset(); in ssh_sandbox_init()
55 if (box->pset == NULL) { in ssh_sandbox_init()
56 free(box); in ssh_sandbox_init()
61 if (priv_delset(box->pset, PRIV_FILE_LINK_ANY) != 0 || in ssh_sandbox_init()
63 priv_delset(box->pset, PRIV_NET_ACCESS) != 0 || in ssh_sandbox_init()
66 priv_delset(box->pset, PRIV_DAX_ACCESS) != 0 || in ssh_sandbox_init()
69 priv_delset(box->pset, PRIV_SYS_IB_INFO) != 0 || in ssh_sandbox_init()
71 priv_delset(box->pset, PRIV_PROC_EXEC) != 0 || in ssh_sandbox_init()
[all …]
H A Dsandbox-systrace.c102 struct ssh_sandbox *box; in ssh_sandbox_init() local
105 box = xcalloc(1, sizeof(*box)); in ssh_sandbox_init()
106 box->systrace_fd = -1; in ssh_sandbox_init()
107 box->child_pid = 0; in ssh_sandbox_init()
108 box->osigchld = ssh_signal(SIGCHLD, SIG_IGN); in ssh_sandbox_init()
110 return box; in ssh_sandbox_init()
114 ssh_sandbox_child(struct ssh_sandbox *box) in ssh_sandbox_child() argument
117 ssh_signal(SIGCHLD, box->osigchld); in ssh_sandbox_child()
124 ssh_sandbox_parent(struct ssh_sandbox *box, pid_t child_pid, in ssh_sandbox_parent() argument
136 ssh_signal(SIGCHLD, box->osigchld); in ssh_sandbox_parent()
[all …]
H A Dsandbox-capsicum.c55 struct ssh_sandbox *box; in ssh_sandbox_init() local
62 box = xcalloc(1, sizeof(*box)); in ssh_sandbox_init()
63 box->monitor = monitor; in ssh_sandbox_init()
64 box->child_pid = 0; in ssh_sandbox_init()
66 return box; in ssh_sandbox_init()
70 ssh_sandbox_child(struct ssh_sandbox *box) in ssh_sandbox_child() argument
103 if (cap_rights_limit(box->monitor->m_recvfd, &rights) < 0 && in ssh_sandbox_child()
107 if (cap_rights_limit(box->monitor->m_log_sendfd, &rights) < 0 && in ssh_sandbox_child()
116 ssh_sandbox_parent_finish(struct ssh_sandbox *box) in ssh_sandbox_parent_finish() argument
118 free(box); in ssh_sandbox_parent_finish()
[all …]
H A Dsandbox-pledge.c47 struct ssh_sandbox *box; in ssh_sandbox_init() local
50 box = xcalloc(1, sizeof(*box)); in ssh_sandbox_init()
51 box->child_pid = 0; in ssh_sandbox_init()
53 return box; in ssh_sandbox_init()
57 ssh_sandbox_child(struct ssh_sandbox *box) in ssh_sandbox_child() argument
64 ssh_sandbox_parent_finish(struct ssh_sandbox *box) in ssh_sandbox_parent_finish() argument
66 free(box); in ssh_sandbox_parent_finish()
71 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth() argument
73 box->child_pid = child_pid; in ssh_sandbox_parent_preauth()
H A Dsandbox-rlimit.c46 struct ssh_sandbox *box; in ssh_sandbox_init() local
53 box = xcalloc(1, sizeof(*box)); in ssh_sandbox_init()
54 box->child_pid = 0; in ssh_sandbox_init()
56 return box; in ssh_sandbox_init()
60 ssh_sandbox_child(struct ssh_sandbox *box) in ssh_sandbox_child() argument
84 ssh_sandbox_parent_finish(struct ssh_sandbox *box) in ssh_sandbox_parent_finish() argument
86 free(box); in ssh_sandbox_parent_finish()
91 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth() argument
93 box->child_pid = child_pid; in ssh_sandbox_parent_preauth()
H A Dsandbox-darwin.c46 struct ssh_sandbox *box; in ssh_sandbox_init() local
53 box = xcalloc(1, sizeof(*box)); in ssh_sandbox_init()
54 box->child_pid = 0; in ssh_sandbox_init()
56 return box; in ssh_sandbox_init()
60 ssh_sandbox_child(struct ssh_sandbox *box) in ssh_sandbox_child() argument
87 ssh_sandbox_parent_finish(struct ssh_sandbox *box) in ssh_sandbox_parent_finish() argument
89 free(box); in ssh_sandbox_parent_finish()
94 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth() argument
96 box->child_pid = child_pid; in ssh_sandbox_parent_preauth()
/freebsd/release/scripts/
H A Datlas-upload.sh34 echo "-b box-name -d 'box description' -f box-to-upload -k api-key -p provider -u user -v version"
42 BOX="${OPTARG}"
67 if [ -z "${BOX}" -o \
77 # Check to see if the box exists or create it
78 …BOXRESULT=$(/usr/local/bin/curl -s "${ATLAS_UPLOAD_URL}/api/v1/box/${USERNAME}/${BOX}?access_token…
83 echo $BOXRESULT | grep "\"name\":\"${BOX}\"" > /dev/null
85 echo "Creating box: ${BOX}"
86 …/usr/local/bin/curl -s ${ATLAS_UPLOAD_URL}/api/v1/boxes -X POST -d "box[name]=${BOX}" -d "access_t…
87 …/usr/local/bin/curl -s ${ATLAS_UPLOAD_URL}/api/v1/box/${USERNAME}/${BOX} -X PUT -d "box[is_private…
88 …/usr/local/bin/curl -s ${ATLAS_UPLOAD_URL}/api/v1/box/${USERNAME}/${BOX} -X PUT -d "box[descriptio…
[all …]
/freebsd/tools/tools/locale/etc/charmaps/
H A DCP866.TXT198 0xb3 0x2502 #BOX DRAWINGS LIGHT VERTICAL
199 0xb4 0x2524 #BOX DRAWINGS LIGHT VERTICAL AND LEFT
200 0xb5 0x2561 #BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE
201 0xb6 0x2562 #BOX DRAWINGS VERTICAL DOUBLE AND LEFT SINGLE
202 0xb7 0x2556 #BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE
203 0xb8 0x2555 #BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE
204 0xb9 0x2563 #BOX DRAWINGS DOUBLE VERTICAL AND LEFT
205 0xba 0x2551 #BOX DRAWINGS DOUBLE VERTICAL
206 0xbb 0x2557 #BOX DRAWINGS DOUBLE DOWN AND LEFT
207 0xbc 0x255d #BOX DRAWINGS DOUBLE UP AND LEFT
[all …]
H A DKOI8-R.TXT176 0x80 0x2500 # BOX DRAWINGS LIGHT HORIZONTAL
177 0x81 0x2502 # BOX DRAWINGS LIGHT VERTICAL
178 0x82 0x250C # BOX DRAWINGS LIGHT DOWN AND RIGHT
179 0x83 0x2510 # BOX DRAWINGS LIGHT DOWN AND LEFT
180 0x84 0x2514 # BOX DRAWINGS LIGHT UP AND RIGHT
181 0x85 0x2518 # BOX DRAWINGS LIGHT UP AND LEFT
182 0x86 0x251C # BOX DRAWINGS LIGHT VERTICAL AND RIGHT
183 0x87 0x2524 # BOX DRAWINGS LIGHT VERTICAL AND LEFT
184 0x88 0x252C # BOX DRAWINGS LIGHT DOWN AND HORIZONTAL
185 0x89 0x2534 # BOX DRAWINGS LIGHT UP AND HORIZONTAL
[all …]
H A DKOI8-U.TXT37 # and capital letters), replacing 8 box-drawing characters. It is still widely
184 0x80 0x2500 # BOX DRAWINGS LIGHT HORIZONTAL
185 0x81 0x2502 # BOX DRAWINGS LIGHT VERTICAL
186 0x82 0x250C # BOX DRAWINGS LIGHT DOWN AND RIGHT
187 0x83 0x2510 # BOX DRAWINGS LIGHT DOWN AND LEFT
188 0x84 0x2514 # BOX DRAWINGS LIGHT UP AND RIGHT
189 0x85 0x2518 # BOX DRAWINGS LIGHT UP AND LEFT
190 0x86 0x251C # BOX DRAWINGS LIGHT VERTICAL AND RIGHT
191 0x87 0x2524 # BOX DRAWINGS LIGHT VERTICAL AND LEFT
192 0x88 0x252C # BOX DRAWINGS LIGHT DOWN AND HORIZONTAL
[all …]
/freebsd/contrib/dialog/samples/
H A Dmsgbox16 $DIALOG --title "MESSAGE BOX" --clear "$@" \
7 --msgbox "Hi, this is a simple message box. You can use this to
8 display any message you like. The box will remain until
9 you press the ENTER key. This box is being displayed
13 $DIALOG --aspect 12 --title "MESSAGE BOX aspect=12" --clear "$@" \
14 --msgbox "Hi, this is a simple message box. You can use this to
15 display any message you like. The box will remain until
16 you press the ENTER key. This box is being displayed
20 $DIALOG --aspect 6 --title "MESSAGE BOX aspect=6" --clear "$@" \
21 --msgbox "Hi, this is a simple message box. You can use this to
[all …]
H A Dmsgbox26 $DIALOG --title "MESSAGE BOX" --trim "$@" \
7 --msgbox "Hi, this is a simple message box. You can use this to
8 display any message you like. The box will remain until
9 you press the ENTER key. This box is being displayed
13 $DIALOG --aspect 12 --title "MESSAGE BOX aspect=12" --trim "$@" \
14 --msgbox "Hi, this is a simple message box. You can use this to
15 display any message you like. The box will remain until
16 you press the ENTER key. This box is being displayed
20 $DIALOG --aspect 6 --title "MESSAGE BOX aspect=6" --trim "$@" \
21 --msgbox "Hi, this is a simple message box. You can use this to
[all …]
H A Ddebian.rc37 # Dialog box color
40 # Dialog box title color
43 # Dialog box border color
64 # Input box color
67 # Input box border color
70 # Search box color
73 # Search box title color
76 # Search box border color
82 # Menu box color
85 # Menu box border color
[all …]
H A Dsourcemage.rc36 # Dialog box color
39 # Dialog box title color
42 # Dialog box border color
63 # Input box color
66 # Input box border color
69 # Search box color
72 # Search box title color
75 # Search box border color
81 # Menu box color
84 # Menu box border color
[all …]
H A Dsuse.rc36 # Dialog box color
39 # Dialog box title color
42 # Dialog box border color
63 # Input box color
66 # Input box border color
69 # Search box color
72 # Search box title color
75 # Search box border color
81 # Menu box color
84 # Menu box border color
[all …]
H A Dwhiptail.rc36 # Dialog box color
39 # Dialog box title color
42 # Dialog box border color
63 # Input box color
66 # Input box border color
69 # Search box color
72 # Search box title color
75 # Search box border color
81 # Menu box color
84 # Menu box border color
[all …]
H A Dslackware.rc36 # Dialog box color
39 # Dialog box title color
42 # Dialog box border color
63 # Input box color
66 # Input box border color
69 # Search box color
72 # Search box title color
75 # Search box border color
81 # Menu box color
84 # Menu box border color
[all …]
/freebsd/contrib/mandoc/
H A Deqn.761 eqn : box | eqn box
71 | \(dqsqrt\(dq box
72 | box pos box
73 | box mark
76 | font box
77 | \(dqsize\(dq text box
240 Draw a line over the preceding box.
242 Set the following box using bold font.
253 Set a single dot over the preceding box.
255 Set two dots (dieresis) over the preceding box.
[all …]
/freebsd/share/doc/psd/02.implement/
H A Dfig2.pic44 A: box invis ht .4i wid 1i "Per-User Open" "File Table"
45 B: box ht .25i with .n at A.s
46 C: box with .n at B.s
47 D: box ht .25i with .n at C.s
51 A: box invis ht .4i wid 1i "Open File" "Table"
52 B: box ht .25i with .n at A.s
53 C: box with .n at B.s
54 D: box ht .25i with .n at C.s
58 A: box invis ht .4i wid 1i "Active I-node" "Table"
59 B: box ht .25i with .n at A.s
[all …]
H A Dfig1.pic44 T: box invis ht .2i "Process Table"; move down .125i
45 A: box ht .25i; down
46 PTE: box "Process" "Table" "Entry"; down
47 C: box ht .25i
51 T: box invis ht .2i "Text Table"; move down .125i
52 A: box ht .25i; down
53 TTE: box "Text" "Table" "Entry"; down
54 C: box ht .25i
63 SDS: box "System" "Data" "Segment" ; move down .5i from SDS.n ;
64 UDS: box ht 0.75i "User" "Data" "Segment"
[all …]
/freebsd/release/
H A DMakefile.vagrant7 # make vagrant-box WITH_VMIMAGES=y WITH_CLOUDWARE=y \
67 CLEANFILES+= vagrant-do-package-${PROVIDER} ${VAGRANT_TARGET}.${PROVIDER}.box
74 ${VAGRANT_TARGET}.${PROVIDER}.box: ${PROVIDER} cw-vagrant-${PROVIDER} vagrant-create-${PROVIDER}-metadata
75 @echo "==> PACKAGING: ${VAGRANT_TARGET}.${PROVIDER}.box in `pwd`"
79 @(cd ${.OBJDIR}/${PROVIDER} && tar -czf ../${VAGRANT_TARGET}.${PROVIDER}.box metadata.json box.ovf vagrant.vmdk)
82 @(cd ${.OBJDIR}/${PROVIDER} && tar -czf ../${VAGRANT_TARGET}.${PROVIDER}.box metadata.json vagrant.vmx vagrant.vmdk)
86 vagrant-do-upload-${PROVIDER}: vagrant-box
88 ${.CURDIR}/scripts/atlas-upload.sh -b ${TYPE}-${REVISION}-${BRANCH} -f ${VAGRANT_TARGET}.${PROVIDER}.box -p ${PROVIDER} -k ${VAGRANT_KEY} -u ${VAGRANT_USERNAME} -v ${VAGRANT_VERSION}
90 ${.CURDIR}/scripts/atlas-upload.sh -b ${TYPE}-${REVISION}-${BRANCH} -f ${VAGRANT_TARGET}.${PROVIDER}.box
[all...]
/freebsd/crypto/heimdal/doc/doxyout/gssapi/html/
H A Dgraph_legend.dot5 …Node9 [shape="box",label="Inherited",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",fillcolo…
7 …Node10 [shape="box",label="PublicBase",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color=…
9 …Node11 [shape="box",label="Truncated",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color="…
11 …Node13 [shape="box",label="ProtectedBase",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",col…
13 …Node14 [shape="box",label="PrivateBase",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color…
15 …Node15 [shape="box",label="Undocumented",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",colo…
17 …Node16 [shape="box",label="Templ< int >",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",colo…
19 …Node17 [shape="box",label="Templ< T >",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color=…
21 …Node18 [shape="box",label="Used",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color="black…
/freebsd/crypto/heimdal/doc/doxyout/hcrypto/html/
H A Dgraph_legend.dot5 …Node9 [shape="box",label="Inherited",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",fillcolo…
7 …Node10 [shape="box",label="PublicBase",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color=…
9 …Node11 [shape="box",label="Truncated",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color="…
11 …Node13 [shape="box",label="ProtectedBase",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",col…
13 …Node14 [shape="box",label="PrivateBase",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color…
15 …Node15 [shape="box",label="Undocumented",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",colo…
17 …Node16 [shape="box",label="Templ< int >",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",colo…
19 …Node17 [shape="box",label="Templ< T >",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color=…
21 …Node18 [shape="box",label="Used",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color="black…
/freebsd/crypto/heimdal/doc/doxyout/hdb/html/
H A Dgraph_legend.dot5 …Node9 [shape="box",label="Inherited",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",fillcolo…
7 …Node10 [shape="box",label="PublicBase",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color=…
9 …Node11 [shape="box",label="Truncated",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color="…
11 …Node13 [shape="box",label="ProtectedBase",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",col…
13 …Node14 [shape="box",label="PrivateBase",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color…
15 …Node15 [shape="box",label="Undocumented",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",colo…
17 …Node16 [shape="box",label="Templ< int >",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",colo…
19 …Node17 [shape="box",label="Templ< T >",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color=…
21 …Node18 [shape="box",label="Used",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color="black…
/freebsd/crypto/heimdal/doc/doxyout/hx509/html/
H A Dgraph_legend.dot5 …Node9 [shape="box",label="Inherited",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",fillcolo…
7 …Node10 [shape="box",label="PublicBase",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color=…
9 …Node11 [shape="box",label="Truncated",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color="…
11 …Node13 [shape="box",label="ProtectedBase",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",col…
13 …Node14 [shape="box",label="PrivateBase",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color…
15 …Node15 [shape="box",label="Undocumented",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",colo…
17 …Node16 [shape="box",label="Templ< int >",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",colo…
19 …Node17 [shape="box",label="Templ< T >",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color=…
21 …Node18 [shape="box",label="Used",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color="black…

12345678910>>...24