Searched defs:opts (Results 51 - 75 of 185) sorted by relevance

12345678

/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_findzonecut.c154 res_findzonecut(res_state statp, const char *dname, ns_class class, int opts, argument
161 opts |= RES_IPV4ONLY;
162 opts &= ~RES_IPV6ONLY;
168 result = res_findzonecut2(statp, dname, class, opts, zname, zsize,
179 res_findzonecut2(res_state statp, const char *dname, ns_class class, int opts, argument
197 if ((n = get_soa(statp, dname, class, opts, zname, zsize,
199 ((opts & RES_EXHAUSTIVE) == 0 &&
204 if ((n = get_ns(statp, zname, class, opts, &nsrrs)) < 0 ||
205 ((opts & RES_EXHAUSTIVE) == 0 &&
210 if ((n = get_glue(statp, class, opts,
269 get_soa(res_state statp, const char *dname, ns_class class, int opts, char *zname, size_t zsize, char *mname, size_t msize, rrset_ns *nsrrsp) argument
409 get_ns(res_state statp, const char *zname, ns_class class, int opts, rrset_ns *nsrrsp) argument
442 get_glue(res_state statp, ns_class class, int opts, rrset_ns *nsrrsp) argument
517 save_ns(res_state statp, ns_msg *msg, ns_sect sect, const char *owner, ns_class class, int opts, rrset_ns *nsrrsp) argument
576 save_a(res_state statp, ns_msg *msg, ns_sect sect, const char *owner, ns_class class, int opts, rr_ns *nsrr) argument
[all...]
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Ddeparse.c48 static void p_arg(const struct argnod*, int endchar, int opts);
378 static void p_arg(register const struct argnod *arg,register int endchar,int opts) argument
386 else if(opts&PRE)
389 p_arg(arg->argnxt.ap,'|',opts);
392 else if(opts)
395 if(*cp==0 && opts==POST && arg->argchn.ap)
413 while((opts&POST) && arg);
/illumos-gate/usr/src/lib/libcpc/sparc/
H A Devent_ultra.c209 char *opts; local
242 opts = strdupa(spec);
243 while (*opts != '\0') {
245 int idx = getsubopt(&opts, tokens, &value);
/illumos-gate/usr/src/lib/libeti/form/common/
H A Dutility.c423 _sync_opts(FIELD *f, OPTIONS opts) argument
426 OPTIONS oldopts = f -> opts;
427 OPTIONS x = opts ^ oldopts;
429 f -> opts = opts;
433 f -> opts = oldopts;
/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dnfs_mntinfo.c459 * ignore - Checks for the ignore mount option in the mount opts string.
463 ignore(char *opts) argument
469 if (opts == NULL)
471 s = strdup(opts);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dslk.c105 slk_attr_off(const attr_t at, void *opts) argument
110 code = wattr_off(__m_screen->_slk._w, at, opts);
116 slk_attr_on(const attr_t at, void *opts) argument
121 code = wattr_on(__m_screen->_slk._w, at, opts);
127 slk_attr_set(const attr_t at, short co, void *opts) argument
132 code = wattr_set(__m_screen->_slk._w, at, co, opts);
/illumos-gate/usr/src/lib/libbsm/common/
H A Dgetdaent.c470 char *opts; local
481 opts = getdadmfield(NULL, KV_DELIMITER);
489 if ((opts != NULL) &&
490 (strncmp(opts, DA_RESERVED, strlen(DA_RESERVED)) != 0)) {
492 _str2kva(opts, KV_ASSIGN, KV_TOKEN_DELIMIT);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetmntent.c310 char *f, *opts = tmpopts; local
315 (void) strcpy(opts, mnt->mnt_mntopts);
317 f = mntopt(&opts);
318 for (; *f; f = mntopt(&opts)) {
/illumos-gate/usr/src/common/net/dhcp/
H A Ddhcp_impl.h62 #define CD_SNAME 44 /* Hostname of Bootserver, or opts */
63 #define CD_BOOTFILE 108 /* File to boot or opts */
124 DHCP_OPT *opts[DHCP_LAST_OPT + 1]; member in struct:dhcp_list
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Ddocmd.c181 int n, ddir, opts = options; local
222 opts = sc->sc_options;
240 if ((opts & IGNLNKS) || ihead->count == 0)
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftpsubs.c349 print_options(FILE *stream, char *opts, int len) argument
352 char *endopts = opts + len;
359 cp = opts;
365 while (opts < endopts) {
366 optname = opts;
376 if ((opts = next_field(optval, endopts)) == NULL) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/keygen/
H A Dkeygen.c60 static char *opts[] = { "net", "cid", "type", NULL }; variable
81 switch (getsubopt(&arg, opts, &value)) {
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_argvec.c245 argvec_findopt(const mdb_opt_t *opts, char c) argument
249 for (optp = opts; optp->opt_char != 0; optp++) {
258 argvec_getopts(const mdb_opt_t *opts, const mdb_arg_t *argv, int argc) argument
289 if ((optp = argvec_findopt(opts, *p)) == NULL) {
350 mdb_opt_t opts[53], *op = &opts[0]; local
357 for (i = 0; i < (sizeof (opts) / sizeof (opts[0]) - 1); i++, op++) {
379 bzero(&opts[i], sizeof (mdb_opt_t));
382 return (argvec_getopts(opts, arg
[all...]
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_files.c332 char *line, *dir, *map, *opts; local
362 opts = map;
363 while (*opts && isspace(*opts))
364 opts++;
365 if (*opts != '-')
366 opts = defopts;
368 opts++;
372 if (strcspn(opts, " ") == strlen(opts)) {
[all...]
H A Dns_nis.c176 char *pmap, *opts, *my_mapname; local
262 opts = pmap;
263 while (*opts && !isspace(*opts))
264 opts++;
265 if (*opts) {
266 *opts++ = '\0';
267 while (*opts && isspace(*opts))
268 opts
[all...]
/illumos-gate/usr/src/cmd/fs.d/
H A Dfssnapsup.c82 * If opts is defined, it is parsed as a list of suboptions (via
104 fssnap_show_status(char *mountpoint, char *opts, int labels, int brief) argument
137 if (opts) {
145 suboptions = opts;
H A Dswitchout.c48 static int match(char **opts, char *s);
49 static int has_Nflag(char *opts);
407 stat_snap(char *cmd, char *mountpoint, char *opts) argument
428 fssnap_show_status(mountpoint, opts, 1, (opts ? 0 : 1));
431 has_Nflag(char *opts) argument
433 while (opts != NULL && *opts != '\0') {
434 if (match(&opts, "N")) {
437 if (!opts)
453 match(char **opts, char *s) argument
[all...]
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dmain.c393 char *f, *opts; local
404 opts = tmpopts;
405 f = mntopt(&opts);
406 for (; *f; f = mntopt(&opts)) {
/illumos-gate/usr/src/cmd/fs.d/ufs/quotaon/
H A Dquotaon.c331 char *f, *opts; local
340 opts = tmpopts;
341 f = mntopt(&opts);
342 for (; *f; f = mntopt(&opts)) {
/illumos-gate/usr/src/cmd/fuser/
H A Dfuser.c456 int newfile = 0, errors = 0, opts = 0, flags = 0; local
473 flags = opts = newfile = 0;
477 set_option(&opts, OPT_DEVINFO, EXCL_OPT);
502 set_option(&opts, OPT_CONTAINED, EXCL_OPT);
505 set_option(&opts, OPT_FILE_ONLY, EXCL_OPT);
520 flags = opts = newfile = 0;
562 if (!opts &&
576 ((opts & OPT_CONTAINED) ? F_CONTAINED : 0) |
577 ((opts & OPT_DEVINFO) ? F_DEVINFO : 0) |
/illumos-gate/usr/src/cmd/ipcrm/
H A Dipcrm.c60 static char opts[] = "z:q:m:s:Q:M:S:"; /* allowable options for getopt */ variable
372 while ((o = getopt(argc, argv, opts)) != EOF) {
407 while ((o = getopt(argc, argv, opts)) != EOF) {
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipfs.c86 int opts = 0; variable
256 opts |= OPT_DONOTHING;
287 opts |= OPT_VERBOSE;
361 if (opts & OPT_DONOTHING)
390 if (opts & OPT_VERBOSE)
392 if (!(opts & OPT_DONOTHING)) {
397 if (opts & OPT_VERBOSE)
433 if (opts & OPT_VERBOSE)
442 if (opts & OPT_VERBOSE)
536 if (opts
[all...]
H A Dipftest.c26 int opts = OPT_DONOTHING; variable
134 opts |= OPT_BRIEF;
137 opts |= OPT_DEBUG;
166 opts |= OPT_SAVEOUT;
175 opts |= OPT_NORESOLVE;
178 opts |= OPT_VERBOSE;
185 opts |= OPT_NAT;
196 opts |= OPT_HEX;
205 if (opts & OPT_SAVEOUT)
241 if ((opts
[all...]
H A Dippool.c67 int opts = 0; variable
154 opts |= OPT_DEBUG;
182 opts |= OPT_DONOTHING;
190 opts |= OPT_NORESOLVE;
193 opts |= OPT_VERBOSE;
200 if (opts & OPT_DEBUG)
201 fprintf(stderr, "poolnodecommand: opts = %#x\n", opts);
239 opts |= OPT_DEBUG;
249 opts |
[all...]
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_identity.c121 pkinit_identity_opts *opts = NULL; local
124 opts = (pkinit_identity_opts *) calloc(1, sizeof(pkinit_identity_opts));
125 if (opts == NULL)
128 opts->identity = NULL;
129 opts->anchors = NULL;
130 opts->intermediates = NULL;
131 opts->crls = NULL;
132 opts->ocsp = NULL;
133 opts->dn_mapping_file = NULL;
135 opts
[all...]

Completed in 672 milliseconds

12345678