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

1234567891011>>

/freebsd-9.3-release/lib/libc/posix1e/
H A Dacl_flag.c37 _flag_is_invalid(acl_flag_t flag) argument
40 if ((flag & ACL_FLAGS_BITS) == flag)
49 acl_add_flag_np(acl_flagset_t flagset_d, acl_flag_t flag) argument
57 if (_flag_is_invalid(flag))
60 *flagset_d |= flag;
80 acl_delete_flag_np(acl_flagset_t flagset_d, acl_flag_t flag) argument
88 if (_flag_is_invalid(flag))
91 *flagset_d &= ~flag;
97 acl_get_flag_np(acl_flagset_t flagset_d, acl_flag_t flag) argument
[all...]
/freebsd-9.3-release/crypto/heimdal/include/
H A Dbits.c71 print_bt(FILE *f, int flag) __attribute__ ((unused));
100 print_bt(FILE *f, int flag) argument
102 if(flag == 0){
114 int flag; local
164 flag = 0;
166 flag = print_bt(f, flag);
170 flag = print_bt(f, flag);
174 flag
[all...]
/freebsd-9.3-release/tools/test/testfloat/
H A Dslowfloat.h73 flag slow_float32_eq( float32, float32 );
74 flag slow_float32_le( float32, float32 );
75 flag slow_float32_lt( float32, float32 );
76 flag slow_float32_eq_signaling( float32, float32 );
77 flag slow_float32_le_quiet( float32, float32 );
78 flag slow_float32_lt_quiet( float32, float32 );
101 flag slow_float64_eq( float64, float64 );
102 flag slow_float64_le( float64, float64 );
103 flag slow_float64_lt( float64, float64 );
104 flag slow_float64_eq_signalin
[all...]
/freebsd-9.3-release/contrib/file/src/
H A Dmygetopt.h59 /* if not NULL, set *flag to val when option found */
60 int *flag; member in struct:option
61 /* if flag not NULL, value to set *flag to; else return value */
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnetd/
H A Dslc.c51 slctab[i].defset.flag =
53 slctab[i].current.flag = SLC_NOSUPPORT;
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dvis.c45 (flag & VIS_GLOB) == 0) && isgraph((u_char)(c))) || \
46 ((flag & VIS_SP) == 0 && (c) == ' ') || \
47 ((flag & VIS_TAB) == 0 && (c) == '\t') || \
48 ((flag & VIS_NL) == 0 && (c) == '\n') || \
49 ((flag & VIS_SAFE) && ((c) == '\b' || \
57 vis(char *dst, int c, int flag, int nextc) argument
61 if (c == '\\' && (flag & VIS_NOSLASH) == 0)
67 if (flag & VIS_CSTYLE) {
111 if (((c & 0177) == ' ') || (flag & VIS_OCTAL) ||
112 ((flag
154 strvis(char *dst, const char *src, int flag) argument
166 strnvis(char *dst, const char *src, size_t siz, int flag) argument
210 strvisx(char *dst, const char *src, size_t len, int flag) argument
[all...]
/freebsd-9.3-release/tools/regression/pjdfstest/tests/rename/
H A D06.t4 desc="rename returns EPERM if the file pointed at by the 'from' argument has its immutable, undeletable or append-only flag set"
30 for flag in ${flags}; do
31 expect 0 chflags ${n0} ${flag}
32 expect ${flag} stat ${n0} flags
33 [ "${flag}" = "SF_APPEND" ] && todo FreeBSD:ZFS "Renaming a file protected by SF_APPEND should return EPERM."
35 [ "${flag}" = "SF_APPEND" ] && todo FreeBSD:ZFS "Renaming a file protected by SF_APPEND should return EPERM."
47 for flag in ${flags}; do
48 expect 0 lchflags ${n0} ${flag}
49 expect ${flag} lstat ${n0} flags
50 [ "${flag}"
[all...]
H A D08.t4 desc="rename returns EPERM if the parent directory of the file pointed at by the 'to' argument has its immutable flag set"
34 for flag in ${flags1}; do
35 expect 0 chflags ${n0} ${flag}
36 expect ${flag} stat ${n0} flags
49 for flag in ${flags2}; do
50 expect 0 chflags ${n0} ${flag}
51 expect ${flag} stat ${n0} flags
H A D07.t4 desc="rename returns EPERM if the parent directory of the file pointed at by the 'from' argument has its immutable or append-only flag set"
34 for flag in ${flags1}; do
35 expect 0 chflags ${n0} ${flag}
36 expect ${flag} stat ${n0} flags
37 [ "${flag}" = "SF_APPEND" ] && todo FreeBSD:ZFS "Renaming a file protected by SF_APPEND should return EPERM."
39 [ "${flag}" = "SF_APPEND" ] && todo FreeBSD:ZFS "Renaming a file protected by SF_APPEND should return EPERM."
52 for flag in ${flags2}; do
53 expect 0 chflags ${n0} ${flag}
54 expect ${flag} stat ${n0} flags
/freebsd-9.3-release/sys/cam/
H A Dcam_debug.h85 #define CAM_DEBUGGED(path, flag) \
86 (((flag) & (CAM_DEBUG_COMPILE) & cam_dflags) \
91 #define CAM_DEBUG(path, flag, printfargs) \
92 if (((flag) & (CAM_DEBUG_COMPILE) & cam_dflags) \
102 #define CAM_DEBUG_DEV(dev, flag, printfargs) \
103 if (((flag) & (CAM_DEBUG_COMPILE) & cam_dflags) \
113 #define CAM_DEBUG_PRINT(flag, printfargs) \
114 if (((flag) & (CAM_DEBUG_COMPILE) & cam_dflags)) { \
121 #define CAM_DEBUG_PATH_PRINT(flag, path, printfargs) \
122 if (((flag)
[all...]
/freebsd-9.3-release/usr.bin/lsvfs/
H A Dlsvfs.c26 int flag; member in struct:flaglist
29 { .flag = VFCF_STATIC, .str = "static", },
30 { .flag = VFCF_NETWORK, .str = "network", },
31 { .flag = VFCF_READONLY, .str = "read-only", },
32 { .flag = VFCF_SYNTHETIC, .str = "synthetic", },
33 { .flag = VFCF_LOOPBACK, .str = "loopback", },
34 { .flag = VFCF_UNICODE, .str = "unicode", },
35 { .flag = VFCF_JAIL, .str = "jail", },
36 { .flag = VFCF_DELEGADMIN, .str = "delegated-administration", },
90 if (flags & fl[i].flag) {
[all...]
/freebsd-9.3-release/lib/libc/softfloat/templates/
H A Dsoftfloat.h161 !!!flag float32_eq( float32, float32 );
162 !!!flag float32_le( float32, float32 );
163 !!!flag float32_lt( float32, float32 );
164 !!!flag float32_eq_signaling( float32, float32 );
165 !!!flag float32_le_quiet( float32, float32 );
166 !!!flag float32_lt_quiet( float32, float32 );
167 !!!flag float32_is_signaling_nan( float32 );
198 !!!flag float64_eq( float64, float64 );
199 !!!flag float64_le( float64, float64 );
200 !!!flag float64_l
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dopt-gather.awk39 /^[ \t]*(;|$)/ { flag = 0; next }
40 /^[^ \t]/ { if (flag == 0) {
42 flag = 1 }
/freebsd-9.3-release/contrib/ncurses/ncurses/tinfo/
H A Dfree_ttype.c69 use_extended_names(bool flag) argument
73 T((T_CALLED("use_extended_names(%d)"), flag));
74 _nc_user_definable = flag;
H A Dlib_options.c52 idlok(WINDOW *win, bool flag) argument
54 T((T_CALLED("idlok(%p,%d)"), win, flag));
57 _nc_idlok = win->_idlok = (flag && (has_il() || change_scroll_region));
64 idcok(WINDOW *win, bool flag) argument
66 T((T_CALLED("idcok(%p,%d)"), win, flag));
69 _nc_idcok = win->_idcok = (flag && has_ic());
88 nodelay(WINDOW *win, bool flag) argument
90 T((T_CALLED("nodelay(%p,%d)"), win, flag));
93 if (flag == TRUE)
126 keypad(WINDOW *win, bool flag) argument
138 meta(WINDOW *win GCC_UNUSED, bool flag) argument
237 _nc_keypad(SCREEN *sp, bool flag) argument
310 _nc_meta(SCREEN *sp, bool flag) argument
[all...]
/freebsd-9.3-release/contrib/tcpdump/
H A Dsend-ack.awk22 # detect and add a flag character for 'anomalies':
36 flag = "*"
39 flag = "-"
41 flag = "#"
43 flag = " "
47 flag, $5, strtSeq
57 flag, $5, id
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dcrc.c45 static int flag = 0; local
49 if(flag) return;
62 flag = 1;
/freebsd-9.3-release/lib/libc/gen/
H A Dsiginterrupt.c46 siginterrupt(sig, flag)
47 int sig, flag;
55 if (flag) {
/freebsd-9.3-release/sys/geom/
H A Dgeom_int.h55 void g_confxml(void *, int flag);
58 void g_confdot(void *, int flag);
59 void g_conftxt(void *, int flag);
H A Dgeom_event.c72 int flag; member in struct:g_event
119 g_attr_changed_event(void *arg, int flag) argument
130 if (flag != EV_CANCEL && g_shutdown == 0) {
144 g_attr_changed(struct g_provider *pp, const char *attr, int flag) argument
149 args = g_malloc(sizeof *args, flag);
154 error = g_post_event(g_attr_changed_event, args, flag, pp, NULL);
250 if (ep->flag & EV_INPROGRESS) {
254 ep->flag |= EV_INPROGRESS;
261 ep->flag &= ~EV_INPROGRESS;
262 if (ep->flag
336 g_post_event_x(g_event_t *func, void *arg, int flag, int wuflag, struct g_event **epp, va_list ap) argument
371 g_post_event(g_event_t *func, void *arg, int flag, ...) argument
402 g_waitfor_event(g_event_t *func, void *arg, int flag, ...) argument
[all...]
/freebsd-9.3-release/tools/regression/pjdfstest/tests/chflags/
H A D10.t25 for flag in SF_IMMUTABLE SF_APPEND SF_NOUNLINK; do
26 expect EPERM -u 65533 -g 65533 chflags ${n1} ${flag}
28 expect EPERM -u 65534 -g 65534 chflags ${n1} ${flag}
40 for flag in SF_IMMUTABLE SF_APPEND SF_NOUNLINK; do
41 expect EPERM -u 65533 -g 65533 lchflags ${n1} ${flag}
43 expect EPERM -u 65534 -g 65534 lchflags ${n1} ${flag}
H A D08.t25 for flag in SF_IMMUTABLE SF_APPEND SF_NOUNLINK; do
26 expect 0 chflags ${n1} ${flag}
28 expect ${flag} stat ${n1} flags
30 expect ${flag} stat ${n1} flags
42 for flag in SF_IMMUTABLE SF_APPEND SF_NOUNLINK; do
43 expect 0 lchflags ${n1} ${flag}
45 expect ${flag} lstat ${n1} flags
47 expect ${flag} lstat ${n1} flags
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dvis.c132 #define MAKEEXTRALIST(flag, extra) \
135 if (flag & VIS_SP) *pextra++ = ' '; \
136 if (flag & VIS_TAB) *pextra++ = '\t'; \
137 if (flag & VIS_NL) *pextra++ = '\n'; \
138 if ((flag & VIS_NOSLASH) == 0) *pextra++ = '\\'; \
146 * flag: Flag word
151 #define SVIS(dst, c, flag, nextc, extra) \
158 ((flag & VIS_SAFE) && issafe(c)))) { \
163 if (flag & VIS_CSTYLE) { \
198 if (isextra || ((c & 0177) == ' ') || (flag
227 rk_svis(char *dst, int c, int flag, int nextc, const char *extra) argument
255 rk_strsvis(char *dst, const char *src, int flag, const char *extra) argument
272 rk_strsvisx(char *dst, const char *src, size_t len, int flag, const char *extra) argument
294 rk_vis(char *dst, int c, int flag, int nextc) argument
319 rk_strvis(char *dst, const char *src, int flag) argument
329 rk_strvisx(char *dst, const char *src, size_t len, int flag) argument
[all...]
/freebsd-9.3-release/sys/fs/ntfs/
H A Dntfsmount.h41 u_long flag; /* additional flags */ member in struct:ntfs_args
/freebsd-9.3-release/tools/test/testfloat/sparc64/
H A Dsystfloat.h132 flag syst_float32_eq( float32, float32 );
133 flag syst_float32_le( float32, float32 );
134 flag syst_float32_lt( float32, float32 );
135 flag syst_float32_eq_signaling( float32, float32 );
136 flag syst_float32_le_quiet( float32, float32 );
137 flag syst_float32_lt_quiet( float32, float32 );
158 flag syst_float64_eq( float64, float64 );
159 flag syst_float64_le( float64, float64 );
160 flag syst_float64_lt( float64, float64 );
161 flag syst_float64_eq_signalin
[all...]

Completed in 359 milliseconds

1234567891011>>