HomeSort by: relevance | last modified time | path
    Searched defs:idxp (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/jemalloc/dist/src/
sec.c 67 uint8_t *idxp = tsd_sec_shardp_get(tsd); local
68 if (*idxp == (uint8_t)-1) {
80 *idxp = (uint8_t)idx;
82 return *idxp;
  /src/external/bsd/jemalloc.old/dist/src/
sec.c 99 uint8_t *idxp = tsd_sec_shardp_get(tsd); local
100 if (*idxp == (uint8_t)-1) {
111 *idxp = (uint8_t)idx;
113 return &sec->shards[*idxp];
  /src/external/bsd/openldap/dist/servers/slapd/back-ldif/
ldif.c 848 char *trunc, *idxp, *endp, *endp2; local
869 if ( (idxp = strchr( BVL_NAME( bvl ) + 2, IX_FSL )) != NULL &&
870 (endp = strchr( ++idxp, IX_FSR )) != NULL && endp > idxp &&
871 (eq_unsafe || idxp[-2] == '=' || endp + 1 == trunc) )
874 bvl->inum = strtol( idxp, &endp2, 10 );
876 trunc = idxp;
  /src/external/cddl/osnet/dist/common/nvpair/
nvpair.c 1619 char *idxp, *idxep; local
1652 idxp = strchr(np, '[');
1654 /* if sepp comes first, set idxp to NULL */
1655 if (sepp && idxp && (sepp < idxp))
1656 idxp = NULL;
1659 * At this point 'idxp' is set if there is an index
1662 if (idxp) {
1664 n = idxp++ - np;
1667 skip_whitespace(idxp);
    [all...]

Completed in 100 milliseconds