Searched defs:keep (Results 1 - 8 of 8) sorted by relevance
/vbox/src/VBox/Devices/PC/ipxe/src/hci/commands/ |
H A D | image_trust_cmd.c | 88 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 D | sanboot_cmd.c | 44 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 D | menu_cmd.c | 200 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/xpcom18a4/nsprpub/pr/tests/ |
H A D | bigfile.c | 140 PRBool keep = PR_FALSE; local 163 case 'k': /* keep file */ 164 keep = PR_TRUE;
|
/vbox/src/libs/libpng-1.2.8/ |
H A D | pngwrite.c | 21 * 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 D | pngset.c | 1057 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;
|
/vbox/src/VBox/Devices/PC/ipxe/src/net/80211/ |
H A D | net80211.c | 53 * 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/Main/webservice/jaxlibs/ |
H A D | jaxws-tools.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/istack/ ... |
Completed in 66 milliseconds