Searched refs:APPEND (Results 1 - 25 of 66) sorted by last modified time

123

/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_subr.c6009 mask = IMMUTABLE | APPEND;
6013 mask &= ~APPEND;
/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_readwrite.c417 if ((cp->c_bsdflags & APPEND) && offset != fp->ff_size) {
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)) {
/macosx-10.10/UserNotification-29/Libunc/
H A DUNCUserNotification.c93 #define APPEND(x) {if (buffer) strcpy(b, x); b += strlen(x);}
95 APPEND(kUNCXMLPrologue); APPEND("\n");
96 APPEND(kUNCDoctypePrologue); APPEND("\n");
97 APPEND(kUNCPlistPrologue); APPEND("\n");
98 APPEND(kUNCDictionaryPrologue); APPEND("\n");
99 APPEND("\
[all...]
/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/xnu-2782.1.97/bsd/sys/
H A Dstat.h502 #define APPEND (UF_APPEND | SF_APPEND) macro
/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/Heimdal-398.1.2/lib/com_err/
H A Dparse.y138 APPEND(codes, ec);
H A Dcompile_et.h66 #define APPEND(L, V) \ macro
/macosx-10.10/mail_cmds-30/mail/
H A Dquit.c122 #ifdef APPEND
354 #ifndef APPEND
368 #ifdef APPEND
/macosx-10.10/ruby-106/ruby/lib/
H A Dlogger.rb110 # file = File.open('foo.log', File::WRONLY | File::APPEND)
112 # # file = File.open('foo.log', File::WRONLY | File::APPEND | File::CREAT)
594 open(filename, (File::WRONLY | File::APPEND))
601 logdev = open(filename, (File::WRONLY | File::APPEND | File::CREAT))
/macosx-10.10/CPANInternal-159.1/Log-Dispatch-2.34/lib/Log/Dispatch/
H A DFile.pm19 *O_APPEND = \&APPEND unless defined &O_APPEND;
21 sub APPEND { 0 } subroutine
/macosx-10.10/OpenSSL098-52/src/
H A Dmakevms.com186 $ OPEN /APPEND H_FILE 'OSCH_NAME'
381 $ OPEN /APPEND H_FILE 'bih_name'
/macosx-10.10/OpenSSL098-52/src/apps/
H A DCA.com104 $ APPEND/NEW NL: 'CATOP']index.txt
/macosx-10.10/ruby-106/ruby/win32/
H A Dsetup.mak16 APPEND = echo.>>$(MAKEFILE) macro
104 @$(APPEND)
184 @$(APPEND)
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dnvdisc.c164 #define APPEND 2 macro
249 int type = (flags&NV_APPEND)?APPEND:ASSIGN;
294 if (type==APPEND && (bflag= !isblocked(bp,LOOKUPS)))
507 /* Handle GET/SET/APPEND/UNSET disc */
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/edit/
H A Demacs.c165 APPEND, /* Append char before cursor to screen */ enumerator in enum:__anon9295
291 draw(ep,APPEND);
373 draw(ep,APPEND);
1076 if(ep->lastdraw==APPEND && ep->prevdirection != -2)
1275 draw(ep,APPEND);
1282 draw(ep,APPEND);
1388 ep->scvalid = 0; /* Screen is out of date, APPEND will not work */
1408 else if((option==UPDATE||option==APPEND) && drawbuff[0]=='#' && cur>1 && cur==eol && drawbuff[cur-1]!='*')
1431 if ((option == APPEND)&&(ep->scvalid)&&(*logcursor == '\0')&&
H A Dvi.c169 #define APPEND -10 /* append chars */ macro
585 getline(vp,APPEND);
587 getline(vp,APPEND);
630 /*{ APPEND( char, mode )
633 * mode = APPEND, shift chars right before appending
644 if( mode==APPEND || (cur_virt==last_virt && last_virt>=0))
739 /* return to APPEND/REPLACE mode */
824 append(vp,c,APPEND);
1015 append(vp,'#', APPEND);
1347 * mode = APPEND, allo
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Drbtdb.c1985 APPEND(*cleanup_list,
/macosx-10.10/bind9-45.101/bind9/lib/isc/include/isc/
H A Dutil.h198 #define APPEND(list, elt, link) ISC_LIST_APPEND(list, elt, link) macro
/macosx-10.10/bind9-45.101/bind9/lib/isc/
H A Dsymtab.c216 APPEND(newtable[hv % newsize], elt, link);
H A Dtask.c342 APPEND(manager->tasks, task, link);
H A Dtimer.c497 APPEND(manager->timers, timer, link);
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/tests/progs/
H A Dldif-filter.c76 #define APPEND(s /* String or Strings */, data, count, isString) do { \ macro
180 APPEND( &ss, &null_string, 1, 0 ); /* new attr */
183 APPEND( s, line, line_len, 1 ); /* strcat to attr */

Completed in 397 milliseconds

123