Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/audio/audiorecord/
H A Daudiorecord.c92 static int Append = FALSE; /* append to output file */ variable
240 Append = TRUE; in main()
316 if (Append && (Info != NULL)) { in main()
372 Append = FALSE; in main()
375 (O_RDWR | O_CREAT | (Append ? 0 : O_TRUNC)), 0666); in main()
381 if (Append) { in main()
395 Append = FALSE; in main()
569 if (Append) { in main()
701 if (!Append || (Oldsize != AUDIO_UNKNOWN_SIZE)) { in main()
702 if (Append) in main()
/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioList.cc314 return (Append(obj)); in Insert()
335 Append( in Append() function in AudioList
H A DAudioFile.cc242 GetAccess().Append() && hdrset()) { in OpenPath()
534 if (GetAccess().Append() && (pos < GetLength())) in seekwrite()
/illumos-gate/usr/src/cmd/audio/include/
H A DAudioList.h111 virtual AudioError Append(
H A DAudioTypes.h124 inline Boolean Append() const // TRUE if append only in Append() function
/illumos-gate/usr/src/cmd/cmd-inet/usr.sadm/scripts/
H A Di.ipsecalgs55 # Append the delimiters and entries of this package
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dintpkey.test244 # Do an SQL statement. Append the search count to the end of the result.
H A Dformat3.test251 # Do an SQL statement. Append the search count to the end of the result.
H A Dwhere.test43 # Do an SQL statement. Append the search count to the end of the result.
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c460 int Append = 0, /* Flag set while searching to end of archive */ variable
6048 if ((Args & OCi) || Append) { in rstbuf()
6358 Append = 1; in scan4trail()
6377 Append = 0; in scan4trail()
/illumos-gate/usr/src/cmd/lp/model/
H A Dtsol_standard_foomatic589 # Append the PPD foomatic-rip filter
/illumos-gate/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.
/illumos-gate/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},