| /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/external/bsd/elftosb/dist/common/ |
| Operation.cpp | 56 void OperationSequence::append(const OperationSequence * other) function in class:OperationSequence
|
| Blob.cpp | 98 void Blob::append(const uint8_t * newData, unsigned newDataLength) function in class:Blob
|
| /src/external/gpl3/gdb.old/dist/gdb/guile/lib/gdb/ |
| printing.scm | 45 (define-public (append-pretty-printer! obj matcher) 49 'append-pretty-printer! "pretty-printer") 51 (set-pretty-printers! (append! (pretty-printers) (list matcher)))) 54 obj (append! (objfile-pretty-printers obj) (list matcher)))) 57 obj (append! (progspace-pretty-printers obj) (list matcher)))) 59 (assert-type #f obj SCM_ARG1 'append-pretty-printer!
|
| /src/external/gpl3/gdb/dist/gdb/guile/lib/gdb/ |
| printing.scm | 45 (define-public (append-pretty-printer! obj matcher) 49 'append-pretty-printer! "pretty-printer") 51 (set-pretty-printers! (append! (pretty-printers) (list matcher)))) 54 obj (append! (objfile-pretty-printers obj) (list matcher)))) 57 obj (append! (progspace-pretty-printers obj) (list matcher)))) 59 (assert-type #f obj SCM_ARG1 'append-pretty-printer!
|
| /src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| MacroBuilder.h | 28 /// Append a \#define line for macro of the form "\#define Name Value\n". 33 /// Append a \#undef line for Name. Name should be of the form XXX 39 /// Directly append Str and a newline to the underlying buffer. 40 void append(const Twine &Str) { function in class:clang::MacroBuilder
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| DbeArray.h | 42 append (const ITEM &item) function in class:DbeArray
|
| ExpGroup.cc | 55 ExpGroup::append (Experiment *exp) function in class:ExpGroup 63 exps->append (exp); 95 expList->append (exp); 116 loadObjs->append (lo);
|
| MetricList.h | 127 append (Metric *m) function in class:MetricList 129 items->append (m); 138 Metric *append (BaseMetric *bm, BaseMetric::SubType st, int visbits);
|
| Emsg.cc | 458 Emsgqueue::append (Cmsg_warn w, char *msg) function in class:Emsgqueue 464 append (m); 468 // Append a single message to a queue 470 Emsgqueue::append (Emsg* m) function in class:Emsgqueue 485 // Append a queue of messages to a queue 596 msgs->append (msg); 611 msgs->append (new Emsg (m->get_warn (), m->get_msg ()));
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| DbeArray.h | 42 append (const ITEM &item) function in class:DbeArray
|
| ExpGroup.cc | 55 ExpGroup::append (Experiment *exp) function in class:ExpGroup 63 exps->append (exp); 95 expList->append (exp); 116 loadObjs->append (lo);
|
| MetricList.h | 127 append (Metric *m) function in class:MetricList 129 items->append (m); 138 Metric *append (BaseMetric *bm, BaseMetric::SubType st, int visbits);
|
| Emsg.cc | 458 Emsgqueue::append (Cmsg_warn w, char *msg) function in class:Emsgqueue 464 append (m); 468 // Append a single message to a queue 470 Emsgqueue::append (Emsg* m) function in class:Emsgqueue 485 // Append a queue of messages to a queue 596 msgs->append (msg); 611 msgs->append (new Emsg (m->get_warn (), m->get_msg ()));
|
| /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/external/bsd/nvi/dist/common/ |
| cut.c | 78 int append, copy_one, copy_def; local 102 append = copy_one = copy_def = 0; 110 if ((append = ISUPPER(name))) { 127 * Otherwise, if it's not an append, free its current contents. 134 } else if (!append) { 167 append = 0; /* Only append to the named buffer. */ 269 /* Append to the end of the cut buffer. */
|
| /src/external/gpl2/groff/dist/src/preproc/eqn/ |
| pile.cpp | 232 void matrix_box::append(column *pp) function in class:matrix_box
|
| list.cpp | 36 void list_box::append(box *pp) function in class:list_box 40 list.append(pp); 43 list.append(q->list.p[i]); 58 list.append(q->list.p[i]);
|
| /src/external/mpl/bind/dist/tests/isc/ |
| async_test.c | 79 append(void *arg) { function 91 isc_async_run(loop, append, &n1); 92 isc_async_run(loop, append, &n2); 93 isc_async_run(loop, append, &n3); 94 isc_async_run(loop, append, &n4); 95 isc_async_run(loop, append, &n5);
|
| /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) {
|
| /src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| ASTUnresolvedSet.h | 83 void append(ASTContext &C, iterator I, iterator E) { function in class:clang::ASTUnresolvedSet 84 Decls.append(C, I.I, E.I);
|
| UnresolvedSet.h | 129 void append(iterator I, iterator E) { decls().append(I.I, E.I); } function in class:clang::UnresolvedSetImpl
|
| /src/external/bsd/tmux/dist/ |
| cmd-set-option.c | 87 int append = args_has(args, 'a'); local 193 options_set_string(oo, name, append, "%s", value); 211 if (!append) 218 } else if (options_array_set(o, idx, value, append,
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/ |
| array.h | 74 void append(Array *a) function in struct:Array
|