search for: 18418aa

Displaying 7 results from an estimated 7 matches for "18418aa".

2016 Feb 21
2
[PATCH] added ntfscat_i api
...close (fp) != 0) { + fprintf (stderr, "pclose: %ld: %m\n", inode); + send_file_end (1); /* Cancel. */ + return -1; + } + + if (send_file_end (0)) /* Normal end of file. */ + return -1; + + return 0; +} diff --git a/generator/actions.ml b/generator/actions.ml index eb45392..18418aa 100644 --- a/generator/actions.ml +++ b/generator/actions.ml @@ -12891,6 +12891,21 @@ This is equivalent to C<sgdisk -e>. See also L<sgdisk(8)>." }; + { defaults with + name = "ntfscat_i"; added = (1, 33, 12); + style = RErr, [Mountable "device"; Int64...
2016 Feb 29
2
[PATCH 1/2] added ntfscat_i api
...close (fp) != 0) { + fprintf (stderr, "pclose: %ld: %m\n", inode); + send_file_end (1); /* Cancel. */ + return -1; + } + + if (send_file_end (0)) /* Normal end of file. */ + return -1; + + return 0; +} diff --git a/generator/actions.ml b/generator/actions.ml index eb45392..18418aa 100644 --- a/generator/actions.ml +++ b/generator/actions.ml @@ -12891,6 +12891,21 @@ This is equivalent to C<sgdisk -e>. See also L<sgdisk(8)>." }; + { defaults with + name = "ntfscat_i"; added = (1, 33, 2); + style = RErr, [Mountable "device"; Int64...
2016 Feb 22
2
Re: [PATCH] added ntfscat_i api
...file_end (1); /* Cancel. */ >> + return -1; >> + } >> + >> + if (send_file_end (0)) /* Normal end of file. */ >> + return -1; >> + >> + return 0; >> +} >> diff --git a/generator/actions.ml b/generator/actions.ml >> index eb45392..18418aa 100644 >> --- a/generator/actions.ml >> +++ b/generator/actions.ml >> @@ -12891,6 +12891,21 @@ This is equivalent to C<sgdisk -e>. >> >> See also L<sgdisk(8)>." }; >> >> + { defaults with >> + name = "ntfscat_i"; added...
2016 Feb 22
0
Re: [PATCH] added ntfscat_i api
...%ld: %m\n", inode); > + send_file_end (1); /* Cancel. */ > + return -1; > + } > + > + if (send_file_end (0)) /* Normal end of file. */ > + return -1; > + > + return 0; > +} > diff --git a/generator/actions.ml b/generator/actions.ml > index eb45392..18418aa 100644 > --- a/generator/actions.ml > +++ b/generator/actions.ml > @@ -12891,6 +12891,21 @@ This is equivalent to C<sgdisk -e>. > > See also L<sgdisk(8)>." }; > > + { defaults with > + name = "ntfscat_i"; added = (1, 33, 12); > + style...
2016 Feb 29
0
[PATCH 2/2] added ntfscat_i tests
...tests/network/Makefile tests/ntfsclone/Makefile + tests/ntfscat/Makefile tests/parallel/Makefile tests/protocol/Makefile tests/qemu/Makefile diff --git a/generator/actions.ml b/generator/actions.ml index 18418aa..0c71389 100644 --- a/generator/actions.ml +++ b/generator/actions.ml @@ -12892,10 +12892,11 @@ This is equivalent to C<sgdisk -e>. See also L<sgdisk(8)>." }; { defaults with - name = "ntfscat_i"; added = (1, 33, 2); + name = "ntfscat_i"; added = (1,...
2016 Feb 22
0
Re: [PATCH] added ntfscat_i api
...t;+ return -1; > >>+ } > >>+ > >>+ if (send_file_end (0)) /* Normal end of file. */ > >>+ return -1; > >>+ > >>+ return 0; > >>+} > >>diff --git a/generator/actions.ml b/generator/actions.ml > >>index eb45392..18418aa 100644 > >>--- a/generator/actions.ml > >>+++ b/generator/actions.ml > >>@@ -12891,6 +12891,21 @@ This is equivalent to C<sgdisk -e>. > >> > >> See also L<sgdisk(8)>." }; > >> > >>+ { defaults with > >>+ n...
2016 Feb 22
2
Re: [PATCH] added ntfscat_i api
...} >>>> + >>>> + if (send_file_end (0)) /* Normal end of file. */ >>>> + return -1; >>>> + >>>> + return 0; >>>> +} >>>> diff --git a/generator/actions.ml b/generator/actions.ml >>>> index eb45392..18418aa 100644 >>>> --- a/generator/actions.ml >>>> +++ b/generator/actions.ml >>>> @@ -12891,6 +12891,21 @@ This is equivalent to C<sgdisk -e>. >>>> >>>> See also L<sgdisk(8)>." }; >>>> >>>> + { default...