Home
last modified time | relevance | path

Searched refs:option (Results 1001 – 1025 of 1227) sorted by relevance

1...<<41424344454647484950

/illumos-gate/usr/src/common/mapfiles/common/
H A Dmap.above4G25 # use the -M option to cc or ld:
H A Dmap.below4G25 # option to cc or ld:
H A Dmap.lex.yy48 # Some applications use the -e option of lex, which generates additional lex
H A Dmap.default25 # option to cc or ld:
H A Dmap.execdata29 # -M option to cc or ld:
H A Dmap.bssalign32 # -M option to cc or ld:
H A Dmap.noexbss33 # use the -M option to cc or ld:
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dfs-usr110 if [ "x$option" != xro ]; then
/illumos-gate/usr/src/lib/pkcs11/libkcfd/
H A DREADME37 the -T option.
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppsearch.c123 if (!(pp.option & PREFIX)) in search()
486 if ((pp.option & (PLUSPLUS|NOPROTO)) == PLUSPLUS && !(pp.test & TEST_noproto)) in search()
755 if ((pp.option & PLUSPLUS) && file != pp.tmpbuf) in ppsearch()
813 if (!(pp.option & ALLPOSSIBLE) || pp.in->prev->prev) in ppsearch()
/illumos-gate/usr/src/cmd/sgs/tools/
H A DSUNWonld-README98 4215587 using ld and the -r option on solaris 7 with compiler option -xarch=v9
283 4255943 Description of -t option incomplete.
503 4619282 ld cannot link a program with the option -sb
1206 PSARC/2007/413 Add -zglobalaudit option to ld
1379 PSARC/2007/247 Add -I option to elfdump
1386 PSARC/2007/395 Add -P option to elfdump
1393 PSARC/2007/474 new ldd(1) -w option
1432 PSARC/2008/148 new ldd(1) -p option
1540 PSARC/2009/196 ELF objects to set OSABI / elfdump -O option
1553 PSARC/2009/305 ld -32 option
[all …]
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dmapfile-intf42 # fsdb uses the -e option of lex, which generates additional lex interfaces
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/
H A Dkdb_db2.h152 int option,
/illumos-gate/usr/src/cmd/latencytop/
H A Dlatencytop.trans30 # ; <special_command> <option value>
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dget_in_tkt.c798 const char *option, char **ret_value) in krb5_libdefault_string() argument
830 names[2] = option; in krb5_libdefault_string()
844 names[1] = option; in krb5_libdefault_string()
874 const char *option, int *ret_value) in krb5_libdefault_boolean() argument
879 retval = krb5_libdefault_string(context, realm, option, &string); in krb5_libdefault_boolean()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_vc.c948 char *option; in do_accept() local
951 option = malloc(sizeof (struct opthdr) + sizeof (int)); in do_accept()
953 if (option != NULL && option_ret != NULL) { in do_accept()
959 opt = (struct opthdr *)option; in do_accept()
967 optreq.opt.buf = (char *)option; in do_accept()
974 free(option); in do_accept()
/illumos-gate/usr/src/cmd/fs.d/ufs/newfs/
H A Dnewfs.c159 int option; in main() local
175 while ((option = getopt(argc, argv, in main()
177 switch (option) { in main()
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dvalidate.c1058 char *option; in secpolicy_chkpolicy() local
1068 if ((option = defread(policyp)) != NULL) in secpolicy_chkpolicy()
1069 opt_val = atoi(option); in secpolicy_chkpolicy()
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dboot.S.texi7 (at your option) any later version.
H A Dgrub.info582 other than the root directory, you need to specify the option
956 wrong, so you will have to specify the option `--force' to
2168 if no option is specified. See also *Note Network::.
2410 specify this option, the number is assumed as 24.
2417 This implies the option `--no-edit'.
2792 solution to ignore the wrong bitmap, that is, the option
2839 The option `--no-mem-option' is effective only for Linux. If the
2840 option is specified, GRUB doesn't pass the option `mem=' to the
3334 mount the partition with the `-o notail' option.
3405 grub shell just ignores this option.
[all …]
/illumos-gate/usr/src/cmd/smbsrv/dtrace/
H A Dsmbd-all.d22 #pragma D option flowindent
/illumos-gate/usr/src/cmd/bhyve/
H A DREADME.sync12 bhyve: add config option to load ACPI tables into memory
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A DiscsiAuthClient.c2131 int option = 0; in iscsiAuthClientSetAuthMethodValid() local
2154 option = 1; in iscsiAuthClientSetAuthMethodValid()
2160 option = 2; in iscsiAuthClientSetAuthMethodValid()
2171 option = 1; in iscsiAuthClientSetAuthMethodValid()
2177 option = 2; in iscsiAuthClientSetAuthMethodValid()
2183 if (option == 1) { in iscsiAuthClientSetAuthMethodValid()
2187 } else if (option == 2) { in iscsiAuthClientSetAuthMethodValid()
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dcommon.c1346 const char *option, in _sasl_global_getopt() argument
1360 if (strcmp("reg_sun_plug", option) == 0) { in _sasl_global_getopt()
1381 option, in _sasl_global_getopt()
1392 *result = sasl_config_getstring(gctx, option, NULL); in _sasl_global_getopt()
1394 *result = sasl_config_getstring(option, NULL); in _sasl_global_getopt()
1407 const char *option, in _sasl_conn_getopt() argument
1426 option, in _sasl_conn_getopt()
1438 option, in _sasl_conn_getopt()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DREADME52 FILESCAN on Experimental option that allows fast reading of files
63 OO on Experimental object oriented extension. This option
116 permission, the SUID_EXEC compile option must be on, and ksh must be installed
159 needs translation. The -D option for ksh builds the dictionary.

1...<<41424344454647484950