HomeSort by: relevance | last modified time | path
    Searched defs:append (Results 1 - 12 of 12) 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 in typeref:typename:void
  /src/games/atc/
list.c 67 append(LIST *l, PLANE *p) function in typeref:typename:void
  /src/usr.bin/tee/
tee.c 72 int append, ch, exitval; local in function:main
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 in function:quit
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 in typeref:typename:int
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 in function:main
92 append = ops = pidset = trset = synclog = 0;
109 append = 1;
233 (append ? 0 : O_TRUNC) | (synclog ? 0 : O_SYNC),
  /src/usr.bin/make/unit-tests/
var-scope-local.mk 190 all: var-scope-local-append.o
191 all: var-scope-local-append-global.o
197 var-scope-local-append.o \
198 var-scope-local-append-global.o \
222 var-scope-local-append.o: VAR+= local
227 # expect: Making var-scope-local-append.o with make 'local to var-scope-local-append.o' and env 'local to var-scope-local-append.o'.
228 var-scope-local-append.o: VAR += to ${.TARGET}
237 # expect: Making var-scope-local-append-global.o with make 'global+local' and env 'global+local'
    [all...]
  /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/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 in typeref:typename:int
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/arch/hppa/include/
som.h 91 u_int append : 1; member in struct:som_exec_aux
  /src/usr.sbin/makemandb/
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 in typeref:typename:void
    [all...]
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>");

Completed in 21 milliseconds