/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | Program.java | 4 * The contents of this file are subject to the terms of the 65 String contents; field in class:Program 96 * contents of the {@code File} passed to {@link 102 return contents; 163 * Gets the contents of the given file as a string. 165 * @return non-null contents of the given file as a string 166 * @throws IOException if the method fails to read the contents of 203 buf.append("[contents = "); 204 buf.append(contents);
|
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/ |
H A D | kdb_xdr.c | 193 /* tl_data is a linked list, of type, legth, contents */ 233 krb5_free_princ_contents(krb5_context context, krb5_data *contents) argument 235 krb5_free_data_contents(context, contents);
|
H A D | kdb_db2.c | 955 DBT key, contents; local 989 dbret = (*db->get) (db, &key, &contents, 0); 1000 contdata.data = contents.data; 1001 contdata.length = contents.size; 1044 DBT key, contents; local 1080 contents.data = contdata.data; 1081 contents.size = contdata.length; 1090 dbret = (*db->put) (db, &key, &contents, 0); 1119 DBT key, contents; local 1143 dbret = (*db->get) (db, &key, &contents, 1202 DBT key, contents; local [all...] |
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | an_to_ln.c | 112 datum key, contents; local 127 contents = KDBM_FETCH(db, key); 131 if (contents.dptr == NULL) { 134 strncpy(lname, contents.dptr, lnsize); 135 if (lnsize < contents.dsize) 137 else if (lname[contents.dsize-1] != '\0') 142 /* can't close until we copy the contents. */
|
H A D | localaddr.c | 1160 make_addr (int type, size_t length, const void *contents) argument 1174 memcpy (data, contents, length); 1178 a->contents = data; 1325 free (newaddrs[i]->contents), free (newaddrs[i]); 1432 memcpy (addrp, addr[0][j]->contents, addr[0][j]->length); 1550 paddr[i]->contents = (unsigned char *)malloc(paddr[i]->length); 1551 if (!paddr[i]->contents) { 1555 memcpy(paddr[i]->contents, 1566 if (paddr[i]->contents) 1567 free(paddr[i]->contents); [all...] |
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | authdata.c | 1026 krb5_octet *contents, *bp; local 1040 contents = malloc(size); 1041 if (contents == NULL) 1044 bp = contents; 1054 free(contents); 1058 remain = (bp - contents); 1059 bp = contents; 1068 free(contents); 1072 free(contents);
|
H A D | preauth2.c | 646 d.data = (char *) p.contents; 680 krb5_octet *contents; local 683 contents = malloc(in_padata->length); 684 if (contents == NULL) { 689 pa->contents = contents; 690 memcpy(contents, in_padata->contents, pa->length); 739 as_key->contents[0], as_key->contents[ [all...] |
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | ServiceStoreInMemory.java | 4 * The contents of this file are subject to the terms of the 359 private Vector contents = new Vector(); field in class:ServiceStoreInMemory.BtreeVector 362 return "<BtreeVector "+contents.toString()+">"; 366 // Return the contents as a sorted vector of RegRecord. 371 return contents; 375 // Add the entire contents of the vector to the return record. 379 int i, n = contents.size(); 383 RegRecord rec = (RegRecord)contents.elementAt(i); 410 int i, n = contents.size(); 415 RegRecord rec = (RegRecord)contents [all...] |
/osnet-11/usr/src/lib/libpkg/common/ |
H A D | keystore.c | 4 * The contents of this file are subject to the terms of the 1689 /* could not parse the contents */ 1761 /* could not parse the contents */ 1807 /* could not parse the contents */ 1891 * 0 - Success - Keystore contents are written out to 2168 * contents - Contents to write to the file 2170 * 0 - Success - Keystore contents are written out to 2175 write_keystore_file(PKG_ERR *err, char *dest, PKCS12 *contents) argument 2216 if (i2d_PKCS12_fp(newfile, contents) == 0) { 2254 * PKCS12 contents o [all...] |
/osnet-11/usr/src/lib/libdevinfo/ |
H A D | devinfo_devperm.c | 4 * The contents of this file are subject to the terms of the 296 char contents[PATH_MAX + 1]; local 306 linksize = readlink(devpath, contents, PATH_MAX); 311 contents[linksize] = '\0'; 315 * if the link contents is not a minor node assume 316 * that link contents is really a pointer to another 317 * link, and if so recurse and read its link contents. 319 if (is_minor_node((const char *)contents, (const char **)&ptr) != 321 if (strncmp(contents, slashdev, strlen(slashdev)) == 0) { 323 (void) strcpy(stage_link, contents); [all...] |
H A D | devinfo_devlink.c | 4 * The contents of this file are subject to the terms of the 706 * update database with actual contents of /dev 1216 * link contents. Secondary link contents can have two formats: 2010 * associated with a db update does not change the contents 3193 * returns 1 if contents is a minor node in /devices. 3195 * if contents is a /dev node, mn_root = contents 3197 * if contents is a /devices node, mn_root set to the '/' 3201 is_minor_node(const char *contents, cons argument [all...] |
/osnet-11/usr/src/lib/libkmf/libkmf/common/ |
H A D | generalop.c | 4 * The contents of this file are subject to the terms of the 2112 char **contents, size_t *outlen) 2121 if (data == NULL || contents == NULL || outlen == NULL) 2167 *contents = NULL; 2172 *contents = olddata; 2111 GetSequenceContents(char *data, size_t len, char **contents, size_t *outlen) argument
|
/osnet-11/usr/src/grub/grub2/grub-core/fs/ |
H A D | udf.c | 296 struct grub_udf_regid contents; member in struct:grub_udf_pd
|