Searched defs:prefix (Results 1 - 25 of 98) sorted by relevance

1234

/vbox/src/libs/xpcom18a4/xpcom/tests/utils/
H A Dcp.js2 var prefix = ""; variable
H A Dls.js2 var prefix = ""; variable
22 dump(prefix);
47 var old = prefix;
48 prefix = prefix + " ";
55 prefix = old;
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/vmware/
H A Dvmconsole.c48 char prefix[4]; member in struct:__anon15060
51 .prefix = "log ",
92 vmconsole_buffer.prefix, NULL, 0 ) ) <0){
/vbox/src/VBox/Devices/PC/ipxe/src/crypto/
H A Dhash_df.c76 } __attribute__ (( packed )) prefix; local
98 prefix.counter = 1;
109 prefix.no_of_bits_to_return = htonl ( output_len * 8 );
111 digest_update ( hash, context, &prefix.counter,
112 ( sizeof ( prefix ) -
113 offsetof ( typeof ( prefix ), counter ) ) );
118 prefix.counter++;
H A Drsa.c95 /** MD5 digestInfo prefix */
99 /** SHA-1 digestInfo prefix */
103 /** SHA-256 digestInfo prefix */
107 /** MD5 digestInfo prefix */
114 /** SHA-1 digestInfo prefix */
121 /** SHA-256 digestInfo prefix */
129 * Identify RSA prefix
132 * @ret prefix RSA prefix, or NULL
136 struct rsa_digestinfo_prefix *prefix; local
481 struct rsa_digestinfo_prefix *prefix; local
[all...]
/vbox/src/VBox/GuestHost/OpenGL/spu_loader/
H A Dglloader.py521 prefix = "cr" variable
523 prefix = "gl" variable
524 s = '\t\t{ "' + prefix + func_name + '", '
527 s += '"' + prefix + a + '", '
/vbox/src/libs/xpcom18a4/ipc/ipcd/shared/src/
H A DipcLog.cpp104 IPC_InitLog(const char *prefix) argument
110 PL_strncpyz(ipcLogPrefix, prefix, sizeof(ipcLogPrefix));
114 PL_strncpyz(ipcLogPrefix, prefix, sizeof(ipcLogPrefix));
/vbox/src/libs/libxml2-2.6.31/doc/examples/
H A Dxpath1.c149 xmlChar* prefix; local
168 /* find prefix */
169 prefix = next;
186 if(xmlXPathRegisterNs(xpathCtx, prefix, href) != 0) {
187 fprintf(stderr,"Error: unable to register NS with prefix=\"%s\" and href=\"%s\"\n", prefix, href);
224 ns->prefix, ns->href, cur->ns->href, cur->name);
227 ns->prefix, ns->href, cur->name);
/vbox/src/VBox/Installer/linux/debian/
H A Drules50 prefix := $(current)/debian/$(verpkg) macro
72 archdir := $(prefix)/opt/VirtualBox-$(ver)
208 tar -xjC $(prefix)/opt -f $(builddir)/bin/VirtualBox.tar.bz2
210 $(archdir)/scripts/install.sh --package $(package) --root $(prefix) \
211 --prefix /usr $(if $(NOQT),--no-qt) $(if $(ose),--ose) \
214 install -d -g 0 -o 0 $(prefix)/usr/share/doc/$(verpkg)
215 install -d -g 0 -o 0 $(prefix)/usr/share/lintian/overrides
219 $(prefix)/usr/share/lintian/overrides/$(verpkg)
223 $$d/vboxdrv.ko $(prefix)/lib/modules/$$(basename $$d)/misc/vboxdrv.ko; \
225 $$d/vboxnetflt.ko $(prefix)/li
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dipv6.c31 /* Destination prefix */
32 struct in6_addr prefix; member in struct:ipv6_miniroute
48 * @v prefix Destination prefix
54 add_ipv6_miniroute ( struct net_device *netdev, struct in6_addr prefix, argument
63 miniroute->prefix = prefix;
94 * @v prefix Destination prefix
98 int add_ipv6_address ( struct net_device *netdev, struct in6_addr prefix, argument
[all...]
/vbox/debian/
H A Drules44 prefix := $(current)/debian/$(verpkg) macro
56 archdir := $(prefix)/opt/VirtualBox-$(ver)
182 tar -xjC $(prefix)/opt -f $(builddir)/bin/VirtualBox.tar.bz2
184 $(archdir)/scripts/install.sh --package $(package) --root $(prefix) \
185 --prefix /usr $(if $(NOQT),--no-qt) $(if $(ose),--ose) \
188 install -d -g 0 -o 0 $(prefix)/usr/share/doc/$(verpkg)
189 install -d -g 0 -o 0 $(prefix)/usr/share/lintian/overrides
193 $(prefix)/usr/share/lintian/overrides/$(verpkg)
197 $$d/vboxdrv.ko $(prefix)/lib/modules/$$(basename $$d)/misc/vboxdrv.ko; \
199 $$d/vboxnetflt.ko $(prefix)/li
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A Dtrionan.c794 TRIO_ARGS2((prefix, number),
795 TRIO_CONST char *prefix,
799 prefix,
793 print_class(prefix, number), TRIO_CONST char *prefix, double number argument
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dstreambuffer.jar ... .lang.String, java.lang.String) String prefix String localName String qName protected final java.lang. ...
H A Dsaaj-impl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/Efi/
H A Dgetpath.c77 static char prefix[MAXPATHLEN+1]; variable
158 /* Check for the compiled version of prefix. */
410 (prefix), containing the common .py and .pyc files, and the platform
412 modules. Note that prefix and exec_prefix are the same directory
415 Separate searches are carried out for prefix and exec_prefix.
417 file or directory is found. If no prefix or exec_prefix is found, a
433 are performed for prefix and for exec_prefix, but with a different
436 The prefix landmark will always be lib/python.VERSION/os.py and the
442 it points to prefix and exec_prefix. %PYTHONHOME% can be a single
443 directory, which is used for both, or the prefix an
[all...]
/vbox/src/VBox/Main/src-server/
H A DHostDnsService.cpp396 static void dumpHostDnsStrVector(const std::string& prefix, const std::vector<std::string>& v) argument
402 LogRel((" %s %d: %s\n", prefix.c_str(), i, it->c_str()));
404 LogRel((" no %s entries\n", prefix.c_str()));
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dib_packet.h37 union ib_guid prefix; member in struct:ib_gid::__anon15733
47 IB_GUID_ARGS ( &(gid)->s.prefix ), IB_GUID_ARGS ( &(gid)->s.guid )
/vbox/src/libs/xpcom18a4/python/src/loader/
H A Dpyloader.cpp263 void LogMessage(const char *prefix, const char *pszMessageText) argument
268 void LogMessage(const char *prefix, nsACString &text) argument
270 LogMessage(prefix, nsPromiseFlatCString(text).get());
274 static void VLogF(const char *prefix, const char *fmt, va_list argptr) argument
280 LogMessage(prefix, buff);
/vbox/src/libs/zlib-1.2.6/examples/
H A Dgun.c158 the first 256 entries of prefix[] and suffix[] are never used, could
162 unsigned short prefix[65536]; /* index to LZW prefix string */ variable
211 unsigned end; /* last valid entry in prefix/suffix tables */
332 code = prefix[code];
341 prefix[end] = (unsigned short)prev;
/vbox/src/libs/zlib-1.2.6/test/
H A Dinfcover.c184 local void mem_used(z_stream *strm, char *prefix) argument
188 fprintf(stderr, "%s: %lu allocated\n", prefix, zone->total);
192 local void mem_high(z_stream *strm, char *prefix) argument
196 fprintf(stderr, "%s: %lu high water mark\n", prefix, zone->highwater);
200 local void mem_done(z_stream *strm, char *prefix) argument
207 mem_high(strm, prefix);
222 prefix, zone->total, count);
224 fprintf(stderr, "** %s: %d frees not LIFO\n", prefix, zone->notlifo);
227 prefix, zone->rogue);
512 char *prefix; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Ddixstruct.h45 xConnSetupPrefix *prefix; member in struct:__anon6727
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Ddixstruct.h45 xConnSetupPrefix *prefix; member in struct:__anon7042
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Ddixstruct.h48 xConnSetupPrefix *prefix; member in struct:__anon8102
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Ddixstruct.h44 xConnSetupPrefix *prefix; member in struct:__anon8722
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Ddixstruct.h44 xConnSetupPrefix *prefix; member in struct:__anon9034

Completed in 476 milliseconds

1234