HomeSort by relevance Sort by last modified time
    Searched defs:spec (Results 1 - 25 of 42) sorted by null

1 2

  /onnv/onnv-gate/usr/src/cmd/sendmail/db/os/
os_tmpdir.c 98 FSSpec spec; local
101 kOnSystemDisk, 0, &spec))
102 (void)__os_strdup(FSp2FullPath(&spec), &p);
  /onnv/onnv-gate/usr/src/cmd/backup/lib/
getdate.y 123 spec : /* NULL */ label
124 | spec item
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/cli/
getdate.y 255 spec : /* NULL */ label
256 | spec item
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/
SubFieldTokenizer.java 64 String spec = st.nextToken(); local
65 if (spec.length() > 0) {
66 int index = spec.indexOf(/* NOI18N */ '=');
68 String key = spec.substring(0, index).
70 String value = spec.substring(index + 1).trim();
  /onnv/onnv-gate/usr/src/cmd/tnf/prex/
spec.h 57 typedef struct spec { struct
66 (*spec_attr_fun_t) (spec_t * spec, char *attr, char *value, void *calldatap);
68 (*spec_val_fun_t) (spec_t * spec, char *value, void *calldatap);
80 spec_t * spec(char *str_p, spec_type_t type);
spec.c 47 #include "spec.h"
61 * spec() - builds a spec
65 spec(char *str_p, function
86 } /* end spec */
90 * spec_dup() - duplicates a spec, NOT A SPEC LIST!
98 new_p = spec(strdup(spec_p->str), spec_p->type);
106 * spec_destroy() - destroys a spec list
172 * spec_match() - called with a spec and a string, returns whether the
    [all...]
prexgram.y 81 #include "spec.h"
110 %type <specval> spec speclist
340 | speclist spec { $$ = spec_list($1, $2); }
343 expr : spec EQ spec { $$ = expr($1, $3); }
344 | spec { $$ = expr(spec(strdup("keys"),
348 spec : IDENT { $$ = spec($1, SPEC_EXACT); } label
349 | VALSTR { $$ = spec($1, SPEC_EXACT);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sa/
saghdr.h 56 char spec[60]; member in struct:p
  /onnv/onnv-gate/usr/src/cmd/svc/startd/
expand.c 167 char *spec; local
172 spec = safe_strdup(prop_spec);
174 if (strstr(spec, ":properties") != NULL) {
177 if (scf_parse_svc_fmri(spec, &scn, &sn, &in, &pgn,
182 free(spec);
231 slash = strchr(spec, '/');
234 pn = spec;
237 pgn = spec;
329 free(spec);
  /onnv/onnv-gate/usr/src/uts/common/io/1394/targets/av1394/
av1394_cfgrom.c 180 uint32_t spec, lang_id, desc_entry; local
240 spec = *(uint32_t *)bp->b_rptr;
247 spec = lang_id = desc_entry = 0;
257 tl32.tl_spec = spec;
271 tl.tl_spec = spec;
  /onnv/onnv-gate/usr/src/cmd/fmli/inc/
smdef.h 40 int spec; member in struct:supalias
  /onnv/onnv-gate/usr/src/cmd/sendmail/src/
udb.c 48 char *udb_spec; /* string version of spec */
615 /* short circuit if no spec */
917 char *spec; local
925 spec = p;
937 (void) _udb_parsespec(spec, opts, MAXUDBOPTS);
954 switch (*spec)
959 up->udb_fwdhost = spec + 1;
967 if (sm_strcasecmp(spec, "hesiod") != 0)
978 l = strlen(spec);
979 if (l > 3 && strcmp(&spec[l - 3], ".db") == 0
1169 register char *spec; local
    [all...]
  /onnv/onnv-gate/usr/src/ucbhead/sys/
vfs.h 113 char *spec; member in struct:mounta
  /onnv/onnv-gate/usr/src/uts/common/inet/kssl/
ksslapi.c 571 KSSLCipherSpec *spec; local
690 spec = &ssl->spec[KSSL_READ];
691 mac_sz = spec->mac_hashsz;
692 if (spec->cipher_ctx != 0) {
699 if ((spec->cipher_type == type_block) &&
700 ((rec_sz & (spec->cipher_bsize - 1)) != 0)) {
703 int, spec->cipher_bsize);
716 error = crypto_decrypt_update(spec->cipher_ctx,
728 if (spec->cipher_type == type_block)
848 KSSLCipherSpec *spec; local
1275 KSSLCipherSpec *spec; local
    [all...]
ksslrec.c 177 KSSLCipherSpec *spec; local
181 spec = &ssl->spec[direction];
183 if (spec->mac_hashsz == 0) {
205 if (IS_TLS(ssl) || (spec->hmac_mech.cm_type != CRYPTO_MECH_INVALID &&
232 mac.cd_length = mac.cd_raw.iov_len = spec->mac_hashsz;
245 rv = crypto_mac(&spec->hmac_mech, &dd, &spec->hmac_key,
263 spec->MAC_HashUpdate((void *)ctx, temp, p - temp);
264 spec->MAC_HashUpdate((void *)ctx, buf, len)
1285 KSSLCipherSpec *spec = &ssl->spec[dir]; local
1497 KSSLCipherSpec *spec; local
1564 KSSLCipherSpec *spec; local
2188 KSSLCipherSpec *spec = &ssl->spec[KSSL_READ]; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/rcm_daemon/common/
filesys_rcm.c 493 get_spec(char *line, char *spec, size_t ssz)
498 if (strlcpy(spec, line, ssz) >= ssz) {
504 cp = spec;
517 (void) memmove(spec, start, strlen(start) + 1);
523 path_match(char *rsrc, char *spec)
532 if (realpath(spec, s) == NULL)
555 "rsrc=%s spec=%s: %s\n", rsrc, spec, strerror(errno));
593 char spec[MNT_LINE_MAX + 1]; local
597 if (get_spec(line, spec, sizeof (spec)) == -1)
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/os/
devpolicy.c 201 match_policy(devplcyent_t *de, dev_t dev, vtype_t spec)
212 spec == de->dpe_spec) {
225 ddi_lyr_get_minor_name(dev, spec, &mname) != DDI_SUCCESS)
267 de->dpe_spec = spec;
313 vtype_t spec = vp->v_type; local
326 res = match_policy(devpolicy[i].t_ent, dev, spec);
655 vtype_t spec; local
665 spec = vp->v_type;
666 if (spec != VBLK && spec != VCHR)
    [all...]
modsubr.c 841 hwc_par_hash = mod_hash_create_strhash("hwc parent spec hash",
843 hwc_class_hash = mod_hash_create_strhash("hwc class spec hash",
848 * Insert a spec into hash table. hwc_hash_lock must be held
851 hwc_hash_insert(struct hwc_spec *spec, char *name, mod_hash_t *hash)
863 if (mod_hash_insert(hash, key, (mod_hash_val_t)spec) != 0) {
871 * Name is already present, append spec to the list.
877 entry->hwc_hash_next = spec;
881 * Remove a spec entry from spec hash table, the spec itself i
933 struct hwc_spec *spec = spec_list; local
961 struct hwc_spec *spec = spec_list; local
996 struct hwc_spec *spec; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/cfgadm_plugins/scsi/common/
cfga_ctl.c 1375 char mount[MAXPATHLEN], fstype[MAXPATHLEN], spec[MAXPATHLEN]; local
1392 (void) strcpy(spec, S_STR(vfst.vfs_special));
1401 if (realpath(spec, bufp) == NULL) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/
JDTrace.java 77 ProbeDescription.Spec probespec;
85 ProbeDescription.Spec spec = ((req.probespec == null) local
86 ? ProbeDescription.Spec.NAME
733 r.probespec = ProbeDescription.Spec.FUNCTION;
743 r.probespec = ProbeDescription.Spec.NAME;
760 r.probespec = ProbeDescription.Spec.MODULE;
767 r.probespec = ProbeDescription.Spec.NAME;
802 r.probespec = ProbeDescription.Spec.PROVIDER;
  /onnv/onnv-gate/usr/src/cmd/lvm/metassist/layout/
layout_request.c 69 * The spec struct holds one of two different specifications: if the
130 device_spec_t **spec);
134 device_spec_t **spec);
138 device_spec_t **spec);
141 device_spec_t *spec);
144 device_spec_t *spec,
148 device_spec_t *spec,
240 device_spec_t *spec,
246 device_spec_t *spec,
1907 device_spec_t *spec = NULL; local
2456 device_spec_t *spec = (device_spec_t *)iter->obj; local
2607 device_spec_t *spec = local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/
bsd_glob.c 242 static OSErr GetVolInfo(short volume, Boolean indexed, FSSpec *spec);
243 static void name_f_FSSpec(StrFileName volname, FSSpec *spec);
878 FSSpec spec; local
886 for (index = 0; !GetVolInfo(index+1, true, &spec); ++index) {
890 name_f_FSSpec(vol_name, &spec);
1383 GetVolInfo(short volume, Boolean indexed, FSSpec* spec)
1388 pb.volumeParam.ioNamePtr = spec->name;
1395 spec->vRefNum = pb.volumeParam.ioVRefNum;
1396 spec->parID = 1;
    [all...]
  /onnv/onnv-gate/usr/src/cmd/bnu/
cu.c 1045 char ch, buf[BUFSIZ], spec[NCC+1], *b, *p, *q; local
1077 spec[j++] = ch;
1078 spec[j] = '\0';
1090 while(q = strpbrk(p, spec)) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/geniconvtbl/
iconv_tm.h 254 unsigned char spec[ITM_SPEC_LEN]; /* platform specification */ member in struct:__anon558
  /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
ExtendEntityManager.cxx 125 const StorageObjectSpec &spec(size_t i) const;
750 const StorageObjectSpec &spec = info_->spec(soIndex_); local
756 = spec.storageManager->makeStorageObject(spec.specId, spec.baseId,
757 spec.search,
762 = spec.storageManager->makeStorageObject(spec.specId, spec.baseId
1215 const StorageObjectSpec &ExternalInfoImpl::spec(size_t i) const function in class:SP_NAMESPACE::ExternalInfoImpl
    [all...]

Completed in 1800 milliseconds

1 2