HomeSort by: relevance | last modified time | path
    Searched defs:REMOVE (Results 1 - 9 of 9) sorted by relevancy

  /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));
  /src/external/mpl/bind/dist/lib/dns/
private.c 43 #define REMOVE(x) (((x) & DNS_NSEC3FLAG_REMOVE) != 0)
172 if (REMOVE(rdata.data[1])) {
nsec3.c 49 #define REMOVE(x) (((x) & DNS_NSEC3FLAG_REMOVE) != 0)
462 if (REMOVE(param->data[1])) {
489 if (rdata.data[0] != param->data[0] || REMOVE(rdata.data[1]) ||
639 * remove the NSEC3 record or not by examining the
  /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])) {
nsec3.c 56 #define REMOVE(x) (((x)&DNS_NSEC3FLAG_REMOVE) != 0)
477 if (REMOVE(param->data[1])) {
504 if (rdata.data[0] != param->data[0] || REMOVE(rdata.data[1]) ||
637 * remove the NSEC3 record or not by examining the
  /src/usr.bin/rdist/
defs.h 86 #define REMOVE 0x10
  /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,

Completed in 32 milliseconds