Searched refs:strp (Results 26 - 32 of 32) sorted by relevance

12

/freebsd-13-stable/sys/kern/
H A Dlink_elf.c1498 const char *strp; local
1524 strp = ef->strtab + symp->st_name;
1526 if (strcmp(name, strp) == 0) {
1546 strp = ef->ddbstrtab + symp->st_name;
1547 if (strcmp(name, strp) == 0) {
H A Dlink_elf_obj.c1388 const char *strp; local
1392 strp = ef->ddbstrtab + symp->st_name;
1393 if (symp->st_shndx != SHN_UNDEF && strcmp(name, strp) == 0) {
/freebsd-13-stable/sys/contrib/openzfs/module/nvpair/
H A Dnvpair.c2935 uint64_t *strp = (void *) local
2942 bzero(strp, NVP_NELEM(nvp) * sizeof (uint64_t));
2946 char **strp = (void *)NVP_VALUE(nvp); local
2947 char *buf = ((char *)strp + NVP_NELEM(nvp) * sizeof (uint64_t));
2951 strp[i] = buf;
3374 char **strp = (void *)buf; local
3391 strp[i] = buf;
/freebsd-13-stable/libexec/ftpd/
H A Dftpd.c3368 appendf(char **strp, char *fmt, ...)
3378 if (*strp == NULL)
3379 *strp = p;
3381 ostr = *strp;
3382 asprintf(strp, "%s%s", ostr, p);
3383 if (*strp == NULL)
/freebsd-13-stable/contrib/libedit/
H A Dreadline.c1722 const char *strp; local
1730 if ((strp = strstr(ev.str, str)) != NULL)
1731 return (int)(strp - ev.str);
/freebsd-13-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c394 die_string(dwarf_t *dw, Dwarf_Die die, Dwarf_Half name, char **strp, int req) argument
404 *strp = NULL;
407 *strp = xstrdup(str);
/freebsd-13-stable/libexec/rtld-elf/
H A Drtld.c4494 const char *strp; local
4497 strp = obj->strtab + symp->st_name;
4520 if (req->name[0] != strp[0] || strcmp(req->name, strp) != 0)

Completed in 336 milliseconds

12