Searched refs:ch (Results 276 - 300 of 1297) sorted by relevance

<<11121314151617181920>>

/freebsd-9.3-release/lib/libvgl/
H A Dkeyboard.c90 unsigned char ch = 0; local
92 read (0, &ch, 1);
93 return (int)ch;
/freebsd-9.3-release/libexec/mknetid/
H A Dparse_group.c118 int ch; local
120 while ((ch = getc(_gr_fp)) != '\n' && ch != EOF)
/freebsd-9.3-release/release/picobsd/tinyware/passwd/
H A Dpasswd.c78 int ch; local
93 while ((ch = getopt(argc, argv, OPTIONS)) != -1) {
94 switch (ch) {
/freebsd-9.3-release/sbin/fsck_msdosfs/
H A Dmain.c66 int ch; local
69 while ((ch = getopt(argc, argv, "CfFnpy")) != -1) {
70 switch (ch) {
/freebsd-9.3-release/sbin/mount_ext2fs/
H A Dmount_ext2fs.c63 int ch, iovlen; local
75 while ((ch = getopt(argc, argv, "o:")) != -1)
76 switch (ch) {
/freebsd-9.3-release/sbin/mount_reiserfs/
H A Dmount_reiserfs.c53 int ch, mntflags, iovlen; local
58 while ((ch = getopt(argc, argv, "o:")) != -1) {
59 switch(ch) {
/freebsd-9.3-release/sbin/nvmecontrol/
H A Ddevlist.c67 int ch, ctrlr, fd, found, ret; local
69 while ((ch = getopt(argc, argv, "")) != -1) {
70 switch ((char)ch) {
/freebsd-9.3-release/sys/dev/sound/pci/
H A Dneomagic.c86 static int nm_setch(struct sc_chinfo *ch);
323 nm_setch(struct sc_chinfo *ch) argument
325 struct sc_info *sc = ch->parent;
330 if (ch->spd < (samplerates[x] + samplerates[x + 1]) / 2)
335 ch->spd = samplerates[x];
336 nm_loadcoeff(sc, ch->dir, x);
340 if (ch->fmt & AFMT_16BIT) x |= NM_RATE_BITS_16;
341 if (AFMT_CHANNEL(ch->fmt) > 1) x |= NM_RATE_STEREO;
343 base = (ch->dir == PCMDIR_PLAY)? NM_PLAYBACK_REG_OFFSET : NM_RECORD_REG_OFFSET;
353 struct sc_chinfo *ch; local
381 struct sc_chinfo *ch = data; local
390 struct sc_chinfo *ch = data; local
399 struct sc_chinfo *ch = data; local
409 struct sc_chinfo *ch = data; local
457 struct sc_chinfo *ch = data; local
[all...]
/freebsd-9.3-release/sys/mips/malta/
H A Dyamon.h68 typedef int (*t_yamon_getchar)(uint32_t port, char *ch);
69 #define YAMON_GETCHAR(ch) \
70 ((t_yamon_getchar)(YAMON_FUNC(YAMON_GETCHAR_OFS)))(0, ch)
/freebsd-9.3-release/sys/netpfil/ipfw/
H A Dip_fw_private.h309 int ipfw_lookup_table(struct ip_fw_chain *ch, uint16_t tbl, in_addr_t addr,
311 int ipfw_lookup_table_extended(struct ip_fw_chain *ch, uint16_t tbl, void *paddr,
313 int ipfw_init_tables(struct ip_fw_chain *ch);
314 void ipfw_destroy_tables(struct ip_fw_chain *ch);
315 int ipfw_flush_table(struct ip_fw_chain *ch, uint16_t tbl);
316 int ipfw_add_table_entry(struct ip_fw_chain *ch, uint16_t tbl, void *paddr,
318 int ipfw_del_table_entry(struct ip_fw_chain *ch, uint16_t tbl, void *paddr,
320 int ipfw_count_table(struct ip_fw_chain *ch, uint32_t tbl, uint32_t *cnt);
322 int ipfw_dump_table(struct ip_fw_chain *ch, ipfw_table *tbl);
323 int ipfw_count_xtable(struct ip_fw_chain *ch, uint32_
[all...]
/freebsd-9.3-release/usr.bin/asa/
H A Dasa.c52 int ch, exval; local
56 while ((ch = getopt(argc, argv, "")) != -1) {
57 switch (ch) {
/freebsd-9.3-release/usr.bin/biff/
H A Dbiff.c58 int ch; local
62 while ((ch = getopt(argc, argv, "")) != -1)
63 switch(ch) {
/freebsd-9.3-release/usr.bin/cksum/
H A Dcksum.c65 int ch, fd, rval; local
83 while ((ch = getopt(argc, argv, "o:")) != -1)
84 switch (ch) {
/freebsd-9.3-release/usr.bin/hexdump/
H A Dhexsyntax.c53 int ch; local
64 while ((ch = getopt(argc, argv, "bcCde:f:n:os:vx")) != -1)
65 switch (ch) {
/freebsd-9.3-release/usr.bin/mesg/
H A Dmesg.c69 int ch; local
71 while ((ch = getopt(argc, argv, "")) != -1)
72 switch (ch) {
/freebsd-9.3-release/usr.bin/mkfifo/
H A Dmkfifo.c67 int ch, exitval; local
69 while ((ch = getopt(argc, argv, "m:")) != -1)
70 switch(ch) {
/freebsd-9.3-release/usr.bin/nice/
H A Dnice.c66 int ch; local
75 while ((ch = getopt(argc, argv, "n:")) != -1) {
76 switch (ch) {
/freebsd-9.3-release/usr.bin/rev/
H A Drev.c65 int ch, rval; local
69 while ((ch = getopt(argc, argv, "")) != -1)
70 switch(ch) {
/freebsd-9.3-release/usr.bin/users/
H A Dusers.c66 int ch; local
68 while ((ch = getopt(argc, argv, "")) != -1)
69 switch(ch) {
/freebsd-9.3-release/usr.sbin/fifolog/fifolog_create/
H A Dfifolog_create.c52 int ch; local
61 while((ch = getopt(argc, argv, "l:r:s:")) != -1) {
62 switch (ch) {
/freebsd-9.3-release/usr.sbin/getfmac/
H A Dgetfmac.c63 int ch, hflag; local
68 while ((ch = getopt(argc, argv, "hl:")) != -1) {
69 switch (ch) {
/freebsd-9.3-release/usr.sbin/getpmac/
H A Dgetpmac.c63 int ch, error, pid_set; local
68 while ((ch = getopt(argc, argv, "l:p:")) != -1) {
69 switch (ch) {
/freebsd-9.3-release/usr.sbin/mptutil/
H A Dmptutil.c96 int ch; local
98 while ((ch = getopt(ac, av, "u:")) != -1) {
99 switch (ch) {
/freebsd-9.3-release/usr.sbin/ngctl/
H A Dlist.c72 int ch, rtn = CMDRTN_OK; local
76 while ((ch = getopt(ac, av, "ln")) != -1) {
77 switch (ch) {
/freebsd-9.3-release/usr.sbin/pkg_install/version/
H A Dmain.c59 int ch, cmp = 0; local
70 else while ((ch = getopt_long(argc, argv, opts, longopts, NULL)) != -1) {
71 switch(ch) {

Completed in 301 milliseconds

<<11121314151617181920>>