mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
No Message Supplied
This commit is contained in:
@@ -119,7 +119,7 @@ main(
|
||||
han_str = argv[optind];
|
||||
|
||||
if (dm_init_service(&name) == -1) {
|
||||
fprintf(stderr, "Can't inititalize the DMAPI\n");
|
||||
fprintf(stderr, "Can't initialize the DMAPI\n");
|
||||
exit(1);
|
||||
}
|
||||
if (sid == DM_NO_SESSION)
|
||||
|
||||
@@ -123,7 +123,7 @@ main(
|
||||
han_str = argv[optind];
|
||||
|
||||
if (dm_init_service(&name) == -1) {
|
||||
fprintf(stderr, "Can't inititalize the DMAPI\n");
|
||||
fprintf(stderr, "Can't initialize the DMAPI\n");
|
||||
exit(1);
|
||||
}
|
||||
if (sid == DM_NO_SESSION)
|
||||
|
||||
@@ -117,7 +117,7 @@ main(
|
||||
pathname = argv[optind];
|
||||
|
||||
if (dm_init_service(&name) == -1) {
|
||||
fprintf(stderr, "Can't inititalize the DMAPI\n");
|
||||
fprintf(stderr, "Can't initialize the DMAPI\n");
|
||||
exit(1);
|
||||
}
|
||||
if (sid == DM_NO_SESSION)
|
||||
|
||||
@@ -131,7 +131,7 @@ main(
|
||||
pathname = argv[optind++];
|
||||
|
||||
if (dm_init_service(&name) == -1) {
|
||||
fprintf(stderr, "Can't inititalize the DMAPI\n");
|
||||
fprintf(stderr, "Can't initialize the DMAPI\n");
|
||||
exit(1);
|
||||
}
|
||||
if (sid == DM_NO_SESSION)
|
||||
|
||||
@@ -106,7 +106,7 @@ main(
|
||||
}
|
||||
|
||||
if (dm_init_service(&name) == -1) {
|
||||
fprintf(stderr, "Can't inititalize the DMAPI\n");
|
||||
fprintf(stderr, "Can't initialize the DMAPI\n");
|
||||
exit(1);
|
||||
}
|
||||
if (sid == DM_NO_SESSION)
|
||||
|
||||
@@ -121,7 +121,7 @@ main(
|
||||
pathname = argv[optind];
|
||||
|
||||
if (dm_init_service(&name) == -1) {
|
||||
fprintf(stderr, "Can't inititalize the DMAPI\n");
|
||||
fprintf(stderr, "Can't initialize the DMAPI\n");
|
||||
exit(1);
|
||||
}
|
||||
if (sid == DM_NO_SESSION)
|
||||
|
||||
@@ -97,7 +97,7 @@ main(
|
||||
string = argv[optind++];
|
||||
|
||||
if (dm_init_service(&name) == -1) {
|
||||
fprintf(stderr, "Can't inititalize the DMAPI\n");
|
||||
fprintf(stderr, "Can't initialize the DMAPI\n");
|
||||
exit(1);
|
||||
}
|
||||
if (sid == DM_NO_SESSION)
|
||||
|
||||
@@ -115,7 +115,7 @@ main(
|
||||
object = argv[optind];
|
||||
|
||||
if (dm_init_service(&name) == -1) {
|
||||
fprintf(stderr, "Can't inititalize the DMAPI\n");
|
||||
fprintf(stderr, "Can't initialize the DMAPI\n");
|
||||
exit(1);
|
||||
}
|
||||
if (sid == DM_NO_SESSION)
|
||||
|
||||
@@ -105,7 +105,7 @@ main(
|
||||
}
|
||||
|
||||
if (dm_init_service(&name)) {
|
||||
fprintf(stderr, "Can't inititalize the DMAPI\n");
|
||||
fprintf(stderr, "Can't initialize the DMAPI\n");
|
||||
return(1);
|
||||
}
|
||||
|
||||
|
||||
@@ -111,7 +111,7 @@ main(
|
||||
dirpath = argv[optind++];
|
||||
|
||||
if (dm_init_service(&name) == -1) {
|
||||
fprintf(stderr, "Can't inititalize the DMAPI\n");
|
||||
fprintf(stderr, "Can't initialize the DMAPI\n");
|
||||
exit(1);
|
||||
}
|
||||
if (sid == DM_NO_SESSION)
|
||||
|
||||
@@ -112,7 +112,7 @@ main(
|
||||
attrnamep = (dm_attrname_t *)argv[optind];
|
||||
|
||||
if (dm_init_service(&name) == -1) {
|
||||
fprintf(stderr, "Can't inititalize the DMAPI\n");
|
||||
fprintf(stderr, "Can't initialize the DMAPI\n");
|
||||
exit(1);
|
||||
}
|
||||
if (sid == DM_NO_SESSION)
|
||||
|
||||
@@ -125,7 +125,7 @@ main(
|
||||
object = argv[optind];
|
||||
|
||||
if (dm_init_service(&name) == -1) {
|
||||
fprintf(stderr, "Can't inititalize the DMAPI\n");
|
||||
fprintf(stderr, "Can't initialize the DMAPI\n");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
||||
@@ -109,7 +109,7 @@ main(
|
||||
sid = atol(argv[optind]);
|
||||
|
||||
if (dm_init_service(&name) == -1) {
|
||||
fprintf(stderr, "Can't inititalize the DMAPI\n");
|
||||
fprintf(stderr, "Can't initialize the DMAPI\n");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
||||
@@ -103,7 +103,7 @@ main(
|
||||
pathname = argv[optind];
|
||||
|
||||
if (dm_init_service(&name) == -1) {
|
||||
fprintf(stderr, "Can't inititalize the DMAPI\n");
|
||||
fprintf(stderr, "Can't initialize the DMAPI\n");
|
||||
exit(1);
|
||||
}
|
||||
if (sid == DM_NO_SESSION)
|
||||
|
||||
@@ -123,7 +123,7 @@ main(
|
||||
pathname = argv[optind++];
|
||||
|
||||
if (dm_init_service(&name) == -1) {
|
||||
fprintf(stderr, "Can't inititalize the DMAPI\n");
|
||||
fprintf(stderr, "Can't initialize the DMAPI\n");
|
||||
exit(1);
|
||||
}
|
||||
if (sid == DM_NO_SESSION)
|
||||
|
||||
@@ -106,7 +106,7 @@ main(
|
||||
pathname = argv[optind++];
|
||||
|
||||
if (dm_init_service(&name) == -1) {
|
||||
fprintf(stderr, "Can't inititalize the DMAPI\n");
|
||||
fprintf(stderr, "Can't initialize the DMAPI\n");
|
||||
exit(1);
|
||||
}
|
||||
if (sid == DM_NO_SESSION)
|
||||
|
||||
@@ -103,7 +103,7 @@ main(
|
||||
sid = atol(argv[optind]);
|
||||
|
||||
if (dm_init_service(&name) == -1) {
|
||||
fprintf(stderr, "Can't inititalize the DMAPI\n");
|
||||
fprintf(stderr, "Can't initialize the DMAPI\n");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
||||
@@ -105,7 +105,7 @@ main(
|
||||
pathname = argv[optind++];
|
||||
|
||||
if (dm_init_service(&name) == -1) {
|
||||
fprintf(stderr, "Can't inititalize the DMAPI\n");
|
||||
fprintf(stderr, "Can't initialize the DMAPI\n");
|
||||
exit(1);
|
||||
}
|
||||
if (sid == DM_NO_SESSION)
|
||||
|
||||
@@ -121,7 +121,7 @@ main(
|
||||
objpath = argv[optind];
|
||||
|
||||
if (dm_init_service(&name)) {
|
||||
fprintf(stderr, "Can't inititalize the DMAPI\n");
|
||||
fprintf(stderr, "Can't initialize the DMAPI\n");
|
||||
return(1);
|
||||
}
|
||||
|
||||
|
||||
@@ -116,7 +116,7 @@ main(
|
||||
object = argv[optind];
|
||||
|
||||
if (dm_init_service(&name) == -1) {
|
||||
fprintf(stderr, "Can't inititalize the DMAPI\n");
|
||||
fprintf(stderr, "Can't initialize the DMAPI\n");
|
||||
exit(1);
|
||||
}
|
||||
if (sid == DM_NO_SESSION)
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user