Searched defs:str_ptr (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_strtab.h50 char *str_ptr; /* pointer to current buffer location */ member in struct:dt_strtab
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dstrtab.h50 char *str_ptr; /* pointer to current buffer location */ member in struct:strtab
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_strio.c44 char *str_ptr; /* Current seek pointer */ member in struct:str_data
52 size_t left = sd->str_base + sd->str_len - sd->str_ptr;
56 (void) strncpy(buf, sd->str_ptr, obytes);
57 sd->str_ptr += obytes;
78 nptr = sd->str_ptr + offset;
87 if (nptr < sd->str_base || nptr > sd->str_ptr + sd->str_len)
90 sd->str_ptr = nptr;
140 sd->str_ptr = sd->str_base;
/illumos-gate/usr/src/lib/libtnfctl/
H A Dsym.c172 const char *str_ptr; local
191 str_ptr = strrchr(obj->objname, '/');
192 if (str_ptr == NULL) {
193 str_ptr = obj->objname;
195 str_ptr++; /* bump up past '/' */
199 if (strcmp(str_ptr, lib_base_name) == 0) {
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dsmp-imps.c523 char *str_ptr; local
541 str_ptr = "IMCR and PIC";
545 str_ptr = "Virtual Wire";
557 str_ptr, imps_lapic_addr));
H A Dchar_io.c867 safe_parse_maxint (char **str_ptr, int *myint_ptr) argument
869 char *ptr = *str_ptr;
914 *str_ptr = ptr;
/illumos-gate/usr/src/lib/auditd_plugins/remote/
H A Daudit_remote.c149 * Inputs - pointer to the beginning of the string (str_ptr); returns - pointer
155 trim_me(char *str_ptr) { argument
159 if (str_ptr == NULL || *str_ptr == '\0') {
163 while (isspace(*str_ptr)) {
164 str_ptr++;
166 if (*str_ptr == '\0') {
170 str_end = str_ptr + strlen(str_ptr);
172 while (str_end > str_ptr
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/common/
H A Dbnxe_clc.c6824 u8 *str_ptr = str; local
6831 *str_ptr = '\0';
6843 *str_ptr = digit + '0';
6845 *str_ptr = digit - 0xa + 'a';
6847 str_ptr++;
6851 *str_ptr = '.';
6852 str_ptr++;

Completed in 169 milliseconds