Searched refs:set_flags (Results 1 - 17 of 17) sorted by relevance

/freebsd-10-stable/libexec/getty/
H A Dextern.h54 void set_flags(int);
H A Dmain.c385 set_flags(2);
498 set_flags(0);
526 set_flags(1);
H A Dsubr.c237 set_flags(int n) function
/freebsd-10-stable/contrib/groff/src/roff/troff/
H A Dcharinfo.h77 void set_flags(unsigned char);
169 inline void charinfo::set_flags(unsigned char c) function in class:charinfo
/freebsd-10-stable/lib/libc/db/mpool/
H A Dmpool.libtp429 buf_flags ( addr, set_flags, unset_flags )
431 u_long set_flags;
440 set_flags&BUF_DIRTY ? "DIRTY " : "",
441 set_flags&BUF_VALID ? "VALID " : "",
442 set_flags&BUF_PINNED ? "PINNED " : "",
443 set_flags&BUF_IO_ERROR ? "IO_ERROR " : "",
444 set_flags&BUF_IO_IN_PROGRESS ? "IO_IN_PROG " : "",
445 set_flags&BUF_NEWPAGE ? "NEWPAGE " : "",
463 bhp->flags |= set_flags;
464 if ( set_flags
[all...]
/freebsd-10-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_ethtool.c149 .set_flags = ethtool_op_set_flags,
/freebsd-10-stable/contrib/wpa/src/ap/
H A Dap_drv_ops.c240 int set_flags, total_flags, flags_and, flags_or; local
242 set_flags = WPA_STA_SHORT_PREAMBLE | WPA_STA_WMM | WPA_STA_MFP;
246 set_flags |= WPA_STA_AUTHORIZED;
247 flags_or = total_flags & set_flags;
248 flags_and = total_flags | ~set_flags;
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_base/bdb/
H A Dchanges-table.c63 BDB_ERR(changes->set_flags(changes, DB_DUP));
H A Denv.c574 (bdb, bdb->env->set_flags(bdb->env, SVN_BDB_AUTO_COMMIT, 1)));
H A Dstrings-table.c54 BDB_ERR(strings->set_flags(strings, DB_DUP));
/freebsd-10-stable/contrib/gdb/gdb/
H A Dlinespec.c48 static void set_flags (char *arg, int *is_quoted, char **paren_pointer);
693 set_flags (*argptr, &is_quoted, &paren_pointer);
872 set_flags, for example.) Also, functions that return a struct
902 set_flags (char *arg, int *is_quoted, char **paren_pointer)
900 set_flags (char *arg, int *is_quoted, char **paren_pointer) function
/freebsd-10-stable/contrib/binutils/binutils/
H A Dobjcopy.c124 bfd_boolean set_flags; /* Whether to set the section flags. */
635 p->set_flags = FALSE;
1443 if (pset != NULL && pset->set_flags)
2199 if (p != NULL && p->set_flags)
2220 && (p == NULL || !p->set_flags))
2454 else if (p != NULL && p->set_flags && (p->flags & SEC_HAS_CONTENTS) != 0)
3174 p->set_flags = TRUE;
123 bfd_boolean set_flags; /* Whether to set the section flags. */ member in struct:section_list
/freebsd-10-stable/sbin/geom/core/
H A Dgeom.c430 set_flags(struct g_command *cmd) function
479 flags = set_flags(cmd);
/freebsd-10-stable/contrib/sendmail/libsmdb/
H A Dsmdb2.c516 result = (*db)->set_flags(*db, DB_DUP);
/freebsd-10-stable/crypto/heimdal/lib/krb5/
H A Dkrb5.h448 /* constants for get_flags and set_flags */
491 krb5_error_code (KRB5_CALLCONV * set_flags)(krb5_context, krb5_ccache, krb5_flags); member in struct:krb5_cc_ops
H A Dcache.c841 return (*id->ops->set_flags)(context, id, flags);
/freebsd-10-stable/crypto/openssl/ssl/
H A Dkssl.c678 krb5_error_code(KRB5_CALLCONV *set_flags) member in struct:_krb5_cc_ops

Completed in 282 milliseconds