Searched refs:arg_flags (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/os/
H A Dos_open.c33 __db_open(name, arg_flags, ok_flags, mode, fdp)
35 u_int32_t arg_flags, ok_flags;
43 if (arg_flags & ~ok_flags)
52 if (arg_flags & DB_CREATE)
55 if (arg_flags & DB_EXCL)
58 if (arg_flags & DB_RDONLY)
65 if (arg_flags & DB_SEQUENTIAL)
70 if (arg_flags & DB_TEMPORARY)
76 if (arg_flags & DB_TRUNCATE)
86 if (arg_flags
[all...]
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Ddb_auto.h108 u_int32_t arg_flags; member in struct:_db_debug_args
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_auto.c1096 op, fileid, key, data, arg_flags)
1105 u_int32_t arg_flags;
1126 + sizeof(arg_flags);
1169 memcpy(bp, &arg_flags, sizeof(arg_flags));
1170 bp += sizeof(arg_flags);
1242 printf("\targ_flags: %lu\n", (u_long)argp->arg_flags);
1286 memcpy(&argp->arg_flags, bp, sizeof(argp->arg_flags));
1287 bp += sizeof(argp->arg_flags);
[all...]
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Ddyn.c2025 static elfedit_cmd_optarg_t arg_flags[] = { local
2134 opt_ostyle_bitop, arg_flags },

Completed in 50 milliseconds