Searched refs:flag (Results 26 - 50 of 154) sorted by relevance

1234567

/haiku/src/system/libroot/posix/unistd/
H A Dchown.c63 fchownat(int fd, const char* path, uid_t owner, gid_t group, int flag) argument
65 return common_chown(fd, path, (flag & AT_SYMLINK_NOFOLLOW) == 0, owner,
/haiku/src/add-ons/kernel/drivers/bus/firewire/
H A Dfw_raw.c98 if (q->flag & (FWXFERQ_RUNNING | FWXFERQ_EXTBUF))
131 q->flag &= ~FWXFERQ_MODEMASK;
132 q->flag |= FWXFERQ_STREAM;
133 q->flag |= FWXFERQ_EXTBUF;
141 if (q->flag & FWXFERQ_EXTBUF) {
147 q->flag &= ~FWXFERQ_EXTBUF;
242 if ((ir->flag & FWXFERQ_OPEN) == 0)
244 if (ir->flag & FWXFERQ_RUNNING) {
245 ir->flag &= ~FWXFERQ_RUNNING;
259 ir->flag
[all...]
/haiku/src/libs/bsd/
H A Dunvis.c201 unvis(char *cp, int c, int *astate, int flag) argument
218 if (flag & UNVIS_END) {
236 if ((flag & VIS_NOESCAPE) == 0 && c == '\\') {
240 if ((flag & VIS_HTTP1808) && c == '%') {
244 if ((flag & VIS_HTTP1866) && c == '&') {
248 if ((flag & VIS_MIMESTYLE) && c == '=') {
502 strnunvisx(char *dst, size_t dlen, const char *src, int flag) argument
520 switch (unvis(&t, c, &state, flag)) {
551 strunvisx(char *dst, const char *src, int flag) argument
553 return strnunvisx(dst, (size_t)~0, src, flag);
[all...]
/haiku/src/bin/unzip/
H A Dunzip.h346 typedef int (UZ_EXP MsgFn) (zvoid *pG, uch *buf, ulg size, int flag);
347 typedef int (UZ_EXP InputFn) (zvoid *pG, uch *buf, int *size, int flag);
348 typedef void (UZ_EXP PauseFn) (zvoid *pG, ZCONST char *prompt, int flag);
480 ulg flag; /* bit 0: is_beta bit 1: uses_zlib */ member in struct:_UzpVer
493 ulg flag; /* bit 0: is_beta bit 1: uses_zlib */ member in struct:_UzpVer2
558 /* flag values for status callback function */
596 int UZ_EXP UzpMessagePrnt OF((zvoid *pG, uch *buf, ulg size, int flag));
597 int UZ_EXP UzpMessageNull OF((zvoid *pG, uch *buf, ulg size, int flag));
598 int UZ_EXP UzpInput OF((zvoid *pG, uch *buf, int *size, int flag));
599 void UZ_EXP UzpMorePause OF((zvoid *pG, ZCONST char *prompt, int flag));
[all...]
/haiku/headers/os/interface/
H A DButton.h43 virtual void MakeDefault(bool flag);
100 inline bool _Flag(uint32 flag) const;
101 inline bool _SetFlag(uint32 flag, bool set);
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfwdma.cpp61 struct fwdma_alloc *dma, int flag)
88 flag, &dma->dma_map);
113 bus_size_t size, bus_addr_t *bus_addr, int flag)
117 if (bus_dmamem_alloc(dmat, &v_addr, flag, dmamap)) {
203 ssize, &seg->bus_addr, flag);
/haiku/src/apps/mail/
H A DWords.h52 int32 suffix_word(char* dst, const char* src, char flag);
/haiku/src/system/libroot/posix/glibc/extensions/
H A Dgetopt.h83 If the field `flag' is not NULL, it points to a variable that is set
89 option's `flag' field to zero and its `val' field to a nonzero
91 one). For long options that have a zero `flag' field, `getopt'
104 int *flag; member in struct:option
/haiku/src/system/libroot/posix/arch/x86/
H A Dfenv.c67 int flag, nflag; local
71 getfl(&flag);
72 nflag = flag ^ 0x200000;
75 if (flag != nflag) {
/haiku/src/kits/debugger/dwarf/
H A DAttributeValue.cpp28 snprintf(buffer, size, "%s", flag ? "true" : "false");
/haiku/src/kits/mail/
H A DMailDaemon.cpp95 BMailDaemon::MarkAsRead(int32 account, const entry_ref& ref, read_flags flag) argument
103 message.AddInt32("read", flag);
/haiku/headers/private/mail/
H A Dmail_util.h26 status_t write_read_attr(BNode& node, read_flags flag);
27 status_t read_read_attr(BNode& node, read_flags& flag);
/haiku/src/tools/fs_shell/
H A Dstat_util.cpp29 #define SET_ST_MODE_BIT(flag, fsshFlag) \
30 if (mode & flag) \
91 #define SET_ST_MODE_BIT(flag, fsshFlag) \
93 mode |= flag;
191 #define SET_OPEN_MODE_FLAG(flag, fsshFlag) \
193 mode |= flag;
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dvolume.h117 NV_HideDotFiles, /* 1: Set hidden flag on dot files */
123 #define test_nvol_flag(nv, flag) test_bit(NV_##flag, (nv)->state)
124 #define set_nvol_flag(nv, flag) set_bit(NV_##flag, (nv)->state)
125 #define clear_nvol_flag(nv, flag) clear_bit(NV_##flag, (nv)->state)
H A Dattrib.h217 #define test_nattr_flag(na, flag) test_bit(NA_##flag, (na)->state)
218 #define set_nattr_flag(na, flag) set_bit(NA_##flag, (na)->state)
219 #define clear_nattr_flag(na, flag) clear_bit(NA_##flag, (na)->state)
249 #define GenNAttrIno(func_name, flag) \
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A Dfuse_config.c147 unsigned long flag;
178 *flags |= mount_flags[i].flag;
180 *flags &= ~mount_flags[i].flag;
184 fprintf(stderr, "fuse: internal error, can't find mount flag\n");
/haiku/headers/posix/sys/
H A Dstat.h114 extern int fchmodat(int fd, const char *path, mode_t mode, int flag);
118 extern int fstatat(int fd, const char *path, struct stat *st, int flag);
128 const struct timespec times[2], int flag);
/haiku/src/add-ons/kernel/file_systems/exfat/
H A Dexfat.h155 uint8 flag; member in struct:exfat_entry::__anon1374::__anon1379
169 { return (flag & EXFAT_ENTRY_FLAG_CONTIGUOUS) != 0; }
171 { flag = newFlag; }
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211.c96 static void ieee80211_syncflag_locked(struct ieee80211com *ic, int flag);
97 static void ieee80211_syncflag_ht_locked(struct ieee80211com *ic, int flag);
98 static void ieee80211_syncflag_ext_locked(struct ieee80211com *ic, int flag);
99 static void ieee80211_syncflag_vht_locked(struct ieee80211com *ic, int flag);
852 * Synchronize flag bit state in the com structure
857 ieee80211_syncflag_locked(struct ieee80211com *ic, int flag) argument
866 if (vap->iv_flags & flag) {
871 ic->ic_flags |= flag;
873 ic->ic_flags &= ~flag;
877 ieee80211_syncflag(struct ieee80211vap *vap, int flag) argument
897 ieee80211_syncflag_ht_locked(struct ieee80211com *ic, int flag) argument
917 ieee80211_syncflag_ht(struct ieee80211vap *vap, int flag) argument
937 ieee80211_syncflag_vht_locked(struct ieee80211com *ic, int flag) argument
957 ieee80211_syncflag_vht(struct ieee80211vap *vap, int flag) argument
977 ieee80211_syncflag_ext_locked(struct ieee80211com *ic, int flag) argument
997 ieee80211_syncflag_ext(struct ieee80211vap *vap, int flag) argument
[all...]
/haiku/src/build/libroot/
H A Dfs.cpp162 FDPathFile(int fd, const char* path, int flag) argument
166 fFlag(flag)
189 utimensat(int fd, const char* path, const struct timespec times[2], int flag) argument
191 FDPathFile file(fd, path, flag);
1214 _haiku_build_fchmodat(int fd, const char* path, mode_t mode, int flag) argument
1217 return fchmodat(fd, path, mode, flag);
1223 (flag & AT_SYMLINK_NOFOLLOW) == 0, &st, sizeof(st), B_STAT_MODE));
1235 _haiku_build_fstatat(int fd, const char* path, struct stat* st, int flag) argument
1238 return fstatat(fd, path, st, flag);
1241 (flag
1265 _haiku_build_utimensat(int fd, const char* path, const struct timespec times[2], int flag) argument
1331 _haiku_build_faccessat(int fd, const char* path, int accessMode, int flag) argument
1429 _haiku_build_linkat(int toFD, const char* toPath, int pathFD, const char* path, int flag) argument
1439 _haiku_build_unlinkat(int fd, const char* path, int flag) argument
1496 _haiku_build_fchownat(int fd, const char* path, uid_t owner, gid_t group, int flag) argument
[all...]
/haiku/headers/private/libroot/
H A Dsignal_private.h82 int __siginterrupt_beos(int signal, int flag);
83 int __siginterrupt(int signal, int flag);
/haiku/src/system/libroot/posix/sys/
H A Dutimes.c57 utimensat(int fd, const char *path, const struct timespec times[2], int flag) argument
101 status = _kern_write_stat(fd, path, (flag & AT_SYMLINK_NOFOLLOW) == 0,
/haiku/src/libs/mapm/
H A Dmapm_add.c187 int itmp, j, flag, icompare, sign, aexp, bexp, local
242 flag = TRUE;
247 flag = FALSE;
269 if (flag) /* perform A-B, M_work1 - M_work2 */
/haiku/src/apps/haikudepot/server/
H A DAbstractServerProcess.h69 bool HasOption(uint32 flag);
/haiku/src/apps/webpositive/
H A DBrowserWindow.h159 virtual void SetToolBarsVisible(bool flag, BWebView* view);
160 virtual void SetStatusBarVisible(bool flag, BWebView* view);
161 virtual void SetMenuBarVisible(bool flag, BWebView* view);
162 virtual void SetResizable(bool flag, BWebView* view);

Completed in 154 milliseconds

1234567