Searched refs:tbuf (Results 1 - 25 of 128) sorted by last modified time

123456

/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/login.tproj/
H A Dlogin.c1354 char tbuf[8192]; local
1357 while ((nchars = read(fd, tbuf, sizeof(tbuf))) > 0)
1358 (void)write(fileno(stdout), tbuf, nchars); local
/macosx-10.9.5/system_cmds-597.90.1/login.tproj/
H A Dlogin.c1354 char tbuf[8192]; local
1357 while ((nchars = read(fd, tbuf, sizeof(tbuf))) > 0)
1358 (void)write(fileno(stdout), tbuf, nchars); local
/macosx-10.9.5/bless-98/libbless/Misc/
H A DBLElToritoFindUEFI.c179 char tbuf [2500]; local
193 bzero (tbuf, 2048);
194 tbuf[0] = 0x01;
195 strcpy (&(tbuf[1]), "CD001");
196 tbuf[80]=0x33; tbuf[81]=0x22; tbuf[82]=0x11; tbuf[83]=0x00;
197 pwrite (fd, tbuf, 2048, 2048*16);
200 bzero (tbuf, 204
[all...]
/macosx-10.9.5/ntp-88/ntpd/
H A Dntp_proto.c2023 char tbuf[80]; local
2162 snprintf(tbuf, sizeof(tbuf), "%.6f s", etemp);
2163 report_event(PEVNT_POPCORN, peer, tbuf);
H A Dntp_util.c438 char tbuf[80]; local
643 snprintf(tbuf, sizeof(tbuf),
646 report_event(EVNT_TAI, NULL, tbuf);
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dvis.c169 char tbuf[5]; local
189 i = vis(tbuf, c, flag, *++src) - tbuf;
191 memcpy(dst, tbuf, i);
204 dst += vis(tbuf, c, flag, *++src) - tbuf;
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/network_io/unix/
H A Dsendrecv.c820 void * hbuf=NULL, * tbuf=NULL; local
881 tbuf = malloc(parms.trailer_length);
883 tbuf = apr_palloc(sock->pool, parms.trailer_length);
887 memcpy((char *)tbuf + ptr, hdtr->trailers[i].iov_base,
891 parms.trailer_data = tbuf;
939 if(tbuf) free(tbuf);
/macosx-10.9.5/ruby-104/ruby/
H A Dregparse.c1880 BBuf *tbuf; \
1883 tbuf = bbuf1; bbuf1 = bbuf2; bbuf2 = tbuf; \
2080 BBuf *tbuf = 0; local
2081 r = not_code_range_buf(enc, pbuf, &tbuf, env);
2083 pbuf = tbuf;
2138 BBuf *tbuf = 0; local
2139 r = not_code_range_buf(enc, pbuf, &tbuf, env);
2141 pbuf = tbuf;
5434 BBuf *tbuf; local
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/date/
H A Ddate_strftime.c57 auto char tbuf[100]; local
162 tp = tbuf;
/macosx-10.9.5/groff-38/groff/src/roff/troff/
H A Dnode.cpp764 char tbuf[TBUF_SIZE]; member in class:troff_output_file
1001 put(tbuf[i]);
1061 tbuf[tbuf_len++] = c;
1071 tbuf[tbuf_len++] = c;
/macosx-10.9.5/CPANInternal-140/IO-KQueue-0.34/
H A DKQueue.xs77 struct timespec *tbuf = (struct timespec *)0;
90 tbuf = &t;
94 num_events = kevent(kq, NULL, 0, ke, max_events, tbuf);
123 struct timespec *tbuf = (struct timespec *)0;
130 tbuf = &t;
134 RETVAL = kevent(kq, NULL, 0, ke2, 1000, tbuf);
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dinit.c680 char tbuf[1024], *pp; local
686 pp = tbuf;
H A Dutils.c678 struct stat sbuf, tbuf; local
680 if (stat(unmeta(s), &sbuf) == 0 && stat(".", &tbuf) == 0)
681 if (sbuf.st_dev == tbuf.st_dev && sbuf.st_ino == tbuf.st_ino)
5307 char *t, *tdest = NULL, *u = NULL, *sstart = s, *tbuf = NULL; local
5380 t = tbuf = zhalloc(MB_CUR_MAX * 3 + 1);
5584 for (t2 = tbuf; t2 < t; t2++) {
5592 t = tbuf;
5709 t = tbuf;
5733 for (t2 = tbuf; t
[all...]
H A Dlex.c677 char *tbuf = (char *)zalloc(tbs); local
685 tbuf[n++] = c;
696 tbuf = (char *)realloc(tbuf, tbs *= 2);
699 hungetc(tbuf[n]);
700 zfree(tbuf, tbs);
/macosx-10.9.5/dtrace-118.1/libctf/
H A Dctf_open.c317 const ctf_type_t *tbuf = (ctf_type_t *)(fp->ctf_buf + cth->cth_typeoff); local
346 for (tp = tbuf; tp < tend; fp->ctf_typemax++) {
466 for (id = 1, tp = tbuf; tp < tend; xp++, id++) {
/macosx-10.9.5/bash-92/bash-3.2/lib/sh/
H A Dpathphys.c79 char tbuf[PATH_MAX+1], linkbuf[PATH_MAX+1]; local
208 strcpy (tbuf, linkbuf);
209 tbuf[linklen] = '/';
210 strcpy (tbuf + linklen, p);
211 strcpy (workpath, tbuf);
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dsftp-common.c195 char buf[1024], mode[11+1], tbuf[12+1], ubuf[11+1], gbuf[11+1]; local
213 sz = strftime(tbuf, sizeof tbuf, "%b %e %H:%M", ltime);
215 sz = strftime(tbuf, sizeof tbuf, "%b %e %Y", ltime);
218 tbuf[0] = '\0';
225 sbuf, tbuf, name);
229 (unsigned long long)st->st_size, tbuf, name);
/macosx-10.9.5/OpenSSH-186/osslshim/ossl/
H A Dossl-objects.c832 char tbuf[DECIMAL_SIZE(i)+DECIMAL_SIZE(l)+2];
946 BIO_snprintf(tbuf, sizeof tbuf, ".%lu", l);
947 i = strlen(tbuf);
949 BUF_strlcpy(buf, tbuf, buf_len);
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/libtelnet/
H A Dauth.c612 unsigned char tbuf[16]; local
620 snprintf((char*)tbuf, sizeof(tbuf), " %d", *data);
621 for (cp = tbuf; *cp && buflen > 0; --buflen)
H A Dencrypt.c971 char tbuf[16], *cp; local
979 snprintf(tbuf, sizeof(tbuf), " %d", *data);
980 for (cp = tbuf; *cp && buflen > 0; --buflen)
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnet/
H A Dcommands.c2368 command(int top, char *tbuf, int cnt)
2382 if (tbuf) {
2385 while (cnt > 0 && (*cp++ = *tbuf++) != '\n')
2387 tbuf = 0;
2360 command(int top, char *tbuf, int cnt) argument
H A Dexterns.h238 void command(int top, char *tbuf, int cnt);
H A Dutilities.c607 char tbuf[64];
608 snprintf(tbuf, sizeof(tbuf),
615 fprintf(NetTrace, "%s", tbuf[1] ? &tbuf[1] : "0");
606 char tbuf[64]; local
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnetd/
H A Dsys_term.c1127 char *tbuf = local
1133 writenet(tbuf, strlen(tbuf));
H A Dutility.c774 char tbuf[32]; local
775 snprintf(tbuf,
776 sizeof(tbuf),
784 tbuf[1] ? &tbuf[1] : "0");

Completed in 321 milliseconds

123456