Searched refs:single (Results 26 - 50 of 204) sorted by relevance

123456789

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/x509/
H A Dx509_req.c200 if(attr->single) ext = attr->value.single;
243 attr->single = 0;
/opensolaris-onvv-gate/usr/src/lib/libnisdb/
H A Dldap_val.c73 new[i].match.single.lo =
74 am(myself, m[i].match.single.numRange *
75 sizeof (new[i].match.single.lo[0]));
76 new[i].match.single.hi =
77 am(myself, m[i].match.single.numRange *
78 sizeof (new[i].match.single.hi[0]));
79 if (new[i].match.single.lo != 0)
80 memcpy(new[i].match.single.lo,
81 m[i].match.single.lo,
82 m[i].match.single
[all...]
H A Ddb.cc177 entry_object * single; local
206 res->status = internal_db.first(&where, &single);
212 &single);
226 res->objects.objects_val[0] = single;
236 &single);
247 &index_desc, &single);
274 res->objects.objects_val[0] = single;
H A Dnis_parse_ldap_util.c549 if (fmt->match.single.lo != NULL)
550 free(fmt->match.single.lo);
551 fmt->match.single.lo = NULL;
552 if (fmt->match.single.hi != NULL)
553 free(fmt->match.single.hi);
554 fmt->match.single.hi = NULL;
1414 out[i].match.single.numRange =
1415 in[i].match.single.numRange;
1416 out[i].match.single.lo =
1417 s_malloc(in[i].match.single
[all...]
/opensolaris-onvv-gate/usr/src/cmd/rpcsvc/
H A Drup.c83 int single, nfailed; local
94 single = nfailed = 0;
97 single++;
126 if (single > 0) {
129 if (nfailed == single) {
/opensolaris-onvv-gate/usr/src/cmd/sulogin/
H A Dsulogin.c36 * come up single user, or go to default init state straight away.
41 * single user. ^D exits sulogin, and init will go to default init state.
44 * go single user, no questions asked.
111 static void single(const char *, char *);
250 single(shell, NULL);
253 * if no 'root' entry in /etc/shadow, give maint. mode single
260 single(shell, NULL);
264 * if no 'root' entry in /etc/passwd, give maint. mode single
271 single(shell, NULL);
561 single(s
578 single(const char *cmd, char *ttyn) function
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DStd.pm7 getopt, getopts - Process single-character switches with switch clustering
21 The getopt() function processes single-character switches with switch
78 # Process single-character switches with switch clustering. Pass one argument
195 The following single-character options are accepted:$help
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DParseWords.pm168 returns all of the tokens in a single long list, while &nested_quotewords()
170 &parse_line() does tokenizing on a single string. The &*quotewords()
179 not themselves backslash-escaped or inside of single quotes (i.e.,
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/instant.src/tptregexp/
H A Dregexp.3109 (matching any single character), `^' (matching the null string at the
111 end of the input string), a `\e' followed by a single character (matching
112 that character), or a single character with no other significance
116 It normally matches any single character from the sequence.
118 it matches any single character \fInot\fR from the rest of the sequence.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Byte/
H A DByte.pm23 This module implements various single byte encodings. For most cases it uses
/opensolaris-onvv-gate/usr/src/pkg/manifests/
H A Dsystem-trusted-global-zone.mf64 file path=etc/security/tsol/label_encodings.gfi.single group=sys mode=0444
66 file path=etc/security/tsol/label_encodings.single group=sys mode=0444
/opensolaris-onvv-gate/usr/src/cmd/initpkg/init.d/
H A DREADME35 /sbin/rc[S0-6] script passes a single argument. It passes the argument
60 the milestone svc:/milestone/single-user:default.
H A DREADME.rc238 earlier single user milestone. Any warnings, errors, or output from the
H A DREADME.rcS35 SMF major milestone "svc:/milestone/single-user:default" executes each
39 /var/svc/log/milestone-single-user:default.log
73 the output of "svcs -l svc:/milestone/single-user:default".
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A DREADME36 paths built from the standard drawing commands as single entities (eg. for filling
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DHandle.pm63 Read a single line
67 Get a single character
/opensolaris-onvv-gate/usr/src/common/atomic/sparc/
H A Datomic.s96 and %o1, %o3, %o1 ! %o1 = single byte value
169 and %o1, %o3, %o1 ! %o1 = single short value
333 and %o1, %o3, %o1 ! %o1 = single byte value
368 and %o1, %o3, %o1 ! %o1 = single short value
569 and %o1, %o3, %o1 ! %o1 = single byte value
571 and %o2, %o3, %o2 ! %o2 = single byte value
600 and %o1, %o3, %o1 ! %o1 = single short value
602 and %o2, %o3, %o2 ! %o2 = single short value
656 and %o1, %o3, %o1 ! %o1 = single byte value
681 and %o1, %o3, %o1 ! %o1 = single shor
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/asn1/
H A Dt_req.c211 if (a->single)
213 t=a->value.single;
/opensolaris-onvv-gate/usr/src/cmd/modload/
H A Dplcysubr.c437 char *p, *single; local
445 for (single = strtok_r(copy, " \t\n", &p);
446 single != NULL;
447 single = strtok_r(NULL, " \t\n", &p)) {
448 if ((ret = delete_one_entry(filename, single)) != 0) {
/opensolaris-onvv-gate/usr/src/common/atomic/sparcv9/
H A Datomic.s217 and %o1, %o3, %o1 ! %o1 = single byte value
290 and %o1, %o3, %o1 ! %o1 = single short value
458 and %o1, %o3, %o1 ! %o1 = single byte value
493 and %o1, %o3, %o1 ! %o1 = single short value
702 and %o1, %o3, %o1 ! %o1 = single byte value
704 and %o2, %o3, %o2 ! %o2 = single byte value
733 and %o1, %o3, %o1 ! %o1 = single short value
735 and %o2, %o3, %o2 ! %o2 = single short value
782 and %o1, %o3, %o1 ! %o1 = single byte value
807 and %o1, %o3, %o1 ! %o1 = single shor
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dperl5db.pl108 (but perhaps overly clever) single test. After all, it needed this
114 such as C<$single>, C<$trace>, and C<$frame>, have "magical" values composed
116 of state to be stored independently in a single scalar.
172 corresponding to a single line of C<$filename>.
341 =head4 C<$single>
343 Controls behavior during single-stepping. Stacked in C<@stack> on entry to
350 =item * 1 - single-step, go into subs. The 's' command.
352 =item * 2 - single-step, don't go into subs. The 'n' command.
400 Saves the current value of C<$single> on entry to a subroutine.
509 We preserve the current settings of X<C<$trace>>, X<C<$single>>, an
[all...]
/opensolaris-onvv-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dvalidate.c82 single; local
92 memset (&single, 0, sizeof(single));
315 * If a single printer was named, check the request against it.
320 (pc = &single)->pps = pps;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/base/
H A Dlex.t57 ok 12 - make sure single quotes are honored \nnot ok
/opensolaris-onvv-gate/usr/src/cmd/svc/milestone/
H A DMakefile61 single-user.xml \
/opensolaris-onvv-gate/usr/src/lib/libc/port/fp/
H A Deconvert.c101 seconvert(single *arg, int ndigits, int *decpt, int *sign, char *buf)

Completed in 513 milliseconds

123456789