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

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_dis.c 186 uint_t strptr = DIF_INSTR_STRING(in); local
189 strptr, DIF_INSTR_RD(in));
191 if (strptr < dp->dtdo_strlen)
192 (void) fprintf(fp, "\t\t! \"%s\"", dp->dtdo_strtab + strptr);
dt_dis.c 186 uint_t strptr = DIF_INSTR_STRING(in); local
189 strptr, DIF_INSTR_RD(in));
191 if (strptr < dp->dtdo_strlen)
192 (void) fprintf(fp, "\t\t! \"%s\"", dp->dtdo_strtab + strptr);
  /src/usr.bin/vgrind/
vfontedpr.c 359 char *strptr; /* end of a string delimiter */ local
387 strptr = expmatch(s, l_strbeg, dummy);
392 if ((comptr < strptr || strptr == NULL)
409 if ((acmptr < strptr || strptr == NULL)
424 if (strptr != NULL)
425 if ((strptr < chrptr || chrptr == NULL)
426 && (strptr < blksptr || blksptr == NULL)
427 && (strptr < blkeptr || blkeptr == NULL))
    [all...]
vfontedpr.c 359 char *strptr; /* end of a string delimiter */ local
387 strptr = expmatch(s, l_strbeg, dummy);
392 if ((comptr < strptr || strptr == NULL)
409 if ((acmptr < strptr || strptr == NULL)
424 if (strptr != NULL)
425 if ((strptr < chrptr || chrptr == NULL)
426 && (strptr < blksptr || blksptr == NULL)
427 && (strptr < blkeptr || blkeptr == NULL))
    [all...]
  /src/external/cddl/osnet/dist/lib/libzfs/common/
libzfs_diff.c 700 char *strptr; local
709 strptr = strchr(di->tosnap, '@');
710 ASSERT3P(strptr, !=, NULL);
712 ZDIFF_SNAPDIR, ++strptr);
714 strptr = strchr(di->fromsnap, '@');
715 ASSERT3P(strptr, !=, NULL);
722 *strptr = '\0';
724 *strptr = '@';
731 ZDIFF_SNAPDIR, ++strptr);
libzfs_diff.c 700 char *strptr; local
709 strptr = strchr(di->tosnap, '@');
710 ASSERT3P(strptr, !=, NULL);
712 ZDIFF_SNAPDIR, ++strptr);
714 strptr = strchr(di->fromsnap, '@');
715 ASSERT3P(strptr, !=, NULL);
722 *strptr = '\0';
724 *strptr = '@';
731 ZDIFF_SNAPDIR, ++strptr);
  /src/usr.bin/rpcinfo/
rpcinfo.c 172 char *strptr; local
207 portnum = (u_short) strtol(optarg, &strptr, 10);
208 if (strptr == optarg || *strptr != '\0')
1510 char *strptr; local
1524 prognum = strtoul(arg, &strptr, 0);
1525 if (strptr == arg || *strptr != '\0' ||
1535 char *strptr; local
1538 vers = strtoul(arg, &strptr, 0)
    [all...]
rpcinfo.c 172 char *strptr; local
207 portnum = (u_short) strtol(optarg, &strptr, 10);
208 if (strptr == optarg || *strptr != '\0')
1510 char *strptr; local
1524 prognum = strtoul(arg, &strptr, 0);
1525 if (strptr == arg || *strptr != '\0' ||
1535 char *strptr; local
1538 vers = strtoul(arg, &strptr, 0)
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
archive.c 1589 char *strptr;
1685 strptr = *tabloc;
1738 stroff = strptr - *tabloc;
1740 memcpy (strptr, normal, thislen);
1741 strptr += thislen;
1743 *strptr++ = '/';
1744 *strptr++ = ARFMAG[1];
1584 char *strptr; local
archive.c 1589 char *strptr;
1685 strptr = *tabloc;
1738 stroff = strptr - *tabloc;
1740 memcpy (strptr, normal, thislen);
1741 strptr += thislen;
1743 *strptr++ = '/';
1744 *strptr++ = ARFMAG[1];
1584 char *strptr; local
  /src/external/gpl3/binutils.old/dist/bfd/
archive.c 1578 char *strptr;
1674 strptr = *tabloc;
1727 stroff = strptr - *tabloc;
1729 memcpy (strptr, normal, thislen);
1730 strptr += thislen;
1732 *strptr++ = '/';
1733 *strptr++ = ARFMAG[1];
1573 char *strptr; local
archive.c 1578 char *strptr;
1674 strptr = *tabloc;
1727 stroff = strptr - *tabloc;
1729 memcpy (strptr, normal, thislen);
1730 strptr += thislen;
1732 *strptr++ = '/';
1733 *strptr++ = ARFMAG[1];
1573 char *strptr; local
  /src/external/gpl3/gdb.old/dist/bfd/
archive.c 1580 char *strptr;
1676 strptr = *tabloc;
1729 stroff = strptr - *tabloc;
1731 memcpy (strptr, normal, thislen);
1732 strptr += thislen;
1734 *strptr++ = '/';
1735 *strptr++ = ARFMAG[1];
1575 char *strptr; local
archive.c 1580 char *strptr;
1676 strptr = *tabloc;
1729 stroff = strptr - *tabloc;
1731 memcpy (strptr, normal, thislen);
1732 strptr += thislen;
1734 *strptr++ = '/';
1735 *strptr++ = ARFMAG[1];
1575 char *strptr; local
  /src/external/gpl3/gdb/dist/bfd/
archive.c 1590 char *strptr;
1686 strptr = *tabloc;
1739 stroff = strptr - *tabloc;
1741 memcpy (strptr, normal, thislen);
1742 strptr += thislen;
1744 *strptr++ = '/';
1745 *strptr++ = ARFMAG[1];
1585 char *strptr; local
archive.c 1590 char *strptr;
1686 strptr = *tabloc;
1739 stroff = strptr - *tabloc;
1741 memcpy (strptr, normal, thislen);
1742 strptr += thislen;
1744 *strptr++ = '/';
1745 *strptr++ = ARFMAG[1];
1585 char *strptr; local
  /src/external/gpl3/binutils/dist/ld/
pdb.c 630 struct string **strptr; local
683 strptr = NULL;
691 strptr = mod_source->files + mod_source->files_count;
734 *strptr = str;
735 strptr++;
pdb.c 630 struct string **strptr; local
683 strptr = NULL;
691 strptr = mod_source->files + mod_source->files_count;
734 *strptr = str;
735 strptr++;
  /src/external/gpl3/binutils.old/dist/ld/
pdb.c 630 struct string **strptr; local
683 strptr = NULL;
691 strptr = mod_source->files + mod_source->files_count;
734 *strptr = str;
735 strptr++;
pdb.c 630 struct string **strptr; local
683 strptr = NULL;
691 strptr = mod_source->files + mod_source->files_count;
734 *strptr = str;
735 strptr++;

Completed in 93 milliseconds