| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| dsl_bookmark.c | 38 char *hashp; local 42 hashp = strchr(fullname, '#'); 43 if (hashp == NULL) 46 *shortnamep = hashp + 1; 49 (void) strlcpy(buf, fullname, hashp - fullname + 1);
|
| zfs_ioctl.c | 1081 char *hashp = strchr(name, '#'); local 1083 if (hashp == NULL) { 1087 *hashp = '\0'; 1090 *hashp = '#'; 1107 char *hashp = strchr(name, '#'); local 1110 if (hashp == NULL) { 1115 *hashp = '\0'; 1118 *hashp = '#';
|
| /src/external/gpl2/xcvs/dist/src/ |
| hash.c | 30 hashp (const char *key) function 285 hashval = hashp (p->key); 357 head = list->hasharray[hashp (key)]; 386 head = list->hasharray[hashp (key)];
|
| /src/external/gpl3/binutils/dist/bfd/ |
| hash.c | 553 struct bfd_hash_entry *hashp; local 559 for (hashp = table->table[_index]; 560 hashp != NULL; 561 hashp = hashp->next) 563 if (hashp->hash == hash 564 && strcmp (hashp->string, string) == 0) 565 return hashp; 608 struct bfd_hash_entry *hashp; local 611 hashp = (*table->newfunc) (NULL, table, string) [all...] |
| merge.c | 239 struct sec_merge_hash_entry *hashp; local 241 hashp = (struct sec_merge_hash_entry *) 243 if (hashp == NULL) 246 memcpy (hashp->str, string, len); 247 hashp->len = len; 248 hashp->alignment = 0; 249 hashp->u.suffix = NULL; 250 hashp->next = NULL; 270 table->values[_index] = hashp; 272 return hashp; 398 struct sec_merge_hash_entry *hashp; local [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| hash.c | 553 struct bfd_hash_entry *hashp; local 559 for (hashp = table->table[_index]; 560 hashp != NULL; 561 hashp = hashp->next) 563 if (hashp->hash == hash 564 && strcmp (hashp->string, string) == 0) 565 return hashp; 608 struct bfd_hash_entry *hashp; local 611 hashp = (*table->newfunc) (NULL, table, string) [all...] |
| merge.c | 241 struct sec_merge_hash_entry *hashp; local 243 hashp = (struct sec_merge_hash_entry *) 245 if (hashp == NULL) 248 memcpy (hashp->str, string, len); 249 hashp->len = len; 250 hashp->alignment = 0; 251 hashp->u.suffix = NULL; 252 hashp->next = NULL; 272 table->values[_index] = hashp; 274 return hashp; 400 struct sec_merge_hash_entry *hashp; local [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| hash.c | 553 struct bfd_hash_entry *hashp; local 559 for (hashp = table->table[_index]; 560 hashp != NULL; 561 hashp = hashp->next) 563 if (hashp->hash == hash 564 && strcmp (hashp->string, string) == 0) 565 return hashp; 608 struct bfd_hash_entry *hashp; local 611 hashp = (*table->newfunc) (NULL, table, string) [all...] |
| merge.c | 241 struct sec_merge_hash_entry *hashp; local 243 hashp = (struct sec_merge_hash_entry *) 245 if (hashp == NULL) 248 memcpy (hashp->str, string, len); 249 hashp->len = len; 250 hashp->alignment = 0; 251 hashp->u.suffix = NULL; 252 hashp->next = NULL; 272 table->values[_index] = hashp; 274 return hashp; 400 struct sec_merge_hash_entry *hashp; local [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| hash.c | 553 struct bfd_hash_entry *hashp; local 559 for (hashp = table->table[_index]; 560 hashp != NULL; 561 hashp = hashp->next) 563 if (hashp->hash == hash 564 && strcmp (hashp->string, string) == 0) 565 return hashp; 608 struct bfd_hash_entry *hashp; local 611 hashp = (*table->newfunc) (NULL, table, string) [all...] |
| merge.c | 234 struct sec_merge_hash_entry *hashp; local 236 hashp = (struct sec_merge_hash_entry *) 238 if (hashp == NULL) 241 memcpy (hashp->str, string, len); 242 hashp->len = len; 243 hashp->alignment = 0; 244 hashp->u.suffix = NULL; 245 hashp->next = NULL; 250 table->values[_index] = hashp; 252 return hashp; 378 struct sec_merge_hash_entry *hashp; local [all...] |
| /src/lib/libc/db/hash/ |
| hash.c | 101 HTAB *hashp; local 112 if (!(hashp = calloc(1, sizeof(HTAB)))) 114 hashp->fp = -1; 119 * field in the hashp structure needs to be accurate so that 122 hashp->flags = flags; 132 if ((hashp->fp = __dbopen(file, flags, mode, &statbuf)) == -1) 137 if (!(hashp = init_hash(hashp, file, info))) 142 hashp->hash = info->hash; 144 hashp->hash = __default_hash 249 HTAB *hashp; local 264 HTAB *hashp; local 451 HTAB *hashp; local 525 HTAB *hashp; local 538 HTAB *hashp; local 557 HTAB *hashp; local 728 HTAB *hashp; local [all...] |
| /src/sys/kern/ |
| vfs_vnode.c | 1411 struct hashhead *hashp; local 1416 hashp = &vcache_hashtab[hash & vcache_hashmask]; 1417 SLIST_FOREACH(vip, hashp, vi_hash) {
|
| /src/sys/fs/nfs/server/ |
| nfs_nfsdserv.c | 504 u_long *hashp; local 523 nfsvno_setpathbuf(&named, &bufp, &hashp); 524 error = nfsrv_parsename(nd, bufp, hashp, &named.ni_pathlen); 990 u_long *hashp; local 1000 nfsvno_setpathbuf(&named, &bufp, &hashp); 1001 error = nfsrv_parsename(nd, bufp, hashp, &named.ni_pathlen); 1160 u_long *hashp, cnflags; local 1211 nfsvno_setpathbuf(&named, &bufp, &hashp); 1212 error = nfsrv_parsename(nd, bufp, hashp, &named.ni_pathlen); 1373 u_long *hashp; local 1459 u_long *hashp; local 1629 u_long *hashp; local 1730 u_long *hashp; local 1851 u_long *hashp; local 2594 u_long *hashp; local 3352 u_long *hashp; local [all...] |