Searched refs:flag (Results 151 - 175 of 932) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/binutils/bfd/
H A Dreloc.c368 . empty (e.g., m88k bcs); this flag signals the fact. *}
498 bfd_reloc_status_type flag = bfd_reloc_ok; local
528 flag = bfd_reloc_overflow;
534 flag = bfd_reloc_overflow;
541 return flag;
584 bfd_reloc_status_type flag = bfd_reloc_ok; local
605 flag = bfd_reloc_undefined;
696 return flag;
804 && flag == bfd_reloc_ok)
805 flag
974 bfd_reloc_status_type flag = bfd_reloc_ok; local
1386 bfd_reloc_status_type flag; local
[all...]
/freebsd-10.0-release/contrib/openpam/lib/libpam/
H A Dopenpam_dispatch.c132 * PAM_PRELIM_CHECK flag, treat "sufficient" as
135 if ((chain->flag == PAM_SUFFICIENT ||
136 chain->flag == PAM_BINDING) && !fail &&
153 if ((chain->flag == PAM_REQUIRED ||
154 chain->flag == PAM_BINDING) && !fail) {
164 if (chain->flag == PAM_REQUISITE) {
/freebsd-10.0-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_create.c600 ctf_add_generic(ctf_file_t *fp, uint_t flag, const char *name, ctf_dtdef_t **rp) argument
606 if (flag != CTF_ADD_NONROOT && flag != CTF_ADD_ROOT)
660 ctf_add_encoded(ctf_file_t *fp, uint_t flag, argument
669 if ((type = ctf_add_generic(fp, flag, name, &dtd)) == CTF_ERR)
672 dtd->dtd_data.ctt_info = CTF_TYPE_INFO(kind, flag, 0);
680 ctf_add_reftype(ctf_file_t *fp, uint_t flag, ctf_id_t ref, uint_t kind) argument
688 if ((type = ctf_add_generic(fp, flag, NULL, &dtd)) == CTF_ERR)
693 dtd->dtd_data.ctt_info = CTF_TYPE_INFO(kind, flag, 0);
700 ctf_add_integer(ctf_file_t *fp, uint_t flag, argument
707 ctf_add_float(ctf_file_t *fp, uint_t flag, const char *name, const ctf_encoding_t *ep) argument
714 ctf_add_pointer(ctf_file_t *fp, uint_t flag, ctf_id_t ref) argument
720 ctf_add_array(ctf_file_t *fp, uint_t flag, const ctf_arinfo_t *arp) argument
784 ctf_add_function(ctf_file_t *fp, uint_t flag, const ctf_funcinfo_t *ctc, const ctf_id_t *argv) argument
841 ctf_add_struct(ctf_file_t *fp, uint_t flag, const char *name) argument
863 ctf_add_union(ctf_file_t *fp, uint_t flag, const char *name) argument
885 ctf_add_enum(ctf_file_t *fp, uint_t flag, const char *name) argument
907 ctf_add_forward(ctf_file_t *fp, uint_t flag, const char *name, uint_t kind) argument
946 ctf_add_typedef(ctf_file_t *fp, uint_t flag, const char *name, ctf_id_t ref) argument
968 ctf_add_volatile(ctf_file_t *fp, uint_t flag, ctf_id_t ref) argument
974 ctf_add_const(ctf_file_t *fp, uint_t flag, ctf_id_t ref) argument
980 ctf_add_restrict(ctf_file_t *fp, uint_t flag, ctf_id_t ref) argument
1258 uint_t kind, flag, vlen; local
[all...]
/freebsd-10.0-release/bin/sh/
H A Dexpand.c147 * via flag (EXP_*).
156 expandarg(union node *arg, struct arglist *arglist, int flag) argument
165 argstr(arg->narg.text, flag);
176 if (flag & EXP_FULL) {
180 expandmeta(exparg.list, flag);
182 if (flag & EXP_REDIR) /*XXX - for now, just remove escapes */
216 argstr(char *p, int flag) argument
219 int quotes = flag & (EXP_FULL | EXP_CASE | EXP_REDIR); /* do CTLESC */
224 split_lit = flag & EXP_SPLIT_LIT;
225 lit_quoted = flag
299 exptilde(char *p, int flag) argument
394 expari(int flag) argument
450 expbackq(union node *cmd, int quoted, int flag) argument
648 evalvar(char *p, int flag) argument
883 strtodest(const char *p, int flag, int subtype, int quoted) argument
896 varvalue(char *name, int quoted, int subtype, int flag) argument
[all...]
/freebsd-10.0-release/contrib/libc-vis/
H A Dunvis.c202 unvis(char *cp, int c, int *astate, int flag) argument
219 if (flag & UNVIS_END) {
237 if ((flag & VIS_NOESCAPE) == 0 && c == '\\') {
241 if ((flag & VIS_HTTP1808) && c == '%') {
245 if ((flag & VIS_HTTP1866) && c == '&') {
249 if ((flag & VIS_MIMESTYLE) && c == '=') {
497 strnunvisx(char *dst, size_t dlen, const char *src, int flag) argument
515 switch (unvis(&t, c, &state, flag)) {
546 strunvisx(char *dst, const char *src, int flag) argument
548 return strnunvisx(dst, (size_t)~0, src, flag);
[all...]
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Dntp_filegen.c73 fp->flag = FGEN_FLAG_LINK; /* not yet enabled !!*/
251 if (gen->flag & FGEN_FLAG_LINK) {
299 if (!(gen->flag & FGEN_FLAG_ENABLED)) {
376 u_int flag
384 flag == gen->flag)
399 gen->prefix, gen->basename, basename, gen->type, type, gen->flag, flag);
407 gen->flag = (u_char) flag;
[all...]
/freebsd-10.0-release/sys/isa/
H A Dvga_isa.c251 isavga_open(struct cdev *dev, int flag, int mode, struct thread *td) argument
253 return (vga_open(dev, VGA_SOFTC(VGA_UNIT(dev)), flag, mode, td));
257 isavga_close(struct cdev *dev, int flag, int mode, struct thread *td) argument
259 return (vga_close(dev, VGA_SOFTC(VGA_UNIT(dev)), flag, mode, td));
263 isavga_read(struct cdev *dev, struct uio *uio, int flag) argument
265 return (vga_read(dev, VGA_SOFTC(VGA_UNIT(dev)), uio, flag));
269 isavga_write(struct cdev *dev, struct uio *uio, int flag) argument
271 return (vga_write(dev, VGA_SOFTC(VGA_UNIT(dev)), uio, flag));
275 isavga_ioctl(struct cdev *dev, u_long cmd, caddr_t arg, int flag, struct thread *td) argument
277 return (vga_ioctl(dev, VGA_SOFTC(VGA_UNIT(dev)), cmd, arg, flag, t
[all...]
/freebsd-10.0-release/tools/test/testfloat/sparc64/
H A Dfpu_util.c70 typedef unsigned long flag; typedef
317 flag syst_float32_eq(float32 a, float32 b)
328 flag syst_float32_le(float32 a, float32 b)
339 flag syst_float32_lt(float32 a, float32 b)
350 flag syst_float32_eq_signaling(float32 a, float32 b)
361 flag syst_float32_le_quiet(float32 a, float32 b)
372 flag syst_float32_lt_quiet(float32 a, float32 b)
468 flag syst_float64_eq(float64 a, float64 b)
479 flag syst_float64_le(float64 a, float64 b)
490 flag syst_float64_l
[all...]
/freebsd-10.0-release/sys/security/mac/
H A Dmac_socket.c104 mac_socket_label_alloc(int flag) argument
109 label = mac_labelzone_alloc(flag);
113 if (flag & M_WAITOK)
114 MAC_POLICY_CHECK(socket_init_label, label, flag);
116 MAC_POLICY_CHECK_NOSLEEP(socket_init_label, label, flag);
126 mac_socketpeer_label_alloc(int flag) argument
131 label = mac_labelzone_alloc(flag);
135 if (flag & M_WAITOK)
136 MAC_POLICY_CHECK(socketpeer_init_label, label, flag);
138 MAC_POLICY_CHECK_NOSLEEP(socketpeer_init_label, label, flag);
148 mac_socket_init(struct socket *so, int flag) argument
[all...]
/freebsd-10.0-release/contrib/nvi/regex/
H A Dengine.c100 static states step __P((struct re_guts *g, sopno start, sopno stop, states bef, int flag, RCHAR_T ch, states aft));
718 register int flag; local
736 flag = 0;
740 flag = BOL;
745 flag = (flag == BOL) ? BOLEOL : EOL;
750 st = step(m->g, startst, stopst, st, flag, OUT, st);
755 if ( (flag == BOL || (lastc != OUT && !ISWORD(lastc))) &&
757 flag = BOW;
760 (flag
809 register int flag; local
[all...]
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_dir.c110 * flag - ZNEW: if the entry already exists, fail with EEXIST.
138 int flag, int *direntflags, pathname_t *realpnp)
183 ((zfsvfs->z_case == ZFS_CASE_INSENSITIVE) && (flag & ZCIEXACT)) ||
184 ((zfsvfs->z_case == ZFS_CASE_MIXED) && !(flag & ZCILOOK));
198 !(zfsvfs->z_norm & ~U8_TEXTPREP_TOUPPER) && !(flag & ZCILOOK));
208 if (flag & ZRENAMING)
219 ASSERT(!(flag & ZSHARED) || !(flag & ZHAVELOCK));
220 if (!(flag & ZHAVELOCK))
227 if (!(flag
137 zfs_dirent_lock(zfs_dirlock_t **dlpp, znode_t *dzp, char *name, znode_t **zpp, int flag, int *direntflags, pathname_t *realpnp) argument
705 zfs_link_create(zfs_dirlock_t *dl, znode_t *zp, dmu_tx_t *tx, int flag) argument
776 zfs_dropname(zfs_dirlock_t *dl, znode_t *zp, znode_t *dzp, dmu_tx_t *tx, int flag) argument
807 zfs_link_destroy(zfs_dirlock_t *dl, znode_t *zp, dmu_tx_t *tx, int flag, boolean_t *unlinkedp) argument
[all...]
/freebsd-10.0-release/lib/libgeom/
H A Dgeom_ctl.c74 ap->flag & GCTL_PARAM_RD ? "R" : "",
75 ap->flag & GCTL_PARAM_WR ? "W" : "");
77 if (ap->flag & GCTL_PARAM_ASCII)
155 int flag)
170 ap->flag = flag;
174 ap->flag |= GCTL_PARAM_ASCII;
154 gctl_param_add(struct gctl_req *req, const char *name, int len, void *value, int flag) argument
/freebsd-10.0-release/usr.sbin/gpioctl/
H A Dgpioctl.c44 uint32_t flag; member in struct:flag_desc
69 fprintf(stderr, "\tgpioctl [-f ctldev] -c pin flag ...\n");
79 if (pdesc->flag == cap)
93 return pdesc->flag;
192 int flags, flag, ok; local
267 flag = str2cap(argv[i]);
268 if (flag < 0)
269 fail("Invalid flag: %s\n", argv[i]);
270 flags |= flag;
/freebsd-10.0-release/contrib/apr/mmap/unix/
H A Dmmap.c76 apr_size_t size, apr_int32_t flag,
126 if (flag & APR_MMAP_WRITE) {
129 if (flag & APR_MMAP_READ) {
/freebsd-10.0-release/sys/boot/powerpc/ps3/
H A Dps3cdrom.c48 static int ps3cdrom_strategy(void *devdata, int flag, daddr_t dblk,
78 static int ps3cdrom_strategy(void *devdata, int flag, daddr_t dblk, argument
86 if (flag != F_READ) {
/freebsd-10.0-release/usr.bin/rpcgen/
H A Drpc_main.c994 char flag[(1 << 8 * sizeof (char))]; local
1002 flag['c'] = 0;
1003 flag['h'] = 0;
1004 flag['l'] = 0;
1005 flag['m'] = 0;
1006 flag['o'] = 0;
1007 flag['s'] = 0;
1008 flag['n'] = 0;
1009 flag['t'] = 0;
1010 flag['
[all...]
/freebsd-10.0-release/lib/libc/softfloat/bits64/
H A Dsoftfloat.c114 static int32 roundAndPackInt32( flag zSign, bits64 absZ )
117 flag roundNearestEven;
165 static int64 roundAndPackInt64( flag zSign, bits64 absZ0, bits64 absZ1 )
168 flag roundNearestEven, increment;
236 INLINE flag extractFloat32Sign( float32 a )
274 INLINE float32 packFloat32( flag zSign, int16 zExp, bits32 zSig )
304 static float32 roundAndPackFloat32( flag zSign, int16 zExp, bits32 zSig )
307 flag roundNearestEven;
309 flag isTiny;
367 normalizeRoundAndPackFloat32( flag zSig
[all...]
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_match.c66 int flag; member in struct:match_file
92 /* exclusion/inclusion set flag. */
751 int flag = PATHMATCH_NO_ANCHOR_START | PATHMATCH_NO_ANCHOR_END; local
758 return (archive_pathmatch(p, (const char *)pn, flag));
764 flag));
779 int flag = PATHMATCH_NO_ANCHOR_END; local
786 return (archive_pathmatch(p, (const char *)pn, flag));
792 flag));
884 archive_match_include_time(struct archive *_a, int flag, time_t sec, argument
889 r = validate_time_flag(_a, flag, "archive_match_include_tim
897 archive_match_include_date(struct archive *_a, int flag, const char *datestr) argument
909 archive_match_include_date_w(struct archive *_a, int flag, const wchar_t *datestr) argument
922 archive_match_include_file_time(struct archive *_a, int flag, const char *pathname) argument
935 archive_match_include_file_time_w(struct archive *_a, int flag, const wchar_t *pathname) argument
948 archive_match_exclude_entry(struct archive *_a, int flag, struct archive_entry *entry) argument
998 validate_time_flag(struct archive *_a, int flag, const char *_fn) argument
1358 add_entry(struct archive_match *a, int flag, struct archive_entry *entry) argument
[all...]
/freebsd-10.0-release/usr.bin/mklocale/
H A Dyacc.y306 set_map(rune_map *map, rune_list *list, uint32_t flag)
310 add_map(map, list, flag);
336 add_map(rune_map *map, rune_list *list, uint32_t flag)
344 if (flag)
345 map->map[list->min++] |= flag;
358 || (!flag && list->max == r->min - 1)) {
359 if (flag) {
362 list->types[i] = flag;
376 if (flag) {
379 list->types[i] = flag;
[all...]
/freebsd-10.0-release/bin/ps/
H A Dps.h72 u_int flag; member in struct:var
/freebsd-10.0-release/contrib/diff/lib/
H A Dgetopt.h94 If the field `flag' is not NULL, it points to a variable that is set
100 option's `flag' field to zero and its `val' field to a nonzero
102 one). For long options that have a zero `flag' field, `getopt'
111 int *flag; member in struct:option
/freebsd-10.0-release/contrib/ntp/kernel/
H A Dtty_clk_STREAMS.c81 static int clkopen(q, dev, flag, sflag)
84 int flag;
114 static int clkclose(q, flag)
116 int flag;
191 * flag and depending on the flag either:
/freebsd-10.0-release/contrib/smbfs/include/
H A Dcflib.h57 int flag; /* OPTFL_* */ member in struct:opt_args
/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-krb.c106 register int flag; local
108 flag = 1;
112 flag = 0;
126 if (flag)
/freebsd-10.0-release/lib/msun/i387/
H A Dfenv.c72 int flag, nflag; local
76 getfl(&flag);
77 nflag = flag ^ 0x200000;
80 if (flag != nflag) {

Completed in 319 milliseconds

1234567891011>>