HomeSort by: relevance | last modified time | path
    Searched defs:append (Results 1 - 11 of 11) sorted by relevancy

  /src/usr.bin/sort/
append.c 1 /* $NetBSD: append.c,v 1.23 2009/11/06 18:34:22 joerg Exp $ */
66 __RCSID("$NetBSD: append.c,v 1.23 2009/11/06 18:34:22 joerg Exp $");
75 append(RECHEADER **keylist, int nelem, FILE *fp, put_func_t put) function
  /src/games/atc/
list.c 67 append(LIST *l, PLANE *p) function
  /src/usr.bin/tee/
tee.c 72 int append, ch, exitval; local
78 append = 0;
82 append = 1;
101 if ((fd = open(*argv, append ? O_WRONLY|O_CREAT|O_APPEND :
  /src/usr.bin/mail/
quit.c 86 #ifndef APPEND
107 #ifdef APPEND
268 _Bool append; local
332 #ifdef APPEND
422 * If he has specified "append" don't copy his mailbox,
428 append = value(ENAME_APPEND) != NULL;
429 if (!append) {
487 if (!append)
501 if (!append) {
fio.c 158 message_init(&nmessage[nmsgCount], (off_t)0, 0); /* append a dummy */
166 * Append the passed message descriptor onto the temp file.
170 append(struct message *mp, FILE *f) function
227 if (append(&this, mestmp))
250 if (append(&this, mestmp))
  /src/usr.bin/ktrace/
ktrace.c 83 int block, append, ch, fd, trset, ops, pid, pidset, synclog, trpoints; local
92 append = ops = pidset = trset = synclog = 0;
109 append = 1;
233 (append ? 0 : O_TRUNC) | (synclog ? 0 : O_SYNC),
  /src/bin/pax/
ar_subs.c 77 * the user: list, append, read ...
570 * if this is not append, and there are no files, we do no write a trailer
733 * append()
755 append(void) function
767 * Do not allow an append operation if the actual archive is of a
794 * to the archive. When we append, we run the risk that newly added
846 * read phase of append will cause newly appended files with a
1298 "Unable to append, archive header flaw");
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_printf.cc 349 void InternalScopedString::append(const char *format, ...) { function in class:__sanitizer::InternalScopedString
  /src/sys/arch/hppa/include/
som.h 91 u_int append : 1; member in struct:som_exec_aux
  /src/usr.sbin/makemandb/
apropos-utils.c 158 /* Append a space at the end of dst */
783 #define append(a) \ macro
794 append("<");
797 append(">");
800 append(""");
808 append("&");
810 append("&");
813 append("<b>");
816 append("</b>");
makemandb.c 97 static void append(secbuff *sbuff, const char *src);
983 * pmdoc_parse_section to append it.
1069 * mdoc_parse_section to append the data to the section specific buffer.
1109 * 2. string is the string which we need to append to the secbuff for this
1125 append(&rec->lib, string);
1128 append(&rec->return_vals, string);
1131 append(&rec->env, string);
1134 append(&rec->files, string);
1137 append(&rec->exit_status, string);
1140 append(&rec->diagnostics, string)
2054 append(secbuff *sbuff, const char *src) function
    [all...]

Completed in 21 milliseconds