Searched defs:opts (Results 1 - 25 of 98) sorted by relevance

1234

/src/sys/arch/x68k/stand/libsa/
H A Dparseutils.c74 parseopts(const char *opts, int *howto) argument
97 char *opts = NULL; local in function:parseboot
[all...]
/src/sys/arch/i386/stand/lib/
H A Dparseutils.c77 parseopts(const char *opts, int *howto) argument
113 char *opts = NULL; local in function:parseboot
[all...]
/src/games/backgammon/teachgammon/
H A Dttext1.c44 const char *const opts = " QIMRHEDSPT"; variable in typeref:typename:const char * const
/src/sys/arch/luna68k/stand/boot/
H A Dboot.c89 char *line, *opts; local in function:boot
/src/lib/libcurses/
H A Dcchar.c52 getcchar(const cchar_t * wcval,wchar_t * wch,attr_t * attrs,short * color_pair,void * opts) argument
87 setcchar(cchar_t * wcval,const wchar_t * wch,const attr_t attrs,short color_pair,const void * opts) argument
H A Dchgat.c39 chgat(int n, attr_t attr, short color, const void *opts) argument
52 wchgat(WINDOW *win, int n, attr_t attr, short color, const void *opts) argument
45 mvchgat(int y,int x,int n,attr_t attr,short color,const void * opts) argument
58 mvwchgat(WINDOW * win,int y,int x,int count,attr_t attr,short color,const void * opts) argument
H A Dattributes.c53 attr_get(attr_t *attr, short *pair, void *opts) argument
64 attr_on(attr_t attr, void *opts) argument
75 attr_off(attr_t attr, void *opts) argument
86 attr_set(attr_t attr, short pair, void *opts) argument
97 color_set(short pair, void *opts) argument
144 wattr_get(WINDOW * win,attr_t * attr,short * pair,void * opts) argument
167 wattr_on(WINDOW * win,attr_t attr,void * opts) argument
183 wattr_off(WINDOW * win,attr_t attr,void * opts) argument
197 wattr_set(WINDOW * win,attr_t attr,short pair,void * opts) argument
222 wcolor_set(WINDOW * win,short pair,void * opts) argument
[all...]
/src/lib/librefuse/refuse/
H A Dv21.c44 fuse_mount_v21(const char *mountpoint, const char *opts) { argument
64 fuse_new_v21(int fd, const char *opts, const void *op, argument
H A Dv25.c61 struct fuse_cmdline_opts opts; local in function:fuse_parse_cmdline_v25
H A Dv30.c70 fuse_parse_cmdline_v30(struct fuse_args *args, struct fuse_cmdline_opts *opts) { argument
H A Dv11.c149 const char *opts = NULL; local in function:fuse_new_v11
H A Dv26.c98 struct fuse_cmdline_opts opts; local in function:fuse_setup_v26
/src/lib/librefuse/
H A Drefuse_lowlevel.c81 struct fuse_cmdline_opts *opts = data; local in function:refuse_lowlevel_opt_proc
125 __fuse_parse_cmdline(struct fuse_args *args, struct fuse_cmdline_opts *opts) argument
/src/sys/arch/arm/arm/
H A Dbootconfig.c62 get_bootconf_option(char *opts, const char *opt, int type, void *result) argument
151 get_bootconf_string(char *opts, const char *key) argument
171 match_bootconf_option(char *opts, const char *key, const char *val) argument
/src/games/hack/
H A Dhack.options.c79 char *opts; local in function:initoptions
94 parseoptions(char *opts, boolean from_env) argument
[all...]
/src/sys/external/bsd/acpica/dist/common/
H A Dgetopt.c241 AcpiGetopt(int argc,char ** argv,char * opts) argument
/src/sbin/mount_filecore/
H A Dmount_filecore.c121 int ch, mntflags, opts, useuid; local in function:mount_filecore
/src/sbin/mount_puffs/
H A Dmount_puffs.c85 mount_puffs_filesystem(const char *program, const char *opts, argument
117 static void add_opt(char **opts, const char *opt) argument
137 char *opts = NULL; local in function:main
[all...]
/src/sbin/mount_cd9660/
H A Dmount_cd9660.c103 int ch, opts, set_gid, set_uid, set_mask, set_dirmask; local in function:mount_cd9660_parseargs
[all...]
/src/sbin/newfs_msdos/
H A Dnewfs_msdos.c93 static const char opts[] = "@:NB:C:F:I:L:O:S:a:b:c:e:f:h:i:k:m:n:o:r:s:T:u:"; local in function:main
275 } opts[] = { local in function:usage
/src/dist/pf/sbin/pfctl/
H A Dpf_print_state.c155 print_host(struct pfsync_state_host *h, sa_family_t af, int opts) argument
194 print_state(struct pfsync_state *s, int opts) argument
[all...]
/src/usr.bin/menuc/
H A Dparse.y128 opts : /* empty */ label
/src/sys/fs/nfs/common/
H A Dnfs_diskless.c107 char *opts, *o, *otmp; local in function:nfs_parse_options
/src/sys/arch/mips/mips/
H A Dcache.c1065 struct mips_options * const opts = &mips_options; local in function:mips_config_cache_modern
/src/lib/libmenu/
H A Ditem.c188 set_item_opts(ITEM *item, OPTIONS opts) argument
205 item_opts_on(ITEM *item, OPTIONS opts) argument
221 item_opts_off(ITEM * item,OPTIONS opts) argument
[all...]

Completed in 13 milliseconds

1234