Searched refs:APPEND (Results 51 - 66 of 66) sorted by relevance

123

/macosx-10.10/awk-20/src/
H A Dytabc.bak80 APPEND = 282,
175 #define APPEND 282
594 "QUEST", "PLUS", "EMPTYRE", "AND", "BOR", "APPEND", "EQ", "GE", "GT",
H A Drun.c1645 if (a == files[i].mode || (a==APPEND && files[i].mode==GT))
1662 } else if (a == APPEND) {
/macosx-10.10/bind9-45.101/bind9/lib/isc/
H A Dtimer.c497 APPEND(manager->timers, timer, link);
H A Dtask.c342 APPEND(manager->tasks, task, link);
/macosx-10.10/curl-83.1.2/curl/include/curl/
H A Dcurl.h985 CINIT(APPEND, LONG, 50), /* Append instead of overwrite on upload! */
/macosx-10.10/ntp-92/lib/isc/
H A Dtask.c212 APPEND(manager->tasks, task, link);
H A Dtimer.c399 APPEND(manager->timers, timer, link);
/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_vnops.c685 if ((cp->c_bsdflags & APPEND) && !vnode_isdir(vp) &&
3394 if ((dcp->c_bsdflags & APPEND) || (cp->c_bsdflags & (IMMUTABLE | APPEND))) {
4706 if ((fcp->c_bsdflags & (IMMUTABLE | APPEND)) || (fdcp->c_bsdflags & APPEND)) {
H A Dhfs_link.c534 if (cp->c_bsdflags & (IMMUTABLE | APPEND)) {
H A Dhfs_readwrite.c417 if ((cp->c_bsdflags & APPEND) && offset != fp->ff_size) {
/macosx-10.10/vim-55/runtime/syntax/
H A Dishd.vim24 syn keyword ishdConstant AFTER ALLCONTENTS ALLCONTROLS APPEND ASKDESTPATH
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_process.rb461 Process.wait Process.spawn(*ECHO["0"], STDOUT=>["out", File::WRONLY|File::CREAT|File::APPEND, 0644])
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dsql.el1728 of the current highlighting list. If optional argument APPEND is
1730 If APPEND is any other non-nil value, they are added at the end
/macosx-10.10/vim-55/runtime/tutor/
H A Dtutor.pl741 Lekcja 6.2.: POLECENIE APPEND (dodaj)
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_subr.c6009 mask = IMMUTABLE | APPEND;
6013 mask &= ~APPEND;
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Drbtdb.c1985 APPEND(*cleanup_list,

Completed in 302 milliseconds

123