OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unique_tag
(Results
1 - 2
of
2
) sorted by null
/external/libvncserver/x11vnc/misc/
desktop.cgi
378
my $
unique_tag
= '';
519
$
unique_tag
= $2;
810
if ($enable_unique_tags && $
unique_tag
ne '' && $
unique_tag
=~ /^\w+$/) {
811
$extra .= " -env FD_TAG='$
unique_tag
'";
[
all
...]
/external/libvncserver/x11vnc/
appshare.c
276
static char
unique_tag
[100];
variable
449
x11vnc, id_opt, win, use_forever ? "-forever" : "-once", timeo,
unique_tag
);
637
sprintf(cmd, "(sleep 3; pkill -TERM -f '%s') &",
unique_tag
);
[
all
...]
Completed in 545 milliseconds