| /src/sys/external/isc/libsodium/dist/dist-build/ |
| emscripten.sh | 33 elif [ "x$1" = "x--browser-tests" ]; then 37 export DONE_FILE="$(pwd)/js-tests-browser.done" 51 echo "<build_type> := --standard | --sumo | --browser-tests | --tests" 142 mkdir -p browser && \ 143 rm -f browser/tests.txt && \ 145 fgrep -v "#! /usr/bin/env ${NODE}" "$file" > "browser/${file}" 147 cp -f "${tname}.exp" "browser/${tname}.exp" 148 sed "s/{{tname}}/${tname}/" index.html.tpl > "browser/${tname}.html" 149 echo "${tname}.html" >> "browser/tests.txt"
|
| /src/external/bsd/wpa/dist/hs20/client/ |
| Makefile | 43 OBJS += ../../src/utils/browser-system.o 45 OBJS += ../../src/utils/browser.o
|
| Android.mk | 40 #OBJS += ../../src/utils/browser-android.c 41 OBJS += ../../src/utils/browser-wpadebug.c
|
| /src/external/bsd/libpcap/dist/testprogs/ |
| visopts.py | 25 6. Open the URL at the 3rd line in a browser. 210 <a id="lsvglink" target="_blank">open this svg in browser</a> 215 <a id="rsvglink" target="_blank">open this svg in browser</a>
|
| /src/external/bsd/unbound/dist/pythonmod/examples/ |
| avahi-resolver.py | 223 # record browser and do our own signal matching and dispatching via 248 self.browser = sysbus.get('.Avahi', self.browser_path) 258 self.browser.Free()
|
| /src/external/bsd/unbound/dist/winrc/ |
| unbound-control-setup.cmd | 154 rem "%SSL_PROGRAM%" pkcs12 -export -in %CTL_BASE%_trust.pem -inkey %CTL_BASE%.key -name "unbound remote control client cert" -out %CTL_BASE%_browser.pfx -password "pass:" || echo could not create browser certificate && exit 1
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| process.d | 4362 * Start up the browser and set it to viewing the page at url. 4390 const(char)* browser = (() @trusted => core.stdc.stdlib.getenv("BROWSER"))(); 4391 if (browser) 4394 browser = (() @trusted => strdup(browser))(); 4395 args[0] = browser; 4405 //args[0] = "x-www-browser"; // doesn't work on some systems 4423 if (browser) 4425 (() @trusted => free(cast(void*) browser))(); [all...] |
| /src/external/bsd/jemalloc/dist/bin/ |
| jeprof.in | 256 Displays annotated call-graph in web browser 651 # to an already running browser instance and then exit. 654 # browser has time to load it first. 799 # Works best if the browser is already running. 801 "/etc/alternatives/gnome-www-browser", 802 "/etc/alternatives/x-www-browser", 812 print STDERR "Could not load web browser.\n"; 1050 Like GV, but displays profile in your web browser instead of using 1051 Ghostview. Works best if your web browser is already running. 1052 To change the browser that gets used [all...] |
| /src/external/bsd/jemalloc.old/dist/bin/ |
| jeprof.in | 253 Displays annotated call-graph in web browser 636 # to an already running browser instance and then exit. 639 # browser has time to load it first. 784 # Works best if the browser is already running. 786 "/etc/alternatives/gnome-www-browser", 787 "/etc/alternatives/x-www-browser", 797 print STDERR "Could not load web browser.\n"; 1035 Like GV, but displays profile in your web browser instead of using 1036 Ghostview. Works best if your web browser is already running. 1037 To change the browser that gets used [all...] |
| /src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/ |
| dnssdutil.c | 6354 ServiceBrowserRef browser; // Service browser. member in struct:__anon3598 6355 ServiceBrowserResults * results; // Results from the service browser. 6481 &context->browser ); 6484 ServiceBrowserSetUseNewGAI( context->browser, gBrowseAll_UseNewGAI ? true : false ); 6485 ServiceBrowserSetValidateResults( context->browser, context->validateResults ); 6489 err = ServiceBrowserAddServiceType( context->browser, gBrowseAll_ServiceTypes[ i ] ); 6492 ServiceBrowserSetCallback( context->browser, _BrowseAllServiceBrowserCallback, context ); 6493 ServiceBrowserStart( context->browser ); 6507 check( !inContext->browser ); 16621 ServiceBrowserRef browser; \/\/ Service browser. member in struct:__anon3616 37920 ServiceBrowserRef browser; \/\/ Pointer to parent service browser. member in struct:SBDomain 37936 ServiceBrowserRef browser; \/\/ Pointer to parent service browser. member in struct:SBServiceBrowse 37946 ServiceBrowserRef browser; \/\/ Pointer to parent service browser. member in struct:SBServiceInstance [all...] |
| /src/external/apache2/mDNSResponder/dist/mDNSShared/ |
| uds_daemon.c | 3269 // Special support to enable the DNSServiceBrowse call made by Bonjour Browser 3270 // Remove after Bonjour Browser is updated to use DNSServiceQueryRecord instead of DNSServiceBrowse 7870 for (b = req->u.browser.browsers; b; b=b->next) 7872 LogMemCorruption("UDS req->u.browser.browsers: %p is garbage", b);
|