Home
last modified time | relevance | path

Searched refs:Append (Results 1 – 14 of 14) sorted by relevance

/titanic_41/usr/src/cmd/audio/audiorecord/
H A Daudiorecord.c88 static int Append = FALSE; /* append to output file */ variable
236 Append = TRUE; in main()
312 if (Append && (Info != NULL)) { in main()
368 Append = FALSE; in main()
371 (O_RDWR | O_CREAT | (Append ? 0 : O_TRUNC)), 0666); in main()
377 if (Append) { in main()
391 Append = FALSE; in main()
565 if (Append) { in main()
697 if (!Append || (Oldsize != AUDIO_UNKNOWN_SIZE)) { in main()
698 if (Append) in main()
/titanic_41/usr/src/cmd/audio/utilities/
H A DAudioList.cc316 return (Append(obj)); in Insert()
337 Append( in Append() function in AudioList
H A DAudioFile.cc247 GetAccess().Append() && hdrset()) { in OpenPath()
539 if (GetAccess().Append() && (pos < GetLength())) in seekwrite()
/titanic_41/usr/src/cmd/audio/include/
H A DAudioList.h113 virtual AudioError Append(
H A DAudioTypes.h124 inline Boolean Append() const // TRUE if append only in Append() function
/titanic_41/usr/src/cmd/cmd-inet/usr.sadm/scripts/
H A Di.ipsecalgs55 # Append the delimiters and entries of this package
/titanic_41/usr/src/psm/stand/bootblks/common/
H A Dutil.fth52 \ Append str1 to the end of str2
/titanic_41/usr/src/lib/libsqlite/test/
H A Dintpkey.test246 # Do an SQL statement. Append the search count to the end of the result.
H A Dformat3.test253 # Do an SQL statement. Append the search count to the end of the result.
H A Dwhere.test45 # Do an SQL statement. Append the search count to the end of the result.
/titanic_41/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) { in rstbuf()
6347 Append = 1; in scan4trail()
6366 Append = 0; in scan4trail()
/titanic_41/usr/src/cmd/lp/model/
H A Dtsol_standard_foomatic589 # Append the PPD foomatic-rip filter
/titanic_41/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex210 % Append this vertical mode material after the current line in the output.
5541 % Append \endinput to make sure that TeX does not see the ending newline.
6594 % Append the tokens #2 to the definition of macro #1, not expanding either.
/titanic_41/usr/src/grub/grub-0.97/
H A DChangeLog2857 * stage2/bios.c (get_diskinfo): Append 16 bytes dummy data to
3322 * stage2/builtins.c (setup_func): Append "... " to the
4682 * netboot/fsys_tftp.c (tftp_dir): Append "0\0" to the request
5052 * util/grub-install.in (root_device): Append `/' to ${rootdir},