OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:displayfd
(Results
1 - 2
of
2
) sorted by null
/external/libxkbcommon/xkbcommon/test/
x11comp.c
44
char
displayfd
[128], display[128];
local
48
char *xvfb_argv[] = { "Xvfb", "-
displayfd
",
displayfd
, NULL };
57
* display number to an fd passed with -
displayfd
once it's
71
ret = snprintf(
displayfd
, sizeof(
displayfd
), "%d", pipefds[1]);
72
assert(ret >= 0 && ret < sizeof(
displayfd
));
/external/selinux/sandbox/
sandboxX.sh
23
(/usr/bin/Xephyr -resizeable -title "$TITLE" -terminate -screen $SCREENSIZE -dpi $DPI -nolisten tcp -
displayfd
5 5>&1 2>/dev/null) | while read D; do
Completed in 88 milliseconds