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

  /src/sbin/ldconfig/
ldconfig.c 379 int i, n, str_index = 0; local in function:buildhints
439 bp->hi_namex = str_index;
440 strcpy(strtab + str_index, shp->name);
441 str_index += 1 + strlen(shp->name);
443 bp->hi_pathx = str_index;
444 strcpy(strtab + str_index, shp->path);
445 str_index += 1 + strlen(shp->path);
453 strcpy(strtab + str_index, dir_list);
454 str_index += 1 + strlen(dir_list);
457 if (str_index != strtab_sz)
    [all...]
  /src/lib/libtelnet/
enc_des.c 80 int str_index; member in struct:fb::stinfo
506 stp->str_index = sizeof(Block);
517 stp->str_index = sizeof(Block);
548 idx = stp->str_index;
562 stp->str_index = idx;
577 if (stp->str_index)
578 --stp->str_index;
582 idx = stp->str_index++;
587 stp->str_index = 1; /* Next time will be 1 */
621 idx = stp->str_index;
    [all...]

Completed in 12 milliseconds