Searched refs:option (Results 201 - 225 of 620) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hpfs/
H A Dsuper.c203 * A tiny parser for option strings, stolen from dosfs.
205 * And updated for table-driven option parsing.
249 int option; local
267 if (match_int(args, &option))
269 *uid = option;
272 if (match_int(args, &option))
274 *gid = option;
277 if (match_octal(args, &option))
279 *umask = option;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/
H A Dsmbldap-useradd13 # of the License, or (at your option) any later version.
318 # we start to defined mail adresses if option M or T is given in option
476 Without any option, the account created will be an Unix (Posix) account. The following options may be used to add information:
500 A list of supplementary groups which the user is also a member of. Each group is separated to the next by a comma, with no intervening whitespace. The groups are subject to the same restrictions as the group given with the -g option. The default is for the user to belong only to the initial group.
503 The user's home directory will be created if it does not exist. The files contained in skeletonDir will be copied to the home directory if the -k option is used, otherwise the files contained in /etc/skel will be used instead. Any directories contained in skeletonDir or /etc/skel will be created in the user's home directory as well. The -k option is only valid in conjunction with the -m option. The default is to not create the directory and to not copy any files.
509 The numerical value of the user's ID. This value must be unique, unless the -o option is used. The value must be nonnegative. The default is to use the smallest ID value greater than 1000 and greater than every other user.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libpostproc/
H A Dpostprocess.c11 * (at your option) any later version.
694 "short long name short long option Description\n"
725 "<filterName>[:<option>[:<option>...]][[,|/][-]<filterName>[:<option>...]]...\n"
767 char *option; local
786 option= strtok(NULL, optionDelimiters);
787 if(option == NULL) break;
789 av_log(NULL, AV_LOG_DEBUG, "pp: option: %s\n", option);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/fat/
H A Dinode.c926 int option; local
997 if (match_int(&args[0], &option))
999 opts->fs_uid = option;
1002 if (match_int(&args[0], &option))
1004 opts->fs_gid = option;
1007 if (match_octal(&args[0], &option))
1009 opts->fs_fmask = opts->fs_dmask = option;
1012 if (match_octal(&args[0], &option))
1014 opts->fs_dmask = option;
1017 if (match_octal(&args[0], &option))
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/isofs/
H A Dinode.c352 int option; local
420 if (match_int(&args[0], &option))
422 n = option;
428 if (match_int(&args[0], &option))
430 popt->sbsector = option;
441 if (match_int(&args[0], &option))
443 popt->uid = option;
446 if (match_int(&args[0], &option))
448 popt->gid = option;
451 if (match_int(&args[0], &option))
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dvolinfo.c5 (at your option) any later version.
226 *flags |= op->option;
244 int option=-1; local
261 option=p->type;
266 switch (option) {
577 if ( (vol->v_flags & op->option) ) {
588 if ( (vol->v_casefold & cf->option) ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/
H A Dip6tables.c16 * (at your option) any later version.
107 static struct option original_opts[] = {
146 static struct option *opts = original_opts;
150 * given commands make an option legal, that option is legal (applies to
409 * fact that if an option is legal with *any* command given, it is
423 "option for this command\n",
434 "Illegal option `-%c' with this command\n",
440 opt2char(int option) argument
443 for (ptr = optflags; option >
449 cmd2char(int option) argument
470 check_inverse(const char option[], int *invert, int *optind, int argc) argument
1004 set_option(unsigned int *options, unsigned int option, u_int8_t *invflg, int invert) argument
[all...]
H A Diptables.c16 * (at your option) any later version.
106 static struct option original_opts[] = {
147 static struct option *opts = original_opts;
151 * given commands make an option legal, that option is legal (applies to
494 * fact that if an option is legal with *any* command given, it is
508 "option for this command\n",
519 "Illegal option `-%c' with this command\n",
525 opt2char(int option) argument
528 for (ptr = optflags; option >
534 cmd2char(int option) argument
555 check_inverse(const char option[], int *invert, int *optind, int argc) argument
1032 set_option(unsigned int *options, unsigned int option, u_int8_t *invflg, int invert) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dtftp.c319 const char **option, const char **value)
328 *option = buf;
335 *value = &buf[strlen(*option) + 1];
346 /* if OACK doesn't contain blksize option, the default (512) must be used */
350 const char *option, *value; local
352 tmp = tftp_option_get(tmp, ptr + len - tmp, &option, &value);
358 infof(data, "got option=(%s) value=(%s)\n", option, value);
360 if(checkprefix(option, TFTP_OPTION_BLKSIZE)) {
392 else if(checkprefix(option, TFTP_OPTION_TSIZ
318 tftp_option_get(const char *buf, size_t len, const char **option, const char **value) argument
413 tftp_option_add(tftp_state_data_t *state, size_t csize, char *buf, const char *option) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dimacfb.c228 * option to simply use size_total as that
354 char *option = NULL; local
363 if (fb_get_options("imacfb", &option))
366 imacfb_setup(option);
H A Dsmivgxfb.c19 * (at your option) any later version. *
367 char *option = NULL; local
369 if (fb_get_options("vgxfb", &option))
371 vgxfb_setup(option);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/test/
H A Dudev-test.pl31 # Should make this a runtime option to the script someday...
914 option => "clean",
1052 desc => "all_partitions, option-only rule",
1062 desc => "all_partitions, option-only rule (fail on partition)",
1088 option => "clean",
1137 option => "keep",
1147 option => "clean",
1162 desc => "last_rule option",
1351 option => "clean",
1364 option
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dtstngettext.c7 (at your option) any later version.
44 static const struct option long_options[] =
96 case '\0': /* Long option. */
109 /* Undocumented option --env sets an environment variable. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/include/curl/
H A Dmulti.h66 CURLM_UNKNOWN_OPTION, /* curl_multi_setopt() with unsupported option */
326 CURLMoption option, ...);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tmp.bak/include/curl/
H A Dmulti.h66 CURLM_UNKNOWN_OPTION, /* curl_multi_setopt() with unsupported option */
326 CURLMoption option, ...);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/iptables/
H A Dip6tables-save.c27 static const struct option options[] = {
H A Diptables-save.c26 static const struct option options[] = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/
H A DMakefile17 NEW_GCC := $(call cc-option-yn, -m64 -mcmodel=medlow)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/bgpd/
H A Dbgp_main.c8 Free Software Foundation; either version 2, or (at your option) any
38 struct option longopts[] =
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospfd/
H A Dospf_main.c9 * Free Software Foundation; either version 2, or (at your option) any
55 struct option longopts[] =
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ripd/
H A Drip_main.c8 * Free Software Foundation; either version 2, or (at your option) any
37 static struct option longopts[] =
199 /* Command line option parse. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ripngd/
H A Dripng_main.c9 * Free Software Foundation; either version 2, or (at your option) any
42 struct option longopts[] =
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/vtysh/
H A Dvtysh_main.c8 * Free Software Foundation; either version 2, or (at your option) any
162 struct option longopts[] =
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A DMakefile42 obj-$(CONFIG_USB_SERIAL_OPTION) += option.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dext2_io.h77 errcode_t (*set_option)(io_channel channel, const char *option,

Completed in 627 milliseconds

1234567891011>>