Searched defs:optarg (Results 26 - 46 of 46) sorted by relevance

12

/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditmcomp.c88 static void map_name_type_append(char *optarg);
287 extern char *optarg;
302 cmd_opt.disassemble = optarg;
305 cmd_opt.interpreter = optarg;
314 prog_path_expand(optarg);
319 optarg);
323 p = basename(optarg);
325 *(cmd_opt.cpp_opt + 0) = strdup_vital(optarg);
331 if (cpp_opt_append(optarg, NULL)) {
336 if (cpp_opt_append("-I", optarg)) {
636 map_name_type_append(char *optarg) argument
[all...]
/illumos-gate/usr/src/cmd/ptools/pmadvise/
H A Dpmadvise.c327 get_advice(char *optarg) argument
335 if (strcmp(optarg, "access_default") == 0)
337 else if (strcmp(optarg, "access_many") == 0)
339 else if (strcmp(optarg, "access_lwp") == 0)
341 else if (strcmp(optarg, "sequential") == 0)
343 else if (strcmp(optarg, "willneed") == 0)
345 else if (strcmp(optarg, "dontneed") == 0)
347 else if (strcmp(optarg, "random") == 0)
349 else if (strcmp(optarg, "normal") == 0)
351 else if (strcmp(optarg, "fre
368 atosz(char *optarg, char **endptr) argument
[all...]
/illumos-gate/usr/src/cmd/logadm/
H A Dconf.c608 conf_set(const char *entry, char *o, const char *optarg) argument
623 (void) opts_set(cp->cf_opts, o, optarg);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecalgs.c1010 try_int(char *optarg, const char *what) argument
1012 int rc = atoi(optarg);
1073 alg_names_string = optarg;
1078 block_sizes_string = optarg;
1083 proto_name = optarg;
1088 proto_number = try_int(optarg,
1094 exec_mode_string = optarg;
1105 increment = try_int(optarg,
1111 key_sizes_string = optarg;
1116 default_keylen = try_int(optarg,
[all...]
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Ddcs.c107 static void dcs_log_bad_alg(char optopt, char *optarg);
222 usr_debug = strtol(optarg, &err_str, 0);
230 optarg, "exiting");
247 usr_ses = strtol(optarg, &err_str, 0);
258 optarg, behavior_str);
268 optarg, &alg_ec);
271 optarg, &alg_ec);
274 dcs_log_bad_alg(optopt, optarg);
282 esp_encr_alg = dcs_get_alg(esp_algs_array, optarg,
286 dcs_log_bad_alg(optopt, optarg);
436 dcs_log_bad_alg(char optopt, char *optarg) argument
[all...]
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldapsearch.c52 static void options_callback( int option, char *optarg );
57 static char **get_effectiverights_attrlist(char * optarg);
361 options_callback( int option, char *optarg )
407 if ( strncasecmp( optarg, "base", 4 ) == 0 ) {
409 } else if ( strncasecmp( optarg, "one", 3 ) == 0 ) {
411 } else if ( strncasecmp( optarg, "sub", 3 ) == 0 ) {
420 if ( strncasecmp( optarg, "never", 5 ) == 0 ) {
422 } else if ( strncasecmp( optarg, "search", 5 ) == 0 ) {
424 } else if ( strncasecmp( optarg, "find", 4 ) == 0 ) {
426 } else if ( strncasecmp( optarg, "alway
1392 get_effectiverights_attrlist(char * optarg) argument
[all...]
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c695 * by optarg, and advance the pointer to the next item.
698 * optarg - Address of pointer to argument or option array
703 * the next item in the optarg array. *optarg has been advanced
707 elfedit_next_optarg(elfedit_cmd_optarg_t **optarg, elfedit_optarg_item_t *item) argument
740 oa = (*optarg)++;
757 (*optarg)++;
836 * Used by usage_optarg() to insert an optarg item string into the output
870 * optarg - Options list
877 elfedit_cmd_optarg_t *optarg, in
876 usage_optarg(size_t main_buf_n, char **buf, size_t *buf_n, size_t *buf_cur_col, elfedit_cmd_optarg_t *optarg, int isopt, const char *wrap_str) argument
1074 elfedit_cmd_optarg_t *optarg; local
1555 validate_optarg(elfedit_cmd_optarg_t *optarg, int isopt, MODLIST_T *moddef, const char *mod_name, const char *cmd_name, void *dl_hdl, const char *dl_path) argument
3136 elfedit_cmd_optarg_t *optarg; local
[all...]
/illumos-gate/usr/src/cmd/stmfadm/
H A Dstmfadm.c274 (void) mbstowcs(groupNamePrint, options->optarg,
276 bcopy(options->optarg, groupName,
277 strlen(options->optarg));
362 (void) mbstowcs(groupNamePrint, options->optarg,
364 bcopy(options->optarg, groupName,
365 strlen(options->optarg));
633 inputLuNbr = atoi(options->optarg);
647 bcopy(options->optarg, viewEntry.hostGroup,
648 strlen(options->optarg));
653 bcopy(options->optarg, viewEntr
1237 setLuPropFromInput(luResource hdl, char *optarg) argument
[all...]
/illumos-gate/usr/src/cmd/th_tools/
H A Dth_define.c430 str_to_bm(char *optarg, coding_t *c, uint_t *bm) argument
436 msg(2, "str_to_bm: optarg %s\n", optarg);
437 if (optarg != NULL && (str = strtok(optarg, s))) {
2021 extern char *optarg;
2072 msg(2, "option a: optarg %s optind %d argc %d\n",
2073 optarg, optind, argc);
2074 if ((err = str_to_bm(optarg, atypes,
2085 errdef.access_count = strtoul(optarg,
[all...]
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_map.h147 #undef optarg macro
148 #define optarg _ast_optarg macro
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h126 #undef optarg macro
127 #define optarg _ast_optarg macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_map.h147 #undef optarg macro
148 #define optarg _ast_optarg macro
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h126 #undef optarg macro
127 #define optarg _ast_optarg macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_map.h147 #undef optarg macro
148 #define optarg _ast_optarg macro
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h126 #undef optarg macro
127 #define optarg _ast_optarg macro
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_map.h147 #undef optarg macro
148 #define optarg _ast_optarg macro
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h126 #undef optarg macro
127 #define optarg _ast_optarg macro
/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c1000 parsedbgopts(char *optarg) argument
1005 mask = strtol(optarg, &endp, 0);
1009 op = optarg[0];
1012 argp = strtok_d(optarg, "+-", &nextop);
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c2995 extern char *optarg;
3000 char *optarg = NULL; /* argument associated with option */ local
3042 optarg = NULL;
3046 if (*place) optarg = place; /* no white space */
3051 else optarg = nargv[optind]; /* white space */
/illumos-gate/usr/src/cmd/iscsiadm/
H A Discsiadm_main.c233 static int modifyConfiguredSessions(IMA_OID targetOid, char *optarg);
1076 setLoginParameter(IMA_OID oid, int optval, char *optarg) argument
1096 if (strcasecmp(optarg, "yes") == 0) {
1098 } else if (strcasecmp(optarg, "no") == 0) {
1104 optarg);
1111 uintValue = strtoul(optarg, &endptr, 0);
1116 optarg);
1131 uintValue = strtoul(optarg, &endptr, 0);
1136 optarg);
1148 uintValue = strtoul(optarg,
1400 setLoginParameters(IMA_OID oid, char *optarg) argument
3251 modifyTargetBidirAuthFlag(IMA_OID targetOid, char *optarg, int *funcRet) argument
3277 modifyConfiguredSessions(IMA_OID targetOid, char *optarg) argument
3433 modifyNodeAuthMethod(IMA_OID oid, char *optarg, int *funcRet) argument
3488 modifyTargetAuthMethod(IMA_OID oid, char *optarg, int *funcRet) argument
3549 modifyNodeRadiusConfig(IMA_OID oid, char *optarg, int *funcRet) argument
3585 modifyNodeRadiusAccess(IMA_OID oid, char *optarg, int *funcRet) argument
5558 setTunableParameters(IMA_OID oid, char *optarg) argument
[all...]
/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c2899 addopt(char *buf, int opt, char *optarg, size_t bufsize) argument
2911 if ((optarg != NULL) && (strlcat(buf, optarg, bufsize) > bufsize))
3014 if (addopt(cmdbuf, optopt, optarg, sizeof (cmdbuf)) != Z_OK) {
3018 if (addopt(postcmdbuf, optopt, optarg, sizeof (postcmdbuf))
3584 method = optarg;
3587 snapshot = optarg;
4673 manifest_path = optarg;
5708 target_uuid = optarg;
5711 target_zone = optarg;
[all...]

Completed in 173 milliseconds

12