Searched refs:arg_flags (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/sendmail/db/os/ |
H A D | os_open.c | 33 __db_open(name, arg_flags, ok_flags, mode, fdp) in __db_open() argument 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 & DB_TEMPORARY) { [all …]
|
/titanic_50/usr/src/cmd/sendmail/db/db/ |
H A D | db_auto.c | 1096 op, fileid, key, data, arg_flags) in __db_debug_log() argument 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);
|
/titanic_50/usr/src/cmd/sendmail/db/include/ |
H A D | db_auto.h | 108 u_int32_t arg_flags; member
|
/titanic_50/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | dyn.c | 2025 static elfedit_cmd_optarg_t arg_flags[] = { in elfedit_init() local 2134 opt_ostyle_bitop, arg_flags }, in elfedit_init()
|