/src/usr.bin/ftp/ |
extern.h | 230 void set_option(const char *, const char *, int);
|
main.c | 1074 set_option(name, value ? value : defaultvalue, 0);
|
cmds.c | 2706 set_option(argv[1], argv[2], 1); 2712 set_option(const char * option, const char * value, int doverbose) function in typeref:typename:void
|
/src/usr.bin/indent/ |
args.c | 215 set_option(const char *arg, const char *option_source) function in typeref:typename:void 300 set_option(buf, fname);
|
indent.h | 501 void set_option(const char *, const char *);
|
indent.c | 246 set_option(arg, "Command line");
|
/src/usr.sbin/makefs/ |
chfs.c | 94 return set_option(fsopts->fs_options, option, NULL, 0) != -1;
|
makefs.h | 191 int set_option(const option_t *, const char *, char *, size_t);
|
msdos.c | 126 rv = set_option(msdos_options, option, NULL, 0);
|
makefs.c | 338 set_option(const option_t *options, const char *option, char *buf, size_t len) function in typeref:typename:int
|
udf.c | 207 i = set_option(udf_options, option, buffer, sizeof(buffer));
|
ffs.c | 228 rv = set_option(ffs_options, option, buf, sizeof(buf));
|
cd9660.c | 388 i = set_option(cd9660_options, option, buf, sizeof(buf));
|