search for: printh

Displaying 6 results from an estimated 6 matches for "printh".

Did you mean: printk
2014 Jun 22
2
[PATCH] utils/isohybrid.c: usage text change, s/AFP/APM/
...iling Protocol Reported-by: Thomas Schmitt <scdbackup at gmx.net> --- utils/isohybrid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/isohybrid.c b/utils/isohybrid.c index 05afd29..15f63fc 100644 --- a/utils/isohybrid.c +++ b/utils/isohybrid.c @@ -236,7 +236,7 @@ printh(void) printf(FMT, " -t --type", "Specify partition type (default 0x17)"); printf(FMT, " -i --id", "Specify MBR ID (default random)"); printf(FMT, " -u --uefi", "Build EFI bootable image"); - printf(FMT, " -m...
2014 Jun 22
16
Announcing a patch series for isohybrid.c
Hi, following will be 6 patch proposals for isohybrid.c 1: Encode GPT partition names as UTF-16LE 2: Correct blocking factor in APM partition block counts 3: Correct end block address of first GPT partition 4: Write GPT backup to the very end of the image 5: Change all fseek(3) to fseeko(3) 6: Introduce option --mbr and make isohybrid.c compilable standalone If the form needs adjustments,
2011 Jun 11
1
isohybrid.c patch: to support hex parameters
...he current git repository and below is the patch(also attached) to fix this issue. Could you please have a look at it and sign off this change? === diff --git a/utils/isohybrid.c b/utils/isohybrid.c index 7ee9a7f..8a60531 100644 --- a/utils/isohybrid.c +++ b/utils/isohybrid.c @@ -108,6 +108,7 @@ printh(void) ?int ?check_option(int argc, char *argv[]) ?{ +??? char *err = NULL; ???? int n = 0, ind = 0; ? ???? const char optstr[] = ":h:s:e:o:t:i:fcp?vV"; @@ -135,32 +136,38 @@ check_option(int argc, char *argv[]) ???????? switch (n) ???????? { ???????? case 'h': -??????????? if (!ss...
2014 Jun 21
3
isohybrid has 2 variants
I'm going to get the hang of this mailing list eventually. Apologies for any duplicate emails.. >Ian Bannerman: >> While I did know the .exe variant was not official / untrusted, >Is there a special reason for this ? (Except the known bugs which affect Linux binaries, too.) Not really. I had never found a convincing source for it and had seen previous list entries like this
2004 Jun 02
1
Manova and contrasts
...model X1 X2 = TRA; contrast 'TESTE vs TURFE' TRA 1 -1 0; contrast 'TESTE vs TURNA' TRA 1 0 -1; contrast 'TURFE vs TURNA' TRA 0 1 -1; contrast 'Ho:TESTE=TURFE=TURNA' TRA 1 1 -2, TRA 1 -1 0; manova h=TRA / printe printh; run; OUTPUT (some parts were removed) ... Dependent Variable: X1 Source DF Sum of Squares Mean Square F Value Pr > F Model 2 7.24764000 3.62382000 94.96 0.0001 Error 12...
2011 Aug 05
3
isolinux: Generate GPT and Mac bootable images
...boot_load2; + uint32_t boot_entry; + uint32_t boot_entry2; + uint32_t boot_cksum; + char processor[16]; /* Contains 680x0, x=0,2,3,4; or empty */ + uint32_t driver_sig; + char _padding[372]; +}; void @@ -89,6 +234,8 @@ printh(void) printf(FMT, " -o --offset", "Specify partition offset (default 0)"); printf(FMT, " -t --type", "Specify partition type (default 0x17)"); printf(FMT, " -i --id", "Specify MBR ID (default random)"); + printf(FMT...