Searched refs:bufp (Results 51 - 75 of 121) sorted by relevance

12345

/freebsd-11-stable/contrib/sendmail/src/
H A Drecipient.c174 char *SM_NONVOLATILE bufp; local
205 bufp = buf;
209 bufp = sm_malloc_x(i);
210 endp = bufp + i;
214 (void) sm_strlcpy(bufp, denlstring(list, false, true), i);
217 for (p = bufp; *p != '\0'; )
305 if (bufp != buf)
306 sm_free(bufp);
344 char *SM_NONVOLATILE bufp; local
370 bufp
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_getch.c435 char buf[MAXCOLUMNS], *bufp; local
448 for (bufp = buf + strlen(buf); bufp > buf; bufp--)
449 safe_ungetch(sp, bufp[-1]);
/freebsd-11-stable/contrib/diff/lib/
H A Dstrftime.c468 CHAR_T *bufp; local
870 bufp = buf + sizeof (buf) / sizeof (buf[0]);
877 *--bufp = u % 10 + L_('0');
883 *--bufp = L_('-');
888 - bufp);
909 ++bufp;
924 cpy (buf + sizeof (buf) / sizeof (buf[0]) - bufp, bufp);
1050 bufp = buf + sizeof (buf) / sizeof (buf[0]);
1070 *--bufp
[all...]
/freebsd-11-stable/contrib/tcpdump/
H A Dutil-print.c537 char *bufp = buf; local
555 string_size = strlcpy(bufp, sepstr, space_left);
558 bufp += string_size;
562 string_size = strlcpy(bufp, lp->s, space_left);
565 bufp += string_size;
575 if (bufp == buf)
/freebsd-11-stable/contrib/libgnuregex/
H A Dregexec.c43 static int re_search_2_stub (struct re_pattern_buffer *bufp,
48 static int re_search_stub (struct re_pattern_buffer *bufp,
307 re_match (bufp, string, length, start, regs)
308 struct re_pattern_buffer *bufp;
313 return re_search_stub (bufp, string, length, start, 0, length, regs, 1);
320 re_search (bufp, string, length, start, range, regs)
321 struct re_pattern_buffer *bufp;
326 return re_search_stub (bufp, string, length, start, range, length, regs, 0);
333 re_match_2 (bufp, string1, length1, string2, length2, start, regs, stop)
334 struct re_pattern_buffer *bufp;
[all...]
/freebsd-11-stable/contrib/openbsm/libbsm/
H A Dbsm_control.c258 char *bufp, *string; local
267 bufp = buffer;
268 while ((string = strsep(&bufp, ",")) != NULL) {
/freebsd-11-stable/contrib/gdb/gdb/gdbserver/
H A Dremote-utils.c407 static char *bufp; local
410 return *bufp++ & 0x7f;
424 bufp = buf;
426 return *bufp++ & 0x7f;
/freebsd-11-stable/contrib/gdb/gdb/
H A Dserial.h189 unsigned char *bufp; /* Current byte */ member in struct:serial
H A Dser-unix.c624 scb->bufp = scb->buf;
625 return *scb->bufp++;
1016 scb->bufp = scb->buf;
1017 return *scb->bufp++;
1041 ch = *scb->bufp;
1043 scb->bufp++;
1136 scb->bufp = scb->buf;
1278 scb->bufp = scb->buf;
H A Dstandalone.c217 fread (int bufp, int numelts, int eltsize, int stream)
228 memcpy (bufp, sourceptr, len);
215 fread(int bufp, int numelts, int eltsize, int stream) argument
/freebsd-11-stable/sbin/dhclient/
H A Dbpf.c315 int result, bufp = 0; local
332 assemble_hw_header(interface, buf, &bufp);
333 assemble_udp_ip_header(buf, &bufp, from.s_addr, to.s_addr,
337 iov[0].iov_len = bufp;
/freebsd-11-stable/crypto/openssh/
H A Dsshbuf-getput-basic.c378 sshbuf_froms(struct sshbuf *buf, struct sshbuf **bufp) argument
385 if (buf == NULL || bufp == NULL)
387 *bufp = NULL;
397 *bufp = ret;
/freebsd-11-stable/sys/net/
H A Dslcompress.c410 sl_uncompress_tcp(u_char **bufp, int len, u_int type, struct slcompress *comp) argument
415 cp = bufp? *bufp: NULL;
442 *bufp = cp;
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_enc_safte.c258 union ccb *ccb, uint8_t **bufp, int error, int xfer_len)
261 uint8_t *buf = *bufp;
329 union ccb *ccb, uint8_t **bufp, int error, int xfer_len)
332 uint8_t *buf = *bufp;
354 union ccb *ccb, uint8_t **bufp, int error, int xfer_len)
357 uint8_t *buf = *bufp;
663 union ccb *ccb, uint8_t **bufp, int error, int xfer_len)
666 uint8_t *buf = *bufp;
953 union ccb *ccb, uint8_t **bufp, int error, int xfer_len)
257 safte_process_config(enc_softc_t *enc, struct enc_fsm_state *state, union ccb *ccb, uint8_t **bufp, int error, int xfer_len) argument
328 safte_process_gflags(enc_softc_t *enc, struct enc_fsm_state *state, union ccb *ccb, uint8_t **bufp, int error, int xfer_len) argument
353 safte_process_status(enc_softc_t *enc, struct enc_fsm_state *state, union ccb *ccb, uint8_t **bufp, int error, int xfer_len) argument
662 safte_process_slotstatus(enc_softc_t *enc, struct enc_fsm_state *state, union ccb *ccb, uint8_t **bufp, int error, int xfer_len) argument
952 safte_process_control_request(enc_softc_t *enc, struct enc_fsm_state *state, union ccb *ccb, uint8_t **bufp, int error, int xfer_len) argument
H A Dscsi_enc_ses.c1279 union ccb *ccb, uint8_t **bufp, int error, int xfer_len)
1286 ("entering %s(%p, %d)\n", __func__, bufp, xfer_len));
1299 page = (struct scsi_diag_page *)*bufp;
1332 union ccb *ccb, uint8_t **bufp, int error, int xfer_len)
1357 ("entering %s(%p, %d)\n", __func__, bufp, xfer_len));
1361 buf = *bufp;
1400 *bufp = NULL;
1531 union ccb *ccb, uint8_t **bufp, int error, int xfer_len)
1548 buf = *bufp;
1596 *bufp
1278 ses_process_pages(enc_softc_t *enc, struct enc_fsm_state *state, union ccb *ccb, uint8_t **bufp, int error, int xfer_len) argument
1331 ses_process_config(enc_softc_t *enc, struct enc_fsm_state *state, union ccb *ccb, uint8_t **bufp, int error, int xfer_len) argument
1530 ses_process_status(enc_softc_t *enc, struct enc_fsm_state *state, union ccb *ccb, uint8_t **bufp, int error, int xfer_len) argument
1716 ses_process_elm_addlstatus(enc_softc_t *enc, struct enc_fsm_state *state, union ccb *ccb, uint8_t **bufp, int error, int xfer_len) argument
1932 ses_process_control_request(enc_softc_t *enc, struct enc_fsm_state *state, union ccb *ccb, uint8_t **bufp, int error, int xfer_len) argument
1949 ses_publish_physpaths(enc_softc_t *enc, struct enc_fsm_state *state, union ccb *ccb, uint8_t **bufp, int error, int xfer_len) argument
1974 ses_publish_cache(enc_softc_t *enc, struct enc_fsm_state *state, union ccb *ccb, uint8_t **bufp, int error, int xfer_len) argument
2025 ses_process_elm_descs(enc_softc_t *enc, struct enc_fsm_state *state, union ccb *ccb, uint8_t **bufp, int error, int xfer_len) argument
[all...]
H A Dscsi_enc_internal.h73 uint8_t **bufp, int error, int xfer_len);
/freebsd-11-stable/lib/libkvm/
H A Dkvm_proc.c665 static char **bufp; local
684 bufp = malloc(sizeof(char *) * argc);
685 if (bufp == NULL) {
720 bufp[i++] = p;
724 nbufp = realloc(bufp, sizeof(char *) * argc);
727 bufp = nbufp;
730 bufp[i++] = 0;
731 return (bufp);
/freebsd-11-stable/stand/efi/boot1/
H A Dzfs_module.c141 load(const char *filepath, dev_info_t *devinfo, void **bufp, size_t *bufsize) argument
203 *bufp = buf;
/freebsd-11-stable/usr.sbin/gssd/
H A Dgssd.c726 char buf[1024], *bufp; local
742 bufp = buf;
744 bufp = malloc(buflen);
745 if (bufp == NULL)
747 error = getpwuid_r(uid, &pwd, bufp, buflen,
752 free(bufp);
779 if (bufp != NULL && buflen > sizeof(buf))
780 free(bufp);
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-dlpi.c1152 recv_ack(int fd, int size, const char *what, char *bufp, char *ebuf, int *uerror) argument
1169 ctl.buf = bufp;
1454 dlbindack(int fd, char *bufp, char *ebuf, int *uerror) argument
1457 return (recv_ack(fd, DL_BIND_ACK_SIZE, "bind", bufp, ebuf, uerror));
1461 dlokack(int fd, const char *what, char *bufp, char *ebuf) argument
1464 return (recv_ack(fd, DL_OK_ACK_SIZE, what, bufp, ebuf, NULL));
1479 dlinfoack(int fd, char *bufp, char *ebuf) argument
1482 return (recv_ack(fd, DL_INFO_ACK_SIZE, "info", bufp, ebuf, NULL));
H A Dsockutils.c976 char *bufp = buffer; local
995 bufp = (char *) buffer;
1003 nread = recv(sock, bufp, remaining, 0);
1048 bufp += nread;
/freebsd-11-stable/contrib/groff/src/devices/grops/
H A Dpsrm.cpp589 const char *bufp = buf.contents() + 2; local
590 for (; *comment; comment++, bufp++)
591 if (*bufp != *comment)
594 return bufp;
595 if (*bufp == '\0' || white_space(*bufp))
596 return bufp;
/freebsd-11-stable/sbin/fsck_ffs/
H A Dfsutil.c183 char *bufp; local
186 bufp = Malloc((unsigned int)sblock.fs_bsize);
187 if (bufp == NULL)
189 cgblk.b_un.b_buf = bufp;
197 bufp = Malloc((unsigned int)sblock.fs_bsize);
198 if (bp == NULL || bufp == NULL) {
203 bp->b_un.b_buf = bufp;
/freebsd-11-stable/sys/sys/
H A Dracct.h168 void racct_add_buf(struct proc *p, const struct buf *bufp, int is_write);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_diff/
H A Ddiff_file.c1026 char *bufp[2]; local
1070 bufp[i] = file[i]->buffer;
1071 bufp[i] += offset_in_chunk(offset[i]);
1108 bufp[i] = buffer[i];
1113 bufp[i], length[i], offset[i],
1117 /* bufp[i] gets reset to buffer[i] before reading each chunk,
1119 svn_diff__normalize_buffer(&bufp[i], &length[i], &state[i],
1120 bufp[i], file_baton->options);
1131 *compare = memcmp(bufp[0], bufp[
[all...]

Completed in 282 milliseconds

12345