Searched refs:keep (Results 1 - 18 of 18) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/hci/commands/
H A Dimage_trust_cmd.c88 int keep; member in struct:imgverify_options
95 OPTION_DESC ( "keep", 'k', no_argument,
96 struct imgverify_options, keep, parse_flag ),
102 "[--signer <signer>] [--keep] <uri|image> "
148 /* Discard signature unless --keep was specified */
149 if ( ! opts.keep )
H A Dsanboot_cmd.c44 int keep; member in struct:sanboot_options
53 OPTION_DESC ( "keep", 'k', no_argument,
54 struct sanboot_options, keep, parse_flag ),
65 "[--drive <drive>] [--no-describe] [--keep] "
116 if ( opts.keep )
H A Dmenu_cmd.c200 int keep; member in struct:choose_options
211 OPTION_DESC ( "keep", 'k', no_argument,
212 struct choose_options, keep, parse_flag ),
219 "[--timeout <timeout>] [--keep] <setting>" );
263 if ( ! opts.keep )
/vbox/src/libs/libpng-1.2.8/
H A Dpngwrite.c21 * the chunk, as that will keep the code from breaking if you want to just
106 int keep=png_handle_as_unknown(png_ptr, up->name); local
107 if (keep != PNG_HANDLE_CHUNK_NEVER &&
110 ((up->name[3] & 0x20) || keep == PNG_HANDLE_CHUNK_ALWAYS ||
270 int keep=png_handle_as_unknown(png_ptr, up->name); local
271 if (keep != PNG_HANDLE_CHUNK_NEVER &&
274 ((up->name[3] & 0x20) || keep == PNG_HANDLE_CHUNK_ALWAYS ||
370 int keep=png_handle_as_unknown(png_ptr, up->name); local
371 if (keep != PNG_HANDLE_CHUNK_NEVER &&
373 ((up->name[3] & 0x20) || keep
[all...]
H A Dpngset.c1057 png_set_keep_unknown_chunks(png_structp png_ptr, int keep, png_bytep argument
1064 if(keep == PNG_HANDLE_CHUNK_ALWAYS || keep == PNG_HANDLE_CHUNK_IF_SAFE)
1069 if(keep == PNG_HANDLE_CHUNK_ALWAYS)
1090 *p=(png_byte)keep;
H A Dpng.h631 * be changed for as long as possible to keep compatibility with applications
1754 * Weights are factors >= 1.0, indicating how important it is to keep the
2342 keep = 0: follow default behavour
2343 = 1: do not keep
2344 = 2: keep only if safe-to-copy
2345 = 3: keep even if unsafe-to-copy
2348 png_ptr, int keep, png_bytep chunk_list, int num_chunks));
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dbigfile.c140 PRBool keep = PR_FALSE; local
163 case 'k': /* keep file */
164 keep = PR_TRUE;
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/
H A Dxptcinvoke_asm_ppc_rhapsody.s53 ; 8 to keep stack 16-byte aligned
73 clrrwi r1,r1,4 ; keep the stack 16-byte aligned
H A Dxptcstubs_asm_openvms_alpha.s58 ; here to keep the assembler happy.
/vbox/src/VBox/Runtime/common/string/
H A Dmemmove.asm62 %if 1 ; keep it simple for now.
/vbox/src/VBox/HostDrivers/Support/
H A DSUPLibTracerA.asm190 mov [xSP + SUPTRACERUMODFIREPROBE.In + SUPDRVTRACERUSRCTX32.u.X86.uVtgProbeLoc], xCX ; keep, used below.
/vbox/src/VBox/Installer/linux/debian/
H A Drules283 dh_strip --keep-debug --exclude=libQtCoreVBox.so.4 --exclude=libQtGuiVBox.so.4 --exclude=libQtNetworkVBox.so.4 --exclude=libQtOpenGLVBox.so.4 --exclude=libqtaccessiblewidgets.so
/vbox/debian/
H A Drules252 dh_strip --keep-debug --exclude=libQtCoreVBox.so.4 --exclude=libQtGuiVBox.so.4 --exclude=libQtNetworkVBox.so.4 --exclude=libQtOpenGLVBox.so.4 --exclude=libqtaccessiblewidgets.so
/vbox/src/VBox/Devices/PC/ipxe/src/net/80211/
H A Dnet80211.c53 * This is used to keep beacon signal strengths in a parallel queue to
641 * @v enable Whether to keep management frames
1488 * don't want to keep around wasting memory.
1679 /* Didn't time out - let it keep going */
2444 int keep = 0; local
2498 keep = 1;
2519 if ( ! keep )
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Docidl.idl197 [propput] HRESULT KeepOriginalFormat( [in] BOOL keep );
/vbox/src/VBox/VMM/VMMR0/
H A DCPUMR0A.asm315 sub rsp, 20h ; Only need 1ch bytes but keep stack aligned otherwise we #GP(0).
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Docidl.idl197 [propput] HRESULT KeepOriginalFormat( [in] BOOL keep );
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-tools.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/istack/ ...

Completed in 131 milliseconds