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

  /src/common/lib/libc/stdlib/
heapsort.c 111 #define CREATE(initval, nmemb, par_i, child_i, par, child, size, count, tmp) { \
218 CREATE(l, nmemb, i, j, t, p, size, cnt, tmp);
  /src/external/gpl3/binutils/dist/binutils/
arparse.h 21 /* As a special exception, you may create a larger work that contains
64 CREATE = 265, /* CREATE */
90 #define CREATE 265
arparse.c 21 /* As a special exception, you may create a larger work that contains
157 CREATE = 265, /* CREATE */
183 #define CREATE 265
235 YYSYMBOL_CREATE = 10, /* CREATE */
679 "FILENAME", "ADDLIB", "LIST", "ADDMOD", "CLEAR", "CREATE", "DELETE",
1330 case 31: /* create_command: CREATE FILENAME */
  /src/external/gpl3/binutils.old/dist/binutils/
arparse.h 21 /* As a special exception, you may create a larger work that contains
64 CREATE = 265, /* CREATE */
90 #define CREATE 265
arparse.c 21 /* As a special exception, you may create a larger work that contains
157 CREATE = 265, /* CREATE */
183 #define CREATE 265
235 YYSYMBOL_CREATE = 10, /* CREATE */
679 "FILENAME", "ADDLIB", "LIST", "ADDMOD", "CLEAR", "CREATE", "DELETE",
1330 case 31: /* create_command: CREATE FILENAME */
  /src/external/mpl/bind/dist/lib/dns/
private.c 35 * If the NSEC set exist then check to see if there is a request to create
44 #define CREATE(x) (((x) & DNS_NSEC3FLAG_CREATE) != 0)
52 * Note: we 'belt-and-braces' here by also checking for a CREATE private
74 * We are going to create a new NSEC3 chain so it
77 if (CREATE(rdata.data[1])) {
206 if (CREATE(rdata.data[1])) {
279 if (CREATE(rdata.data[1])) {
nsec3.c 47 #define CREATE(x) (((x) & DNS_NSEC3FLAG_CREATE) != 0)
316 * Create a singleton diff.
497 if (CREATE(rdata.data[1]) && !CREATE(param->data[1])) {
591 * Create the node if it doesn't exist and hold
628 if (!CREATE(nsec3param->flags)) {
644 } else if (CREATE(nsec3param->flags) && OPTOUT(flags)) {
733 if (!CREATE(nsec3param->flags)) {
743 * Create the NSEC3 RDATA.
789 * Create the node if it doesn't exist and hol
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
private.c 36 * If the NSEC set exist then check to see if there is a request to create
45 #define CREATE(x) (((x)&DNS_NSEC3FLAG_CREATE) != 0)
60 * Note: we 'belt-and-braces' here by also checking for a CREATE private
82 * We are going to create a new NSEC3 chain so it
85 if (CREATE(rdata.data[1])) {
226 if (CREATE(rdata.data[1])) {
303 if (CREATE(rdata.data[1])) {
nsec3.c 54 #define CREATE(x) (((x)&DNS_NSEC3FLAG_CREATE) != 0)
325 * Create a singleton diff.
512 if (CREATE(rdata.data[1]) && !CREATE(param->data[1])) {
606 * Create the node if it doesn't exist and hold
626 if (!CREATE(nsec3param->flags)) {
642 } else if (CREATE(nsec3param->flags) && OPTOUT(flags)) {
732 if (!CREATE(nsec3param->flags)) {
742 * Create the NSEC3 RDATA.
784 * Create the node if it doesn't exist and hol
    [all...]
  /src/sys/sys/
namei.h 145 #define CREATE 1 /* setup for file creation */

Completed in 115 milliseconds