Searched refs:flags (Results 101 - 125 of 5266) sorted by relevance

1234567891011>>

/freebsd-10-stable/contrib/libarchive/libarchive/
H A Darchive_pathmatch.c56 pm_list(const char *start, const char *end, const char c, int flags) argument
63 (void)flags; /* UNUSED */
103 pm_list_w(const wchar_t *start, const wchar_t *end, const wchar_t c, int flags) argument
110 (void)flags; /* UNUSED */
171 pm(const char *p, const char *s, int flags) argument
187 if (flags & PATHMATCH_NO_ANCHOR_END)
206 if (archive_pathmatch(p, s, flags))
224 if (!pm_list(p + 1, end, *s, flags))
251 if (*p == '\0' && (flags & PATHMATCH_NO_ANCHOR_END))
259 if (p[1] == '\0' && (flags
276 pm_w(const wchar_t *p, const wchar_t *s, int flags) argument
382 __archive_pathmatch(const char *p, const char *s, int flags) argument
422 __archive_pathmatch_w(const wchar_t *p, const wchar_t *s, int flags) argument
[all...]
/freebsd-10-stable/crypto/heimdal/lib/roken/
H A Dgetnameinfo.c45 int flags)
48 if (flags & NI_NUMERICHOST) {
57 if (flags & NI_NOFQDN) {
62 } else if (flags & NI_NAMEREQD) {
70 if (flags & NI_NUMERICSERV) {
76 if (flags & NI_DGRAM)
98 int flags)
109 flags);
119 flags);
39 doit(int af, const void *addr, size_t addrlen, int port, char *host, size_t hostlen, char *serv, size_t servlen, int flags) argument
95 getnameinfo(const struct sockaddr *sa, socklen_t salen, char *host, size_t hostlen, char *serv, size_t servlen, int flags) argument
/freebsd-10-stable/libexec/bootpd/
H A Ddumptab.c142 if (hp->flags.bootfile) {
145 if (hp->flags.bootsize) {
147 if (hp->flags.bootsize_auto) {
153 if (hp->flags.cookie_server) {
158 if (hp->flags.dump_file) {
161 if (hp->flags.domain_name) {
164 if (hp->flags.domain_server) {
169 if (hp->flags.exten_file) {
172 if (hp->flags.exec_file) {
175 if (hp->flags
[all...]
/freebsd-10-stable/lib/libc/stdio/
H A Dvfscanf.c312 * flags argument is PFXOK.
318 parseint(FILE *fp, char * __restrict buf, int width, int base, int flags) argument
326 flags |= SIGNOK | NDIGITS | NZDIGITS;
348 flags |= PFXOK;
350 if (flags & NZDIGITS)
351 flags &= ~(SIGNOK|NZDIGITS|NDIGITS);
353 flags &= ~(SIGNOK|PFXOK|NDIGITS);
360 flags &= ~(SIGNOK | PFXOK | NDIGITS);
368 flags &= ~(SIGNOK | PFXOK | NDIGITS);
379 flags
473 int flags; /* flags as defined above */ local
[all...]
H A Dvfwscanf.c296 * flags argument is PFXOK.
302 parseint(FILE *fp, wchar_t *buf, int width, int base, int flags, argument
311 flags |= SIGNOK | NDIGITS | NZDIGITS;
333 flags |= PFXOK;
335 if (flags & NZDIGITS)
336 flags &= ~(SIGNOK|NZDIGITS|NDIGITS);
338 flags &= ~(SIGNOK|PFXOK|NDIGITS);
345 flags &= ~(SIGNOK | PFXOK | NDIGITS);
353 flags &= ~(SIGNOK | PFXOK | NDIGITS);
364 flags
453 int flags; /* flags as defined above */ local
[all...]
/freebsd-10-stable/cddl/compat/opensolaris/lib/libumem/
H A Dumem.c44 void *umem_alloc(size_t size, int flags) argument
46 assert(flags == UMEM_DEFAULT || flags == UMEM_NOFAIL);
53 if(!(flags & UMEM_NOFAIL))
67 void *umem_zalloc(size_t size, int flags) argument
69 assert(flags == UMEM_DEFAULT || flags == UMEM_NOFAIL);
76 if(!(flags & UMEM_NOFAIL))
125 void *umem_cache_alloc(umem_cache_t *cache, int flags) argument
129 if(!(flags
[all...]
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/net/getaddrinfo/
H A Dspec_fam_v4v6.exp1 arg: flags 0x2 family 2 socktype 0 protocol 0 addrlen 0 host localhost serv http
2 ai1: flags 0x2 family 2 socktype 2 protocol 17 addrlen 16 host 127.0.0.1 serv http
3 ai2: flags 0x2 family 2 socktype 1 protocol 6 addrlen 16 host 127.0.0.1 serv http
5 arg: flags 0x2 family 24 socktype 0 protocol 0 addrlen 0 host localhost serv http
6 ai1: flags 0x2 family 24 socktype 2 protocol 17 addrlen 28 host ::1 serv http
7 ai2: flags 0x2 family 24 socktype 1 protocol 6 addrlen 28 host ::1 serv http
H A Dbasics_v4v6.exp1 arg: flags 0x2 family 0 socktype 0 protocol 0 addrlen 0 host ::1 serv http
2 ai1: flags 0x2 family 24 socktype 2 protocol 17 addrlen 28 host ::1 serv http
3 ai2: flags 0x2 family 24 socktype 1 protocol 6 addrlen 28 host ::1 serv http
5 arg: flags 0x2 family 0 socktype 0 protocol 0 addrlen 0 host 127.0.0.1 serv http
6 ai1: flags 0x2 family 2 socktype 2 protocol 17 addrlen 16 host 127.0.0.1 serv http
7 ai2: flags 0x2 family 2 socktype 1 protocol 6 addrlen 16 host 127.0.0.1 serv http
9 arg: flags 0x2 family 0 socktype 0 protocol 0 addrlen 0 host localhost serv http
10 ai1: flags 0x2 family 24 socktype 2 protocol 17 addrlen 28 host ::1 serv http
11 ai2: flags 0x2 family 2 socktype 2 protocol 17 addrlen 16 host 127.0.0.1 serv http
12 ai3: flags
[all...]
H A Dsock_raw_v4.exp1 arg: flags 0x2 family 0 socktype 3 protocol 0 addrlen 0 host localhost serv (empty)
2 ai1: flags 0x2 family 2 socktype 3 protocol 0 addrlen 16 host 127.0.0.1 serv 0
4 arg: flags 0x2 family 0 socktype 3 protocol 59 addrlen 0 host localhost serv (empty)
5 ai1: flags 0x2 family 2 socktype 3 protocol 59 addrlen 16 host 127.0.0.1 serv 0
7 arg: flags 0x2 family 0 socktype 3 protocol 59 addrlen 0 host localhost serv 80
9 arg: flags 0x2 family 0 socktype 3 protocol 59 addrlen 0 host localhost serv www
11 arg: flags 0x2 family 0 socktype 3 protocol 59 addrlen 0 host ::1 serv (empty)
12 ai1: flags 0x2 family 24 socktype 3 protocol 59 addrlen 28 host ::1 serv 0
/freebsd-10-stable/lib/libc/sys/
H A Dmmap.c47 mmap(void *addr, size_t len, int prot, int flags, int fd, off_t offset) argument
51 return (__sys_mmap(addr, len, prot, flags, fd, offset));
53 return (__sys_freebsd6_mmap(addr, len, prot, flags, fd, 0,
/freebsd-10-stable/sys/sys/
H A Dkthread.h53 int flags, int pages, const char *, ...) __printflike(6, 7);
65 int flags, int pages,
70 int flags, int pages, const char *, ...) __printflike(7, 8);
H A Dcallout.h75 * Note the flags field is actually *two* fields. The c_flags
78 * is the internal flags that *must* be kept correct on which the
84 * The c_iflags field holds internal flags that are protected by internal
85 * locks of the callout subsystem. The c_flags field holds external flags.
87 * flags via callout_active(), callout_deactivate(), callout_reset*(), or
95 #define callout_init_mtx(c, mtx, flags) \
97 NULL, (flags))
98 #define callout_init_rm(c, rm, flags) \
100 NULL, (flags))
101 #define callout_init_rw(c, rw, flags) \
[all...]
/freebsd-10-stable/usr.bin/uname/
H A Duname.c92 u_int flags; local
96 flags = 0;
101 flags |= (MFLAG | NFLAG | RFLAG | SFLAG | VFLAG);
104 flags |= IFLAG;
107 flags |= KFLAG;
110 flags |= MFLAG;
113 flags |= NFLAG;
116 flags |= PFLAG;
119 flags |= RFLAG;
123 flags |
184 print_uname(u_int flags) argument
[all...]
/freebsd-10-stable/usr.sbin/rpc.lockd/
H A Dlockd_lock.h7 int flags);
9 const int flags);
10 enum nlm_stats unlock(nlm4_lock *lock, const int flags);
16 /* flags for testlock, getlock & unlock */
/freebsd-10-stable/contrib/openpam/modules/pam_unix/
H A Dpam_unix.c66 pam_sm_authenticate(pam_handle_t *pamh, int flags, argument
122 if ((!pwd->pw_passwd[0] && (flags & PAM_DISALLOW_NULL_AUTHTOK)) ||
135 pam_sm_setcred(pam_handle_t *pamh, int flags, argument
140 (void)flags;
147 pam_sm_acct_mgmt(pam_handle_t *pamh, int flags, argument
152 (void)flags;
159 pam_sm_open_session(pam_handle_t *pamh, int flags, argument
164 (void)flags;
171 pam_sm_close_session(pam_handle_t *pamh, int flags, argument
176 (void)flags;
183 pam_sm_chauthtok(pam_handle_t *pamh, int flags, int argc, const char *argv[]) argument
[all...]
/freebsd-10-stable/contrib/netbsd-tests/fs/ffs/
H A Dt_snapshot_log.c29 static int flags = MNT_LOG; local
34 path, flags, &uargs, sizeof(uargs)) == -1)
36 flags = 0;
/freebsd-10-stable/sys/geom/vinum/
H A Dgeom_vinum_state.c47 int f, *flags, type; local
62 flags = gctl_get_paraml(req, "flags", sizeof(*flags));
63 if (flags == NULL) {
64 gctl_error(req, "no flags given");
68 if (*flags & GV_FLAG_F)
122 gv_set_drive_state(struct gv_drive *d, int newstate, int flags) argument
136 (!(flags & GV_SETSTATE_FORCE)))
147 if (flags
154 gv_set_sd_state(struct gv_sd *s, int newstate, int flags) argument
282 gv_set_plex_state(struct gv_plex *p, int newstate, int flags) argument
337 gv_set_vol_state(struct gv_volume *v, int newstate, int flags) argument
[all...]
/freebsd-10-stable/crypto/openssl/crypto/x509/
H A Dx509_trs.c67 static int trust_1oidany(X509_TRUST *trust, X509 *x, int flags);
68 static int trust_1oid(X509_TRUST *trust, X509 *x, int flags);
69 static int trust_compat(X509_TRUST *trust, X509 *x, int flags);
71 static int obj_trust(int id, X509 *x, int flags);
72 static int (*default_trust) (int id, X509 *x, int flags) = obj_trust;
116 int X509_check_trust(X509 *x, int id, int flags) argument
124 return default_trust(id, x, flags);
126 return pt->check_trust(pt, x, flags);
170 int X509_TRUST_add(int id, int flags, int (*ck) (X509_TRUST *, X509 *, int), argument
178 flags
260 trust_1oidany(X509_TRUST *trust, X509 *x, int flags) argument
271 trust_1oid(X509_TRUST *trust, X509 *x, int flags) argument
278 trust_compat(X509_TRUST *trust, X509 *x, int flags) argument
287 obj_trust(int id, X509 *x, int flags) argument
[all...]
/freebsd-10-stable/contrib/ipfilter/lib/
H A Dflags.c24 u_char flags[] = { TH_FIN, TH_SYN, TH_RST, TH_PUSH, TH_ACK, TH_URG, variable
/freebsd-10-stable/contrib/ipfilter/rules/
H A Dexample.85 block in proto tcp from any to any flags S/SA
6 block return-rst in quick proto tcp from any to any port = 113 flags S/SA
/freebsd-10-stable/contrib/mtree/
H A Dverify.c127 if ((ep->flags & F_MAGIC &&
130 ep->flags |= F_VISIT;
131 if ((ep->flags & F_NOCHANGE) == 0 &&
134 if (!(ep->flags & F_IGN) &&
175 u_int32_t flags; local
178 if (p->flags & F_OPT && !(p->flags & F_VISIT))
180 if (p->type != F_DIR && (dflag || p->flags & F_VISIT))
183 if (!(p->flags & F_VISIT)) {
190 p->flags |
[all...]
/freebsd-10-stable/contrib/netbsd-tests/fs/common/
H A Dfstest_rumpfs.c69 rumpfs_fstest_mount(const atf_tc_t *tc, void *buf, const char *path, int flags) argument
77 return rump_sys_mount(MOUNT_RUMPFS, path, flags, NULL, 0);
81 rumpfs_fstest_unmount(const atf_tc_t *tc, const char *path, int flags) argument
85 res = rump_sys_unmount(path, flags);
/freebsd-10-stable/contrib/openpam/lib/libpam/
H A Dpam_authenticate_secondary.c58 int flags)
52 pam_authenticate_secondary(pam_handle_t *pamh, char *target_username, char *target_module_type, char *target_authn_domain, char *target_supp_data, char *target_module_authtok, int flags) argument
H A Dpam_sm_acct_mgmt.c56 int flags,
55 pam_sm_acct_mgmt(pam_handle_t *pamh, int flags, int argc, const char **argv) argument
H A Dpam_sm_authenticate.c56 int flags,
55 pam_sm_authenticate(pam_handle_t *pamh, int flags, int argc, const char **argv) argument

Completed in 224 milliseconds

1234567891011>>