Home
last modified time | relevance | path

Searched +defs:c +defs:mode (Results 1 – 25 of 763) sorted by relevance

12345678910>>...31

/netbsd-src/external/gpl2/xcvs/dist/diff/
H A Dsystem.h50 #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) argument
53 #define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) argument
56 #define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK) argument
59 #define S_ISCHR(mode) (((mode) & S_IFMT) == S_IFCHR) argument
62 #define S_ISFIFO(mode) (((mode) & S_IFMT) == S_IFFIFO) argument
68 # define S_ISSOCK(mode) (((mode) & S_IFMT) == S_IFSOCK) argument
70 # define S_ISSOCK(mode) ((mode) & S_IFSOCK) argument
213 #define CTYPE_DOMAIN(c) 1 argument
215 #define CTYPE_DOMAIN(c) ((unsigned) (c) <= 0177) argument
218 #define ISPRINT(c) (CTYPE_DOMAIN (c) && isprint (c)) argument
[all …]
/netbsd-src/external/gpl2/diffutils/dist/src/
H A Dsystem.h75 # define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) argument
78 # define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) argument
81 # define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK) argument
84 # define S_ISCHR(mode) (((mode) & S_IFMT) == S_IFCHR) argument
87 # define S_ISFIFO(mode) (((mode) & S_IFMT) == S_IFFIFO) argument
90 # define S_ISSOCK(mode) (((mode) & S_IFMT) == S_IFSOCK) argument
259 # define CTYPE_DOMAIN(c) 1 argument
261 # define CTYPE_DOMAIN(c) ((unsigned int) (c) <= 0177) argument
263 #define ISPRINT(c) (CTYPE_DOMAIN (c) && isprint (c)) argument
264 #define ISSPACE(c) (CTYPE_DOMAIN (c) && isspace (c)) argument
[all …]
/netbsd-src/share/examples/puffs/pgfs/
H A Dpgfs_subs.c217 static struct cmd *c; in my_lo_truncate() local
246 static struct cmd *c; in my_lo_lseek() local
269 static struct cmd *c; in my_lo_read() local
293 static struct cmd *c; in my_lo_write() local
322 my_lo_open(struct Xconn *xc, Oid loid, int32_t mode, int32_t *fdp) in my_lo_open()
324 static struct cmd *c; in my_lo_open() local
367 static struct cmd *c; in lo_lookup_by_fileid() local
385 lo_open_by_fileid(struct Xconn *xc, fileid_t fileid, int mode, int *fdp) in lo_open_by_fileid()
449 uint64_t mode; in getattr() local
465 static struct cmd *c; in getattr() local
[all …]
/netbsd-src/sys/arch/x68k/dev/
H A Dkbd.c158 #define KEY_CODE(c) ((c) & 0x7f) argument
159 #define KEY_UP(c) ((c) & 0x80) argument
162 kbdenable(int mode) /* 1: interrupt, 0: poll */ in kbdenable()
192 kbdopen(dev_t dev, int flags, int mode, struct lwp *l) in kbdopen()
209 kbdclose(dev_t dev, int flags, int mode, struct lwp *l) in kbdclose()
336 uint8_t c, st; in kbdintr() local
398 kbd_bell(int mode) in kbd_bell()
445 u_char ints, c; in kbdcngetc() local
/netbsd-src/external/bsd/openldap/dist/servers/lloadd/
H A Dlibevent_support.c63 lload_libevent_mutex_lock( unsigned mode, void *lock ) in lload_libevent_mutex_lock()
75 lload_libevent_mutex_unlock( unsigned mode, void *lock ) in lload_libevent_mutex_unlock()
99 lload_libevent_cond_destroy( void *c ) in lload_libevent_cond_destroy()
110 lload_libevent_cond_signal( void *c, int broadcast ) in lload_libevent_cond_signal()
123 void *c, in lload_libevent_cond_timedwait()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-z8k.c63 tohex (int c) in tohex()
78 int c; in sval() local
180 int mode; member
246 parse_reg (char *src, int *mode, unsigned int *preg) in parse_reg()
383 regword (int mode, const char *string) in regword()
397 regaddr (int mode, const char *string) in regaddr()
427 get_ctrl_operand (char **ptr, struct z8k_op *mode, unsigned int dst ATTRIBUTE_UNUSED) in get_ctrl_operand()
468 get_flags_operand (char **ptr, struct z8k_op *mode, unsigned int dst ATTRIBUTE_UNUSED) in get_flags_operand()
471 char c; in get_flags_operand() local
515 get_interrupt_operand (char **ptr, struct z8k_op *mode, unsigned int dst ATTRIBUTE_UNUSED) in get_interrupt_operand()
[all …]
H A Dtc-bpf.h57 #define md_parse_name(name, exp, mode, c) \ argument
61 #define TC_EQUAL_IN_INSN(c, s) bpf_tc_equal_in_insn ((c), (s)) argument
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-z8k.c63 tohex (int c) in tohex()
78 int c; in sval() local
180 int mode; member
246 parse_reg (char *src, int *mode, unsigned int *preg) in parse_reg()
383 regword (int mode, const char *string) in regword()
397 regaddr (int mode, const char *string) in regaddr()
427 get_ctrl_operand (char **ptr, struct z8k_op *mode, unsigned int dst ATTRIBUTE_UNUSED) in get_ctrl_operand()
468 get_flags_operand (char **ptr, struct z8k_op *mode, unsigned int dst ATTRIBUTE_UNUSED) in get_flags_operand()
471 char c; in get_flags_operand() local
515 get_interrupt_operand (char **ptr, struct z8k_op *mode, unsigned int dst ATTRIBUTE_UNUSED) in get_interrupt_operand()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/zlib/
H A Dzutil.h115 # define F_OPEN(name, mode) \ argument
147 # define fdopen(fd,mode) NULL /* No fdopen() */ argument
174 # define fdopen(fd,mode) NULL /* No fdopen() */ argument
179 # define fdopen(fd,mode) NULL /* No fdopen() */ argument
205 # define F_OPEN(name, mode) fopen((name), (mode)) argument
248 # define Tracec(c,x) {if (z_verbose>0 && (c)) fprintf x ;} argument
249 # define Tracecv(c,x) {if (z_verbose>1 && (c)) fprintf x ;} argument
255 # define Tracec(c,x) argument
256 # define Tracecv(c,x) argument
/netbsd-src/external/cddl/osnet/dist/uts/common/zmod/
H A Dzutil.h117 # define F_OPEN(name, mode) \ argument
138 # define fdopen(fd,mode) NULL /* No fdopen() */ argument
158 # define fdopen(fd,mode) NULL /* No fdopen() */ argument
163 # define fdopen(fd,mode) NULL /* No fdopen() */ argument
180 # define F_OPEN(name, mode) fopen((name), (mode)) argument
256 # define Tracec(c,x) {if (z_verbose>0 && (c)) fprintf x ;} argument
257 # define Tracecv(c,x) {if (z_verbose>1 && (c)) fprintf x ;} argument
263 # define Tracec(c,x) argument
264 # define Tracecv(c,x) argument
/netbsd-src/external/gpl3/gdb/dist/zlib/
H A Dzutil.h115 # define F_OPEN(name, mode) \ argument
147 # define fdopen(fd,mode) NULL /* No fdopen() */ argument
174 # define fdopen(fd,mode) NULL /* No fdopen() */ argument
179 # define fdopen(fd,mode) NULL /* No fdopen() */ argument
205 # define F_OPEN(name, mode) fopen((name), (mode)) argument
248 # define Tracec(c,x) {if (z_verbose>0 && (c)) fprintf x ;} argument
249 # define Tracecv(c,x) {if (z_verbose>1 && (c)) fprintf x ;} argument
255 # define Tracec(c,x) argument
256 # define Tracecv(c,x) argument
/netbsd-src/external/gpl3/binutils/dist/zlib/
H A Dzutil.h115 # define F_OPEN(name, mode) \ argument
147 # define fdopen(fd,mode) NULL /* No fdopen() */ argument
174 # define fdopen(fd,mode) NULL /* No fdopen() */ argument
179 # define fdopen(fd,mode) NULL /* No fdopen() */ argument
205 # define F_OPEN(name, mode) fopen((name), (mode)) argument
248 # define Tracec(c,x) {if (z_verbose>0 && (c)) fprintf x ;} argument
249 # define Tracecv(c,x) {if (z_verbose>1 && (c)) fprintf x ;} argument
255 # define Tracec(c,x) argument
256 # define Tracecv(c,x) argument
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dcodecvt.cc198 write_utf8_bom(range<C>& to, codecvt_mode mode) in write_utf8_bom()
209 write_utf16_bom(range<char16_t, Aligned>& to, codecvt_mode mode) in write_utf16_bom()
224 read_utf8_bom(range<const C>& from, codecvt_mode mode) in read_utf8_bom()
236 read_utf16_bom(range<const char16_t, Aligned>& from, codecvt_mode& mode) in read_utf16_bom()
273 char32_t c = (c1 << 6) + c2 - 0x3080; in read_utf8_code_point() local
290 char32_t c = (c1 << 12) + (c2 << 6) + c3 - 0xE2080; in read_utf8_code_point() local
312 char32_t c = (c1 << 18) + (c2 << 12) + (c3 << 6) + c4 - 0x3C82080; in read_utf8_code_point() local
361 adjust_byte_order(char16_t c, codecvt_mode mode) in adjust_byte_order()
372 is_high_surrogate(char32_t c) in is_high_surrogate()
379 is_low_surrogate(char32_t c) in is_low_surrogate()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dcodecvt.cc198 write_utf8_bom(range<C>& to, codecvt_mode mode) in write_utf8_bom()
209 write_utf16_bom(range<char16_t, Aligned>& to, codecvt_mode mode) in write_utf16_bom()
224 read_utf8_bom(range<const C>& from, codecvt_mode mode) in read_utf8_bom()
236 read_utf16_bom(range<const char16_t, Aligned>& from, codecvt_mode& mode) in read_utf16_bom()
273 char32_t c = (c1 << 6) + c2 - 0x3080; in read_utf8_code_point() local
292 char32_t c = (c1 << 12) + (c2 << 6) + c3 - 0xE2080; in read_utf8_code_point() local
318 char32_t c = (c1 << 18) + (c2 << 12) + (c3 << 6) + c4 - 0x3C82080; in read_utf8_code_point() local
367 adjust_byte_order(char16_t c, codecvt_mode mode) in adjust_byte_order()
378 is_high_surrogate(char32_t c) in is_high_surrogate()
385 is_low_surrogate(char32_t c) in is_low_surrogate()
[all …]
/netbsd-src/external/bsd/ekermit/dist/
H A Dunixio.c242 UCHAR c; in readpkt() local
350 openfile(struct k_data * k, UCHAR * s, int mode) { in openfile()
416 UCHAR * filename, UCHAR * buf, int buflen, short * type, short mode) { in fileinfo()
457 char c, * p; in fileinfo() local
509 int c; /* Current character */ in readfile() local
583 closefile(struct k_data * k, UCHAR c, int mode) { in closefile()
/netbsd-src/common/dist/zlib/contrib/iostream3/
H A Dzfstream.cc52 std::ios_base::openmode mode) in open()
80 std::ios_base::openmode mode) in attach()
131 gzfilebuf::open_mode(std::ios_base::openmode mode, in open_mode()
214 gzfilebuf::overflow(int_type c) in overflow()
380 std::ios_base::openmode mode) in gzifstream()
389 std::ios_base::openmode mode) in gzifstream()
399 std::ios_base::openmode mode) in open()
410 std::ios_base::openmode mode) in attach()
435 std::ios_base::openmode mode) in gzofstream()
444 std::ios_base::openmode mode) in gzofstream()
[all …]
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/iostream3/
H A Dzfstream.cc52 std::ios_base::openmode mode) in open()
80 std::ios_base::openmode mode) in attach()
131 gzfilebuf::open_mode(std::ios_base::openmode mode, in open_mode()
214 gzfilebuf::overflow(int_type c) in overflow()
380 std::ios_base::openmode mode) in gzifstream()
389 std::ios_base::openmode mode) in gzifstream()
399 std::ios_base::openmode mode) in open()
410 std::ios_base::openmode mode) in attach()
435 std::ios_base::openmode mode) in gzofstream()
444 std::ios_base::openmode mode) in gzofstream()
[all …]
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/iostream3/
H A Dzfstream.cc52 std::ios_base::openmode mode) in open()
80 std::ios_base::openmode mode) in attach()
131 gzfilebuf::open_mode(std::ios_base::openmode mode, in open_mode()
214 gzfilebuf::overflow(int_type c) in overflow()
380 std::ios_base::openmode mode) in gzifstream()
389 std::ios_base::openmode mode) in gzifstream()
399 std::ios_base::openmode mode) in open()
410 std::ios_base::openmode mode) in attach()
435 std::ios_base::openmode mode) in gzofstream()
444 std::ios_base::openmode mode) in gzofstream()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/iostream3/
H A Dzfstream.cc52 std::ios_base::openmode mode) in open()
80 std::ios_base::openmode mode) in attach()
131 gzfilebuf::open_mode(std::ios_base::openmode mode, in open_mode()
214 gzfilebuf::overflow(int_type c) in overflow()
380 std::ios_base::openmode mode) in gzifstream()
389 std::ios_base::openmode mode) in gzifstream()
399 std::ios_base::openmode mode) in open()
410 std::ios_base::openmode mode) in attach()
435 std::ios_base::openmode mode) in gzofstream()
444 std::ios_base::openmode mode) in gzofstream()
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/iostream3/
H A Dzfstream.cc52 std::ios_base::openmode mode) in open()
80 std::ios_base::openmode mode) in attach()
131 gzfilebuf::open_mode(std::ios_base::openmode mode, in open_mode()
214 gzfilebuf::overflow(int_type c) in overflow()
380 std::ios_base::openmode mode) in gzifstream()
389 std::ios_base::openmode mode) in gzifstream()
399 std::ios_base::openmode mode) in open()
410 std::ios_base::openmode mode) in attach()
435 std::ios_base::openmode mode) in gzofstream()
444 std::ios_base::openmode mode) in gzofstream()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dsc/
H A Damdgpu_rc_calc.c36 #define table_hash(mode, bpc, max_min) ((mode << 16) | (bpc << 8) | max_min) argument
42 #define TABLE_CASE(mode, bpc, max) case (table_hash(mode, BPC_##bpc, max)): \ argument
50 int mode = MODE_SELECT(444, 422, 420); in get_qp_set() local
113 void get_ofs_set(qp_set ofs, enum colour_mode mode, float bpp) in get_ofs_set()
168 int median3(int a, int b, int c) in median3()
/netbsd-src/sys/net80211/
H A Dieee80211.c181 struct ieee80211_channel *c; in ieee80211_ifattach() local
327 ieee80211_chan2ieee(struct ieee80211com *ic, struct ieee80211_channel *c) in ieee80211_chan2ieee()
384 int i, j, mode, rate, maxrate, mword, mopt, r; in ieee80211_media_init_with_lock() local
497 int i, mode, rate, mword; in ieee80211_announce() local
520 findrate(struct ieee80211com *ic, enum ieee80211_phymode mode, int rate) in findrate()
858 ieee80211_setmode(struct ieee80211com *ic, enum ieee80211_phymode mode) in ieee80211_setmode()
870 struct ieee80211_channel *c; in ieee80211_setmode() local
1017 ieee80211_rate2media(struct ieee80211com *ic, int rate, enum ieee80211_phymode mode) in ieee80211_rate2media()
/netbsd-src/external/mit/lua/dist/src/
H A Dliolib.c42 static int l_checkmode (const char *mode) { in l_checkmode()
61 #define l_popen(L,c,m) (fflush(NULL), popen(c,m)) argument
66 #define l_popen(L,c,m) (_popen(c,m)) argument
78 #define l_popen(L,c,m) \ argument
263 static void opencheck (lua_State *L, const char *fname, const char *mode) { in opencheck()
273 const char *mode = luaL_optstring(L, 2, "r"); in io_open() local
294 const char *mode = luaL_optstring(L, 2, "r"); in io_popen() local
320 static int g_iofile (lua_State *L, const char *f, const char *mode) { in g_iofile()
431 int c; /* current character (look ahead) */ member
514 int c = getc(f); in test_eof() local
[all …]
/netbsd-src/sys/arch/amiga/dev/
H A Dkbd.c244 #define KEY_CODE(c) ((c) & 0x7f) argument
245 #define KEY_UP(c) (( argument
370 drkbdrputc(u_int8_t c) drkbdrputc() argument
416 drkbdputc(u_int8_t c) drkbdputc() argument
458 kbdopen(dev_t dev,int flags,int mode,struct lwp * l) kbdopen() argument
471 kbdclose(dev_t dev,int flags,int mode,struct lwp * l) kbdclose() argument
550 u_char c; kbdintr() local
629 u_char ints, mask, c, in; kbdgetcn() local
682 kbdstuffchar(u_char c) kbdstuffchar() argument
772 kbd_enable(void * c,int on) kbd_enable() argument
779 kbd_set_leds(void * c,int leds) kbd_set_leds() argument
784 kbd_ioctl(void * c,u_long cmd,void * data,int flag,struct lwp * l) kbd_ioctl() argument
808 kbd_getc(void * c,u_int * type,int * data) kbd_getc() argument
819 kbd_pollc(void * c,int on) kbd_pollc() argument
825 kbd_bell(void * c,u_int x,u_int y,u_int z) kbd_bell() argument
[all...]
/netbsd-src/external/ibm-public/postfix/dist/src/postqueue/
H A Dpostqueue.c346 static void showq_client(int mode, VSTREAM *showq) in showq_client()
366 static void show_queue(int mode) in show_queue()
558 int c; in main() local
560 int mode = PQ_MODE_DEFAULT; in main() local

12345678910>>...31