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

1 2

  /src/external/ibm-public/postfix/dist/src/global/
remove.c 1 /* $NetBSD: remove.c,v 1.1.1.2 2013/01/02 18:59:00 tron Exp $ */
5 /* REMOVE 3
7 /* remove or stash away file
9 /* \fBint REMOVE(path)\fR
22 /* remove(3)
52 /* REMOVE - squirrel away a file instead of removing it */
54 int REMOVE(const char *path)
61 return (remove(path));
mail_queue.c 274 /* mail_queue_remove - remove mail queue file */
278 return (REMOVE(mail_queue_path((VSTRING *) 0, queue_name, queue_id)));
  /src/external/bsd/flex/dist/examples/manual/
front.lex 30 ADD|REMOVE|DELETE|PRINT copy_and_return(VERB)
  /src/external/bsd/ntp/dist/sntp/libevent/build-aux/
ar-lib 200 func_at_file "${1#@}" -REMOVE "$archive"
204 $AR -NOLOGO -REMOVE:"$file" "$archive" || exit $?
  /src/external/gpl3/binutils/dist/
ar-lib 200 func_at_file "${1#@}" -REMOVE "$archive"
204 $AR -NOLOGO -REMOVE:"$file" "$archive" || exit $?
  /src/external/gpl3/binutils.old/dist/
ar-lib 200 func_at_file "${1#@}" -REMOVE "$archive"
204 $AR -NOLOGO -REMOVE:"$file" "$archive" || exit $?
  /src/external/gpl3/gcc/dist/
ar-lib 200 func_at_file "${1#@}" -REMOVE "$archive"
204 $AR -NOLOGO -REMOVE:"$file" "$archive" || exit $?
  /src/external/gpl3/gcc.old/dist/
ar-lib 200 func_at_file "${1#@}" -REMOVE "$archive"
204 $AR -NOLOGO -REMOVE:"$file" "$archive" || exit $?
  /src/external/gpl3/gdb/dist/
ar-lib 200 func_at_file "${1#@}" -REMOVE "$archive"
204 $AR -NOLOGO -REMOVE:"$file" "$archive" || exit $?
  /src/external/gpl3/gdb.old/dist/
ar-lib 200 func_at_file "${1#@}" -REMOVE "$archive"
204 $AR -NOLOGO -REMOVE:"$file" "$archive" || exit $?
  /src/external/lgpl3/mpc/dist/
ar-lib 200 func_at_file "${1#@}" -REMOVE "$archive"
204 $AR -NOLOGO -REMOVE:"$file" "$archive" || exit $?
  /src/external/lgpl3/mpc/dist/build-aux/
ar-lib 200 func_at_file "${1#@}" -REMOVE "$archive"
204 $AR -NOLOGO -REMOVE:"$file" "$archive" || exit $?
  /src/external/lgpl3/mpfr/dist/
ar-lib 200 func_at_file "${1#@}" -REMOVE "$archive"
204 $AR -NOLOGO -REMOVE:"$file" "$archive" || exit $?
  /src/external/mit/libuv/dist/
ar-lib 200 func_at_file "${1#@}" -REMOVE "$archive"
204 $AR -NOLOGO -REMOVE:"$file" "$archive" || exit $?
  /src/external/mpl/bind/dist/
ar-lib 208 func_at_file "${1#@}" -REMOVE "$archive"
212 $AR -NOLOGO -REMOVE:"$file" "$archive" || exit $?
  /src/external/ibm-public/postfix/dist/src/cleanup/
cleanup_api.c 183 * active queue. We must also remove it now, otherwise mailq produces
190 msg_fatal("%s: remove %s log: %m", *cpp, state->queue_id);
365 * reasons, remove the queue file and the optional trace file with DSN
370 (void) REMOVE(vstring_str(cleanup_trace_path));
371 if (REMOVE(cleanup_path))
372 msg_warn("remove %s: %m", cleanup_path);
cleanup_init.c 55 /* by cleanup_all() to remove incomplete files after a fatal error,
60 /* used to remove a trace file when the mail transaction is canceled.
63 /* to remove an incomplete queue file.
66 /* to remove an incomplete queue file.
338 (void) REMOVE(vstring_str(cleanup_trace_path));
342 (void) REMOVE(cleanup_path);
  /src/usr.bin/rdist/
defs.h 86 #define REMOVE 0x10
main.c 167 options |= REMOVE;
  /src/external/mpl/bind/dist/lib/dns/
private.c 43 #define REMOVE(x) (((x) & DNS_NSEC3FLAG_REMOVE) != 0)
172 if (REMOVE(rdata.data[1])) {
  /src/external/mpl/dhcp/bind/dist/lib/dns/
private.c 44 #define REMOVE(x) (((x)&DNS_NSEC3FLAG_REMOVE) != 0)
188 if (REMOVE(rdata.data[1])) {
  /src/tests/lib/libc/db/
h_db.c 62 enum S { COMMAND, COMPARE, GET, PUT, REMOVE, SEQ, SEQFLAG, KEY, DATA };
221 case 'r': /* remove */
228 command = REMOVE;
303 case REMOVE:
  /src/external/mpl/dhcp/dist/includes/
dhctoken.h 313 REMOVE = 611,
  /src/external/mpl/dhcp/dist/keama/
dhctoken.h 317 REMOVE = 611,
  /src/external/gpl2/xcvs/dist/src/
cvsbug.in 158 REMOVE=
497 # Remove comments and send the problem report

Completed in 29 milliseconds

1 2