| /src/usr.bin/ftp/ |
| extern.h | 230 void set_option(const char *, const char *, int);
|
| main.c | 1069 set_option(name, value ? value : defaultvalue, 0);
|
| cmds.c | 2701 set_option(argv[1], argv[2], 1); 2707 set_option(const char * option, const char * value, int doverbose) function
|
| /src/usr.bin/indent/ |
| args.c | 215 set_option(const char *arg, const char *option_source) function 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
|
| ffs.c | 236 rv = set_option(ffs_options, option, buf, sizeof(buf));
|
| udf.c | 207 i = set_option(udf_options, option, buffer, sizeof(buffer));
|
| cd9660.c | 388 i = set_option(cd9660_options, option, buf, sizeof(buf));
|