Home
last modified time | relevance | path

Searched refs:_flag (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/libiberty/
Dvsprintf.c42 b->_flag = _IOWRT|_IOSTRG; in vsprintf()
46 b._flag = _IOWRT|_IOSTRG; in vsprintf()
/netbsd/src/external/gpl3/gdb/dist/libiberty/
Dvsprintf.c42 b->_flag = _IOWRT|_IOSTRG; in vsprintf()
46 b._flag = _IOWRT|_IOSTRG; in vsprintf()
/netbsd/src/external/gpl3/gcc/dist/libiberty/
Dvsprintf.c42 b->_flag = _IOWRT|_IOSTRG; in vsprintf()
46 b._flag = _IOWRT|_IOSTRG; in vsprintf()
/netbsd/src/external/bsd/libarchive/dist/libarchive/
Darchive.h1171 __LA_DECL int archive_match_include_time(struct archive *, int _flag,
1174 __LA_DECL int archive_match_include_date(struct archive *, int _flag,
1176 __LA_DECL int archive_match_include_date_w(struct archive *, int _flag,
1180 int _flag, const char *_pathname);
1182 int _flag, const wchar_t *_pathname);
1185 int _flag, struct archive_entry *);
/netbsd/src/external/cddl/osnet/sys/sys/
Dacl.h371 int acl_add_flag_np(acl_flagset_t _flagset_d, acl_flag_t _flag);
388 int acl_delete_flag_np(acl_flagset_t _flagset_d, acl_flag_t _flag);
401 int acl_get_flag_np(acl_flagset_t _flagset_d, acl_flag_t _flag);
/netbsd/src/sys/sys/
Dacl.h382 int acl_add_flag_np(acl_flagset_t _flagset_d, acl_flag_t _flag);
399 int acl_delete_flag_np(acl_flagset_t _flagset_d, acl_flag_t _flag);
412 int acl_get_flag_np(acl_flagset_t _flagset_d, acl_flag_t _flag);
/netbsd/src/sys/external/isc/atheros_hal/dist/ar5212/
Dar5212.h397 #define SAVE_CCK(_ah, _chan, _flag) do { \ argument
402 (_flag) = AH_TRUE; \
404 (_flag) = AH_FALSE; \
406 #define RESTORE_CCK(_ah, _chan, _flag) do { \ argument
407 if ((IS_2425(_ah) || IS_2417(_ah)) && (_flag) == AH_TRUE) {\
/netbsd/src/usr.bin/make/
Dutil.c367 fakebuf._flag = STRFLAG; in vsnprintf()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-20121732 (lt_prog_compiler_pic_CXX): Set via glibcxx_*_flag(s) above.