Searched defs:Append (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/audio/audiorecord/
H A Daudiorecord.c88 static int Append = FALSE; /* append to output file */ variable
236 Append = TRUE;
312 if (Append && (Info != NULL)) {
368 Append = FALSE;
371 (O_RDWR | O_CREAT | (Append ? 0 : O_TRUNC)), 0666);
377 if (Append) {
391 Append = FALSE;
439 MGET("%s: Append is not supported "
565 if (Append) {
697 if (!Append || (Oldsiz
[all...]
/illumos-gate/usr/src/cmd/audio/include/
H A DAudioTypes.h124 inline Boolean Append() const // TRUE if append only function in class:FileAccess
/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioList.cc315 // Append extent to end of list
316 return (Append(obj));
335 // Append an entry to a list
337 Append( function in class:AudioList
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c451 int Append = 0, /* Flag set while searching to end of archive */ variable
6037 if ((Args & OCi) || Append) {
6347 Append = 1;
6366 Append = 0;
8095 * Append size amount of data from buf to the archive.

Completed in 79 milliseconds