/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | tparm.c | 136 char *bufptr = buffer; local 175 *(bufptr++) = *string; 182 *(bufptr++) = '%'; 185 bufptr += sprintf(bufptr, "%ld", npop()); 191 bufptr += sprintf( 192 bufptr, "%0*ld", len, npop() 199 bufptr += sprintf( 200 bufptr, "%*ld", len, npop() 204 *(bufptr [all...] |
/osnet-11/usr/src/lib/libbsm/common/ |
H A D | audit_crontab.c | 49 char **bufptr); 155 * bufptr - pointer to an array of characters with 160 * file not exists (do not free *bufptr in this case) 162 * file exists (do not free *bufptr in this case) 167 audit_crontab_get_diffs(char *cf, char *tmp_name, char **bufptr) argument 207 *bufptr = NULL; 218 *bufptr = err_buf; 223 *bufptr = NULL; 228 *bufptr = buf; 231 *bufptr [all...] |
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | tparm.c | 139 char *bufptr = buffer; local 155 *(bufptr++) = *string; 172 bufptr += sprintf(bufptr, 178 bufptr += sprintf(bufptr, 207 *(bufptr++) = '%'; 210 *(bufptr++) = (char) npop(); 383 *bufptr = '\0';
|
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/ |
H A D | rc_dfl.c | 698 char *bufptr, *extstr; local 745 bufptr = krb5int_buf_data(&buf); 747 if (bufptr == NULL || buflen < 0) 750 ret = krb5_rc_io_write(context, &t->d, bufptr, buflen);
|
/osnet-11/usr/src/lib/libshell/common/edit/ |
H A D | history.c | 799 register char *bufptr = ((char*)buff)+insize; local 813 while(--bufptr >= (char*)buff) 815 c= *bufptr; 818 if(c=='\\' && *(bufptr+1)!='\n') 819 bufptr++; 824 if(++bufptr <= (char*)buff) 826 *bufptr++ = '\n'; 827 *bufptr++ = 0; 828 size = bufptr - (char*)buff; 854 *bufptr [all...] |
/osnet-11/usr/src/grub/grub-0.97/netboot/ |
H A D | natsemi.c | 168 u32 bufptr; member in struct:_BufferDesc 509 txd.bufptr = virt_to_bus(&txb[0]); 538 rxd[i].bufptr = virt_to_bus(&rxb[i*RX_BUF_SIZE]); 540 printf("natsemi_init_rxd: rxd[%d]=%X link=%X cmdsts=%X bufptr=%X\n", 541 i, &rxd[i], rxd[i].link, rxd[i].cmdsts, rxd[i].bufptr); 638 txd.bufptr = virt_to_bus(&txb[0]); 708 rxd[cur_rx].bufptr = virt_to_bus(&rxb[cur_rx*RX_BUF_SIZE]);
|
H A D | ns83820.c | 360 uint64_t bufptr; member in struct:ring_desc 367 u32 bufptr; member in struct:ring_desc 515 rx_ring[i].bufptr = 577 tx_ring[i].bufptr = 0; 745 tx_ring[cur_tx].bufptr = virt_to_le32desc(&txb);
|
H A D | sis900.h | 379 u32 bufptr; member in struct:_BufferDesc
|
/osnet-11/usr/src/lib/libsldap/common/ |
H A D | ns_config.c | 3391 char *bufptr = buffer; local 3403 cfghdr = (ldap_config_out_t *)bufptr; 3404 bufptr = (char *)cfghdr->config_str; 3406 strptr = (char *)strtok_r(bufptr, DOORLINESEP, &rest); 3455 char *bufptr = buffer; local 3472 cfghdr = (ldap_config_out_t *)bufptr; 3474 bufptr = (char *)cfghdr->config_str; 3476 strptr = (char *)strtok_r(bufptr, DOORLINESEP, &rest);
|
/osnet-11/usr/src/lib/cfgadm_plugins/pci/common/ |
H A D | cfga.c | 830 char *bufptr, *bufptr2, *pci, *apid; local 843 bufptr = strrchr(apid, '/'); 846 pci = ++bufptr; 847 bufptr = strchr(pci, ','); 848 if (bufptr != NULL) { 849 *bufptr = '\0'; 852 bufptr = strchr(pci, '@'); 853 if (bufptr != NULL) { 854 *bufptr = '\0'; 855 bufptr [all...] |
/osnet-11/usr/src/lib/libc/port/print/ |
H A D | doprnt.c | 92 retp = put_wide(iop, &bufptr, bufferend, p, n, sflag, lc, fp); \ 101 retp = pad_wide(iop, &bufptr, bufferend, s, n, sflag); \ 127 * if the bufptr lies beyond the end of the buffer. This \ 132 if (snflag || bufptr > bufferend ||\ 133 (unsigned long)(bufferend - bufptr) < (n)) {\ 134 if (!_dowrite(p, n, iop, &bufptr)) {\ 138 unsigned char *fbp = bufptr;\ 145 bufptr += 4;\ 151 bufptr += 3;\ 156 bufptr 300 put_wide(FILE *iop, unsigned char **bufptr, unsigned char *bufferend, wchar_t *p, size_t n, int sflag, void *lc, int (*fp_wctomb)(void *, char *, wchar_t)) argument 359 pad_wide(FILE *iop, unsigned char **bufptr, unsigned char *bufferend, const char *s, size_t n, int sflag) argument 439 unsigned char *bufptr; local 2633 wchar_t *bufptr = buf; local 2637 char *bufptr = buf; local [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | toke.c | 3020 /* MUST advance bufptr here to avoid bogus 3087 /* MUST advance bufptr here to avoid bogus "at end of line" 6608 char *bufptr = PL_sublex_info.super_bufptr; local 6611 s = strchr(bufptr, '\n'); 6624 sv_setpvn(herewas,bufptr,d-bufptr+1); 6628 (void)strcpy(bufptr,SvPVX(herewas));
|