Searched refs:str_ptr (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/apache-793/httpd/server/
H A Dutil_expr_scan.l65 #define str_ptr (yyextra->scan_ptr)
70 *str_ptr++ = (c); \
71 if (str_ptr >= str_buf + sizeof(str_buf)) \
111 str_ptr = str_buf;
121 else if (str_ptr == str_buf) {
127 *str_ptr = '\0';
130 str_ptr = str_buf;
149 *str_ptr = '\0';
151 str_ptr = str_buf;
180 if (str_ptr !
[all...]
H A Dutil_expr_scan.c604 #define str_ptr (yyextra->scan_ptr) macro
609 *str_ptr++ = (c); \
610 if (str_ptr >= str_buf + sizeof(str_buf)) \
981 str_ptr = str_buf;
995 else if (str_ptr == str_buf) {
1001 *str_ptr = '\0';
1004 str_ptr = str_buf;
1035 *str_ptr = '\0';
1037 str_ptr = str_buf;
1101 if (str_ptr !
[all...]
/macosx-10.10/dtrace-147/libdtrace/
H A Ddt_strtab.c54 sp->str_ptr = ptr;
55 sp->str_bufs[sp->str_nbufs - 1] = sp->str_ptr;
80 sp->str_ptr = NULL;
89 *sp->str_ptr++ = '\0';
173 char *old_p = sp->str_ptr;
180 if (sp->str_ptr == sp->str_bufs[b] + sp->str_bufsz) {
186 resid = sp->str_bufs[b] + sp->str_bufsz - sp->str_ptr;
188 bcopy(str, sp->str_ptr, n);
190 sp->str_ptr += n;
201 sp->str_ptr
[all...]
H A Ddt_strtab.h51 char *str_ptr; /* pointer to current buffer location */ member in struct:dt_strtab
/macosx-10.10/dtrace-147/tools/ctfconvert/
H A Dstrtab.c61 sp->str_ptr = xmalloc(sp->str_bufsz);
62 sp->str_bufs[sp->str_nbufs - 1] = sp->str_ptr;
71 sp->str_ptr = NULL;
78 *sp->str_ptr++ = '\0';
154 if (sp->str_ptr == sp->str_bufs[b] + sp->str_bufsz) {
159 resid = sp->str_bufs[b] + sp->str_bufsz - sp->str_ptr;
161 bcopy(str, sp->str_ptr, n);
163 sp->str_ptr += n;
196 hp->str_data = sp->str_ptr;
231 n = sp->str_ptr
[all...]
H A Dstrtab.h50 char *str_ptr; /* pointer to current buffer location */ member in struct:strtab
/macosx-10.10/dcerpc-61/dcerpc/idl_compiler/
H A Dnametbl.h137 const char **str_ptr
H A Dnametbl.c584 * Outputs: str_ptr - The character string is returned through here.
595 const char ** str_ptr
601 *str_ptr = "";
604 *str_ptr = nameTable(id,id);
/macosx-10.10/ntp-92/sntp/
H A Dkod_management.c179 char *str_ptr; local
265 str_ptr = fgets(fbuf, sizeof(fbuf), db_s);
266 if (NULL == str_ptr) {
/macosx-10.10/xnu-2782.1.97/osfmk/profiling/
H A Dprofile-internal.h257 char *str_ptr; /* string table */ member in struct:profile_vars
/macosx-10.10/webdavfs-367/mount.tproj/
H A Dwebdav_parse.c967 char* str_ptr = NULL; local
988 str_ptr = (char*)malloc(totalLength+1);
989 memset(str_ptr,0,totalLength+1);
990 memcpy(str_ptr,localname,totalLength);
991 ampPointer = strstr((const char*) str_ptr,"amp;");
1001 free(str_ptr);
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/plugins/
H A Dotp.c706 const char **str_ptr; local
736 str_ptr = (const char**) bsearch((void*) &word, base, nmemb,
739 if (str_ptr) {
740 x = (unsigned long) (str_ptr - otp_std_dict);
/macosx-10.10/ruby-106/ruby/
H A Dio.c2025 char *str_ptr; member in struct:bufread_arg
2034 p->len = io_bufread(p->str_ptr, p->len, p->fptr);
2045 arg.str_ptr = RSTRING_PTR(str) + offset;
2359 char *str_ptr; member in struct:read_internal_arg
2367 p->len = rb_read_internal(p->fd, p->str_ptr, p->len);
2404 arg.str_ptr = RSTRING_PTR(str);
4582 arg.str_ptr = RSTRING_PTR(str);

Completed in 301 milliseconds