Searched refs:bptr (Results 1 - 25 of 40) sorted by relevance

12

/macosx-10.10/remote_cmds-47/talkd.tproj/
H A Dannounce.c115 char *bptr, *lptr, *vis_user; local
152 bptr = big_buf;
153 *bptr++ = '\007'; /* send something to wake them up */
154 *bptr++ = '\r'; /* add a \r in case of raw mode */
155 *bptr++ = '\n';
160 *(bptr++) = *(lptr++);
163 *(bptr++) = ' ';
164 *(bptr++) = '\r'; /* add a \r in case of raw mode */
165 *(bptr++) = '\n';
167 *bptr
[all...]
/macosx-10.10/dcerpc-61/dcerpc/ncklib/
H A Drpcsvc.c241 char *bptr;
255 if( (bptr = malloc(RPC__SVC_DBG_MSG_SZ*sizeof(char))) == NULL )
262 vsprintf (bptr, format, arg_ptr);
265 return( bptr );
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djmemmgr.c590 jvirt_barray_ptr bptr; local
606 for (bptr = mem->virt_barray_list; bptr != NULL; bptr = bptr->next) {
607 if (bptr->mem_buffer == NULL) { /* if not realized yet */
608 space_per_minheight += (long) bptr->maxaccess *
609 (long) bptr->blocksperrow * SIZEOF(JBLOCK);
610 maximum_space += (long) bptr->rows_in_array *
611 (long) bptr
948 jvirt_barray_ptr bptr; local
[all...]
H A Djquant2.c786 register INT32 * bptr; /* pointer into bestdist[] array */ local
797 bptr = bestdist;
799 *bptr++ = 0x7FFFFFFFL;
825 bptr = bestdist;
835 if (dist2 < *bptr) {
836 *bptr = dist2;
841 bptr++;
/macosx-10.10/MITKerberosShim-66/profile/
H A Dprof_parse.c224 char *bptr; local
228 bptr = malloc (BUF_SIZE);
229 if (!bptr)
234 free (bptr);
238 if (fgets(bptr, BUF_SIZE, f) == NULL)
241 retval = parse_line(bptr, &state);
244 free (bptr);
251 if (strlen(bptr) >= BUF_SIZE - 1) {
257 char *c = bptr + strlen (bptr);
[all...]
/macosx-10.10/zsh-61/zsh/Src/
H A Dlex.c192 static char *bptr; variable
214 char *bptr; member in struct:lexstack
284 ls->bptr = bptr;
285 tokstr = zshlextext = bptr = NULL;
349 bptr = lstack->bptr;
572 *bptr++ = c;
579 bptr = len + (tokstr = (char *)hrealloc(tokstr, bsiz, newbsiz));
580 /* len == bsiz, so bptr i
[all...]
H A Dbuiltin.c5190 char *buf, *bptr, *firstarg, *zbuforig; local
5408 bptr = buf = (char *)zalloc(nchars*MB_CUR_MAX+1);
5410 bptr = buf = (char *)zalloc(nchars+1);
5420 *bptr = (char) val;
5423 ret = mbrlen(bptr++, 1, &mbs);
5431 bptr++;
5435 bptr++;
5441 *bptr = readchar;
5445 while ((val = read(readfd, bptr, nchars)) < 0) {
5459 ret = mbrlen(bptr, va
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/securityd_client/
H A DSharedMemoryClient.cpp99 u_int8_t* bptr = (u_int8_t*) buffer; local
107 memcpy (bptr, mDataPtr, bytesToRead);
108 bptr += bytesToRead;
117 memcpy(bptr, mDataPtr, length);
/macosx-10.10/Security-57031.1.35/Security/libsecurityd/lib/
H A DSharedMemoryClient.cpp99 u_int8_t* bptr = (u_int8_t*) buffer; local
107 memcpy (bptr, mDataPtr, bytesToRead);
108 bptr += bytesToRead;
117 memcpy(bptr, mDataPtr, length);
/macosx-10.10/Heimdal-398.1.2/lib/libedit/examples/
H A Dwtc1.c60 char *buf, *bptr; local
73 buf = bptr =(char *)malloc(mblen);
76 bptr += wctomb(bptr, ptr[i]);
78 *bptr = 0; /* Terminate multibyte string */
79 mblen = bptr - buf;
/macosx-10.10/gnudiff-19/diffutils/src/
H A Ddiff3.c956 struct diff_block *block_list, **block_list_end, *bptr;
958 / MIN (sizeof *bptr->lines[1],
959 sizeof *bptr->lengths[1]));
964 bptr = 0; /* Pacify `gcc -W'. */
968 bptr = xmalloc (sizeof *bptr);
969 bptr->lines[0] = bptr->lines[1] = 0;
970 bptr->lengths[0] = bptr
952 struct diff_block *block_list, **block_list_end, *bptr; local
[all...]
/macosx-10.10/tcsh-65/tcsh/
H A Dtw.parse.c270 Char *bptr; local
284 for (bptr = qline.s + wordp; bptr < slshp; bptr++) {
289 if (isglob(*bptr)) {
340 for (bptr = word_start; bptr < str_end; bptr++) {
345 if (isglob(*bptr)) {
405 bptr
582 Char *bptr; local
[all...]
H A Dtw.init.c267 const struct biltins *bptr; local
269 for (bptr = bfunc; bptr < &bfunc[nbfunc]; bptr++)
270 if (bptr->bname)
271 tw_cmd_add(str2short(bptr->bname));
273 for (bptr = nt_bfunc; bptr < &nt_bfunc[nt_nbfunc]; bptr++)
274 if (bptr
[all...]
/macosx-10.10/zsh-61/zsh/Src/Modules/
H A Dregex.c142 char **mbegin, **mend, **bptr, **eptr; local
143 bptr = mbegin = (char **)zalloc(sizeof(char *)*(nelem+1));
148 ++n, ++m, ++bptr, ++eptr)
160 *bptr = ztrdup(buf);
169 *bptr = *eptr = NULL;
H A Dpcre.c208 char **mbegin, **mend, **bptr, **eptr; local
211 bptr = mbegin = zalloc(sizeof(char*)*(nelem+1));
216 ipair += 2, i++, bptr++, eptr++)
228 *bptr = ztrdup(buf);
237 *bptr = *eptr = NULL;
/macosx-10.10/mDNSResponder-561.1.1/mDNSPosix/
H A DProxyResponder.c137 unsigned char txtbuffer[1024], *bptr = txtbuffer; local
146 if (len > 255 || bptr + 1 + len >= txtbuffer + sizeof(txtbuffer)) break;
148 bptr[0] = len;
149 strcpy((char*)(bptr+1), argv[0]);
150 bptr += 1 + len;
158 txtbuffer, bptr-txtbuffer, // TXT data, length
/macosx-10.10/pcre-7/pcre/
H A Dpcretest.c668 check_match_limit(pcre *re, pcre_extra *extra, uschar *bptr, int len, argument
683 count = pcre_exec(re, extra, (char *)bptr, len, start_offset, options,
1732 uschar *bptr; local
1787 bptr = q = dbuffer;
2074 memmove(bptr + buffer_size - len - 1, bptr, len + 1);
2075 bptr += buffer_size - len - 1;
2080 memmove(bptr + buffer_size - len, bptr, len);
2081 bptr
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dentry.c868 BerVarray bptr; local
889 bptr = (BerVarray)eh->bv.bv_val;
915 a->a_vals = bptr;
919 bptr->bv_len = i;
920 bptr->bv_val = (char *)ptr;
922 bptr++;
925 bptr->bv_val = NULL;
926 bptr->bv_len = 0;
927 bptr++;
931 a->a_nvals = bptr;
[all...]
/macosx-10.10/CrackLib-37765/cracklib27/cracklib/
H A Dpacklib.c298 register char *bptr; local
339 bptr = buffer;
341 for (ostr = data[0]; *(ostr++) = *(bptr++); /* nothing */ );
350 ostr = nstr + *(bptr++);
351 while (*(ostr++) = *(bptr++));
/macosx-10.10/Heimdal-398.1.2/lib/ipc/
H A Dtimer.c74 event_cmp_fn(const void *aptr, const void *bptr) argument
77 const struct heim_event_data *b = bptr;
/macosx-10.10/libxml2-26/libxml2/
H A Duri.c2168 xmlChar *bptr, *uptr, *vptr; local
2245 bptr = (xmlChar *)bas->path;
2247 for (ix = 0; bptr[ix] != 0; ix++) {
2248 if (bptr[ix] == '/')
2259 if ((*bptr == '.') && (bptr[1] == '/'))
2260 bptr += 2;
2261 else if ((*bptr == '/') && (ref->path[pos] != '/'))
2262 bptr++;
2263 while ((bptr[po
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Duri.c2249 xmlChar *bptr, *uptr, *vptr; local
2326 bptr = (xmlChar *)bas->path;
2328 for (ix = 0; bptr[ix] != 0; ix++) {
2329 if (bptr[ix] == '/')
2340 if ((*bptr == '.') && (bptr[1] == '/'))
2341 bptr += 2;
2342 else if ((*bptr == '/') && (ref->path[pos] != '/'))
2343 bptr++;
2344 while ((bptr[po
[all...]
/macosx-10.10/gssd-64/
H A Dgssd_util.c1077 const char *bptr = buf; local
1091 *cptr++ = HexChars[(*bptr >> 4) & 0x0f];
1092 *cptr++ = HexChars[*bptr & 0x0f];
1094 bptr++;
1102 bptr = buf;
1108 *cptr++ = (char) (((*bptr > 0x1f) && (*bptr < 0x7f)) ? *bptr : '.');
1109 bptr++;
/macosx-10.10/adv_cmds-158/gencat/
H A Dgenlib.c88 static char buf[BUFSIZ], *bptr = buf, *bend = buf; local
101 for (; bptr < bend && cptr < cend; ++cptr, ++bptr) {
102 if (*bptr == '\n') {
104 ++bptr;
106 } else *cptr = *bptr;
108 if (bptr == bend) {
118 bptr = buf;
/macosx-10.10/man-16/man/gencat/
H A Dgenlib.c121 static char buf[BUFSIZ], *bptr = buf, *bend = buf; local
134 for (; bptr < bend && cptr < cend; ++cptr, ++bptr) {
135 if (*bptr == '\n') {
137 ++bptr;
139 } else *cptr = *bptr;
141 if (bptr == bend) {
151 bptr = buf;

Completed in 304 milliseconds

12