HomeSort by: relevance | last modified time | path
    Searched refs:APPEND (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/tools/host-mkdep/
host-mkdep.in 39 APPEND=false
82 -a) APPEND=true;;
260 if $APPEND; then
  /src/usr.bin/sed/
process.c 87 struct s_appends *appends; /* Array of pointers to strings to append. */
166 cspace(&PS, "\n", 1, APPEND);
167 cspace(&PS, hs, hsl, APPEND);
173 cspace(&HS, "\n", 1, APPEND);
174 cspace(&HS, ps, psl, APPEND);
192 cspace(&PS, "\n", 1, APPEND);
193 if (!mf_fgets(&PS, APPEND))
417 cspace(&SS, s, (size_t)re_off, APPEND);
430 APPEND);
438 cspace(&SS, s, (size_t)slen, APPEND);
    [all...]
defs.h 128 * Structure containing things to append before a line is read
137 APPEND, /* Append to the contents. */
  /src/lib/libc/include/isc/
list.h 55 #define APPEND(list, elt, link) \
107 APPEND(list, elt, link); \
116 #define ENQUEUE(list, elt, link) APPEND(list, elt, link)
  /src/usr.bin/make/unit-tests/
varmod-assign.mk 125 APPEND.prev= previous
126 APPEND.var= ${APPEND.prev}
127 APPEND.indirect= indirect $${:Unot expanded}
128 APPEND.dollar= $${APPEND.indirect}
129 .if ${APPEND.var::+=${APPEND.dollar}} != ""
132 .if ${APPEND.var} != "previous indirect \${:Unot expanded}"
  /src/sbin/dmesg/
dmesg.c 107 #define APPEND(a) \
117 APPEND(h);
118 APPEND(m);
129 APPEND(s);
  /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) {
def.h 69 #define APPEND /* New mail goes to end of mailbox */
88 #define ENAME_APPEND "append"
  /src/sys/ufs/lfs/
ulfs_vnops.c 138 * Files marked append-only must be opened for appending.
140 if ((VTOI(ap->a_vp)->i_flags & APPEND) &&
314 if (vap->va_flags & (IMMUTABLE | APPEND)) {
319 if (ip->i_flags & (IMMUTABLE | APPEND)) {
532 if (vp->v_type == VDIR || (ip->i_flags & (IMMUTABLE | APPEND)) ||
533 (VTOI(dvp)->i_flags & APPEND))
587 if (ip->i_flags & (IMMUTABLE | APPEND)) {
724 if ((dp->i_flags & APPEND) ||
725 (ip->i_flags & (IMMUTABLE | APPEND))) {
lfs_rename.c 184 IMMUTABLE, APPEND);
248 IMMUTABLE, APPEND);
ulfs_readwrite.c 257 if ((ip->i_flags & APPEND) && uio->uio_offset != ip->i_size)
  /src/sys/fs/tmpfs/
tmpfs_vnops.c 355 /* If the file is marked append-only, deny write requests. */
356 if ((node->tn_flags & APPEND) != 0 &&
711 * Files marked as immutable or append-only cannot be deleted.
712 * Likewise, files residing on directories marked as append-only
715 if (node->tn_flags & (IMMUTABLE | APPEND)) {
719 if (dnode->tn_flags & APPEND) {
800 /* We cannot create links of files marked immutable or append-only. */
801 if (node->tn_flags & (IMMUTABLE | APPEND)) {
903 if (dnode->tn_flags & APPEND || node->tn_flags & (IMMUTABLE | APPEND)) {
    [all...]
tmpfs_subr.c 1028 /* Immutable or append-only files cannot be modified, either. */
1029 if (node->tn_flags & (IMMUTABLE | APPEND))
1070 /* Immutable or append-only files cannot be modified, either. */
1071 if (node->tn_flags & (IMMUTABLE | APPEND))
1121 /* Immutable or append-only files cannot be modified, either. */
1122 if (node->tn_flags & (IMMUTABLE | APPEND)) {
1156 /* Immutable or append-only files cannot be modified, either. */
1157 if (node->tn_flags & (IMMUTABLE | APPEND))
tmpfs_rename.c 164 IMMUTABLE, APPEND);
230 IMMUTABLE, APPEND);
  /src/sys/ufs/ufs/
ufs_acl.c 459 if (ip->i_flags & (IMMUTABLE | APPEND))
531 if (ip->i_flags & (IMMUTABLE | APPEND))
ufs_vnops.c 236 * Files marked append-only must be opened for appending.
238 if ((VTOI(ap->a_vp)->i_flags & APPEND) &&
564 if (vap->va_flags & (IMMUTABLE | APPEND)) {
569 if (ip->i_flags & (IMMUTABLE | APPEND)) {
858 if (vp->v_type == VDIR || (ip->i_flags & (IMMUTABLE | APPEND)) ||
859 (VTOI(dvp)->i_flags & APPEND))
919 if (ip->i_flags & (IMMUTABLE | APPEND)) {
1436 if ((dp->i_flags & APPEND) ||
1437 (ip->i_flags & (IMMUTABLE | APPEND))) {
ufs_rename.c 178 IMMUTABLE, APPEND);
242 IMMUTABLE, APPEND);
ufs_readwrite.c 271 if ((ip->i_flags & APPEND) && uio->uio_offset != ip->i_size)
  /src/sys/sys/
stat.h 205 #define UF_APPEND 0x00000004 /* writes to file may only append */
214 #define SF_APPEND 0x00040000 /* writes to file may only append */
225 #define APPEND (UF_APPEND | SF_APPEND)
  /src/sys/ufs/chfs/
chfs_subr.c 297 if (flags & (IMMUTABLE | APPEND))
chfs_vnops.c 335 /* If the file is marked append-only, deny write requests. */
336 if (ip->flags & APPEND && (mode & (FWRITE | O_APPEND)) == FWRITE)
483 if (ip->flags & (IMMUTABLE | APPEND)) {
795 if ((ip->flags & APPEND) && uio->uio_offset != ip->size)
1054 if (vp->v_type == VDIR || (ip->flags & (IMMUTABLE | APPEND)) ||
1055 (parent->flags & APPEND)) {
  /src/sys/fs/udf/
udf_vnops.c 336 /* if explicitly asked to append, uio_offset can be wrong? */
1017 /* Immutable or append-only files cannot be modified, either. */
1018 if (udf_node->flags & (IMMUTABLE | APPEND))
1066 /* Immutable or append-only files cannot be modified, either. */
1067 if (udf_node->flags & (IMMUTABLE | APPEND))
1127 /* Immutable or append-only files cannot be modified, either. */
1128 if (node->flags & (IMMUTABLE | APPEND))
1174 /* Immutable or append-only files cannot be modified, either. */
1175 if (udf_node->flags & (IMMUTABLE | APPEND))
1347 * Files marked append-only must be opened for appending
    [all...]
  /src/sys/fs/ptyfs/
ptyfs_vnops.c 404 /* Immutable and append-only flags are not supported on ptyfs. */
405 if (vap->va_flags & (IMMUTABLE | APPEND))
  /src/sys/ufs/ext2fs/
ext2fs_vnops.c 176 * Just check the APPEND flag.
189 * Files marked append-only must be opened for appending.
367 if (vap->va_flags & (IMMUTABLE | APPEND))
  /src/sys/fs/nilfs/
nilfs_vnops.c 242 /* if explicitly asked to append, uio_offset can be wrong? */
947 * Files marked append-only must be opened for appending.
950 if ((flags & APPEND) && (ap->a_mode & (FWRITE | O_APPEND)) == FWRITE)

Completed in 35 milliseconds

1 2