Searched refs:flags (Results 76 - 100 of 12420) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dcpexprs-debug-types.exp19 set flags {additional_flags=-fdebug-types-section}
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Dgdb-index-types-dwarf5.exp18 set flags {}
19 lappend flags {additional_flags=-fdebug-types-section}
20 lappend flags {additional_flags=-gdwarf-5}
23 $srcfile $flags] } {
/netbsd-current/sys/arch/atari/stand/ahdilabel/
H A Dopenraw.c42 openraw (const char *name, int flags) argument
47 if ((f = open (name, flags)) != -1)
51 if ((f = open (buf, flags)) != -1)
55 if ((f = open (buf, flags)) != -1)
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Dfilter.c73 is_filtered_out(const char *flags, argument
76 while (strlen(flags) > 0) {
80 char *end = strchr(flags, ',');
84 end = strchr(flags, '\0');
90 len = end - flags;
95 if (strncmp(flags, filt->flag, len) == 0
104 flags = next;
112 const char *flags)
115 while (*flags != '\0') {
116 if (!strncmp(flags, fla
111 it_is(const char *flag, const char *flags) argument
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dfnmatch.c64 rk_fnmatch(const char *pattern, const char *string, int flags) argument
76 if (*string == '/' && (flags & FNM_PATHNAME))
78 if (*string == '.' && (flags & FNM_PERIOD) &&
80 ((flags & FNM_PATHNAME) && *(string - 1) == '/')))
90 if (*string == '.' && (flags & FNM_PERIOD) &&
92 ((flags & FNM_PATHNAME) && *(string - 1) == '/')))
97 if (flags & FNM_PATHNAME)
102 else if (c == '/' && flags & FNM_PATHNAME) {
110 if (!rk_fnmatch(pattern, string, flags & ~FNM_PERIOD))
112 if (test == '/' && flags
144 rangematch(const char *pattern, int test, int flags) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/nat/
H A Dlinux-waitpid.h24 extern int my_waitpid (int pid, int *status, int flags);
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Dfilter.c67 is_filtered_out(const char *flags, argument
70 while (strlen(flags) > 0) {
74 const char *end = strchr(flags, ',');
78 end = strchr(flags, '\0');
84 len = end - flags;
89 if (strncmp(flags, filt->flag, len) == 0
98 flags = next;
106 const char *flags)
109 while (*flags != '\0') {
110 if (!strncmp(flags, fla
105 it_is(const char *flag, const char *flags) argument
[all...]
/netbsd-current/lib/libc/sys/
H A DLint_clone.c13 clone(int (*func)(void *), void *stack, int flags, void *arg) argument
/netbsd-current/external/cddl/osnet/dist/uts/common/zmod/
H A Dzutil.c39 uLong flags; local
41 flags = 0;
44 case 4: flags += 1; break;
45 case 8: flags += 2; break;
46 default: flags += 3;
50 case 4: flags += 1 << 2; break;
51 case 8: flags += 2 << 2; break;
52 default: flags += 3 << 2;
56 case 4: flags += 1 << 4; break;
57 case 8: flags
[all...]
/netbsd-current/external/bsd/am-utils/dist/conf/trap/
H A Dtrap_aix3.h4 extern int mount_aix3(char *fsname, char *dir, int flags, int type, void *data, char *mnt_opts);
5 #define MOUNT_TRAP(type, mnt, flags, mnt_data) mount_aix3(mnt->mnt_fsname, mnt->mnt_dir, flags, type, mnt_data, mnt->mnt_opts)
H A Dtrap_hpux.h4 extern int mount_hpux(MTYPE_TYPE type, const char *dir, int flags, caddr_t data);
5 #define MOUNT_TRAP(type, mnt, flags, mnt_data) mount_hpux(type, mnt->mnt_dir, flags, mnt_data)
H A Dtrap_irix.h4 extern int mount_irix(char *fsname, char *dir, int flags, MTYPE_TYPE type, voidp data);
5 #define MOUNT_TRAP(type, mnt, flags, mnt_data) mount_irix(mnt->mnt_fsname, mnt->mnt_dir, flags, type, mnt_data)
H A Dtrap_svr4.h4 extern int mount_svr4(char *fsname, char *dir, int flags, MTYPE_TYPE type, caddr_t data, const char *optstr);
5 #define MOUNT_TRAP(type, mnt, flags, mnt_data) mount_svr4(mnt->mnt_fsname, mnt->mnt_dir, flags, type, mnt_data, mnt->mnt_opts)
/netbsd-current/usr.sbin/altq/libaltq/
H A Dqop_blue.h37 int flags; /* see below */ member in struct:blue_ifinfo
42 int hold_time, int qlimit, int pkttime, int flags);
45 int pkttime, int flags);
/netbsd-current/lib/libcurses/
H A Dleaveok.c48 win->flags |= __LEAVEOK;
50 win->flags &= ~__LEAVEOK;
62 return win->flags & __LEAVEOK ? true : false;
/netbsd-current/external/bsd/openpam/dist/lib/libpam/
H A Dpam_close_session.c60 int flags)
65 if (flags & ~(PAM_SILENT))
67 r = openpam_dispatch(pamh, PAM_SM_CLOSE_SESSION, flags);
84 * The =flags argument is the binary or of zero or more of the following
59 pam_close_session(pam_handle_t *pamh, int flags) argument
H A Dpam_setcred.c60 int flags)
65 if (flags & ~(PAM_SILENT|PAM_ESTABLISH_CRED|PAM_DELETE_CRED|
69 r = openpam_dispatch(pamh, PAM_SM_SETCRED, flags);
85 * The =flags argument is the binary or of zero or more of the following
59 pam_setcred(pam_handle_t *pamh, int flags) argument
H A Dpam_open_session.c60 int flags)
65 if (flags & ~(PAM_SILENT))
67 r = openpam_dispatch(pamh, PAM_SM_OPEN_SESSION, flags);
85 * The =flags argument is the binary or of zero or more of the following
59 pam_open_session(pam_handle_t *pamh, int flags) argument
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/include/sanitizer/
H A Dtsan_interface.h34 // Mutex creation flags are passed to __tsan_mutex_create annotation.
36 // the flags may be passed to __tsan_mutex_pre_lock/__tsan_mutex_post_lock
52 // Mutex operation flags:
77 // Supported flags: mutex creation flags.
78 void __tsan_mutex_create(void *addr, unsigned flags);
81 // Supported flags:
84 void __tsan_mutex_destroy(void *addr, unsigned flags);
87 // Supported flags:
90 // - all mutex creation flags
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dnested-subp2.exp32 set flags {}
33 lappend flags debug
34 lappend flags additional_flags=-std=gnu99
37 if { [gdb_can_simple_compile ld-flags {int main () { return 0; }} executable \
39 lappend flags $ld_flags
44 executable $flags] != "" } {
H A Dnested-subp3.exp32 set flags {}
33 lappend flags debug
34 lappend flags additional_flags=-std=gnu99
37 if { [gdb_can_simple_compile ld-flags {int main () { return 0; }} executable \
39 lappend flags $ld_flags
44 executable $flags] != "" } {
/netbsd-current/sys/arch/amiga/dev/
H A Dgvpbus.c76 int flags0, flags; local
80 flags = 0;
88 flags |= GVP_14MHZ;
89 printf(": subprod %02x flags %02x", *((u_char *)zap->va + 0x8001), flags);
93 flags |= GVP_NOBANK;
102 flags = GVP_IO;
106 flags |= GVP_ACCEL;
110 flags |= GVP_SCSI | GVP_ACCEL;
114 flags |
[all...]
/netbsd-current/external/bsd/am-utils/dist/conf/mount/
H A Dmount_hpux.c60 mount_hpux(MTYPE_TYPE type, const char *dir, int flags, caddr_t data) argument
65 return vfsmount(MOUNT_NFS, dir, flags, data);
70 return vfsmount(MOUNT_UFS, dir, flags, data);
79 return vfsmount(MOUNT_PC, dir, flags, data);
84 return vfsmount(MOUNT_CDFS, dir, flags, data);
/netbsd-current/lib/libc/compat/sys/
H A Dcompat_dup3.c45 dup3(int oldfd, int newfd, int flags) argument
48 return __dup3100(oldfd, newfd, flags);
50 if (flags & (O_NONBLOCK|O_NOSIGPIPE)) {
54 e |= flags & (O_NONBLOCK|O_NOSIGPIPE);
59 if (flags & O_CLOEXEC)
/netbsd-current/external/gpl2/lvm2/dist/lib/locking/
H A Dno_locking.c41 uint32_t flags)
43 switch (flags & LCK_SCOPE_MASK) {
47 switch (flags & LCK_TYPE_MASK) {
64 flags & LCK_SCOPE_MASK);
73 uint32_t flags)
75 if ((flags & LCK_TYPE_MASK) == LCK_WRITE &&
76 (flags & LCK_SCOPE_MASK) == LCK_VG &&
77 !(flags & LCK_CACHE) &&
83 return _no_lock_resource(cmd, resource, flags);
91 locking->flags
40 _no_lock_resource(struct cmd_context *cmd, const char *resource, uint32_t flags) argument
71 _readonly_lock_resource(struct cmd_context *cmd, const char *resource, uint32_t flags) argument
[all...]

Completed in 329 milliseconds

1234567891011>>