Searched defs:buf (Results 76 - 100 of 1270) sorted by relevance

1234567891011>>

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Drmd.h32 byte buf[64]; member in struct:__anon580
/osnet-11/usr/src/grub/grub2/include/grub/lib/
H A Denvblk.h29 char *buf; member in struct:grub_envblk
34 grub_envblk_t grub_envblk_open (char *buf, grub_size_t size);
44 return envblk->buf;
/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dcf.c48 char buf[2048]; local
59 while (sm_io_fgets(cfp, SM_TIME_DEFAULT, buf, sizeof(buf)) != NULL)
61 p = strchr(buf, '\n');
65 if (buf[0] != 'O' || buf[1] != ' ')
68 id = &buf[2];
/osnet-11/usr/src/lib/libast/common/misc/
H A Dsystrace.c39 char buf[PATH_MAX]; local
49 out = buf;
50 out += sfsprintf(out, sizeof(buf), "%s/.%s/%s", s, trace[0], id);
51 if (access(buf, F_OK))
55 av[3] = buf;
61 sfsprintf(out, &buf[sizeof(buf)] - out, ".%d", getpid());
/osnet-11/usr/src/lib/libast/common/path/
H A Dpathposix.c27 * convert native path to posix fs representation in <buf,siz>
29 * if return length >= siz then buf is indeterminate, but another call
31 * if buf==0 then required size is returned
41 pathposix(const char* path, char* buf, size_t siz) argument
43 return uwin_unpath(path, buf, siz);
53 pathposix(const char* path, char* buf, size_t siz) argument
57 if (!buf || siz < PATH_MAX)
62 if ((n = strlen(tmp)) < siz && buf)
63 memcpy(buf, tmp, n + 1);
66 cygwin_conv_to_posix_path(path, buf);
75 pathposix(const char* path, char* buf, size_t siz) argument
98 pathposix(const char* path, char *buf, size_t siz) argument
113 pathposix(const char* path, char* buf, size_t siz) argument
[all...]
H A Dpathsetlink.c31 * create symbolic name from external representation text in buf
36 pathsetlink(const char* buf, const char* name) argument
38 register char* t = (char*)buf;
40 register char* s = (char*)buf;
62 for (v = (char*)buf; v < s; *t++ = *v++);
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfnew.c32 Sfio_t* sfnew(Sfio_t* oldf, Void_t* buf, size_t size, int file, int flags) argument
34 Sfio_t* sfnew(oldf,buf,size,file,flags)
36 Void_t* buf; /* a buffer to read/write, if NULL, will be allocated */
37 size_t size; /* buffer size if buf is given or desired buffer size */
118 f->data = size <= 0 ? NIL(uchar*) : (uchar*)buf;
H A Dsfnputc.c40 uchar buf[128]; local
54 { ps = buf; p = sizeof(buf); }
H A Dsfread.c30 ssize_t sfread(Sfio_t* f, Void_t* buf, size_t n) argument
32 ssize_t sfread(f,buf,n)
34 Void_t* buf; /* buffer to read into */
48 if(!buf)
57 { if(((uchar*)buf + f->val) != f->next &&
58 (!f->rsrv || f->rsrv->data != (uchar*)buf) )
64 { if((uchar*)buf != f->next)
81 s = begs = (uchar*)buf;
H A Dsfwrite.c30 ssize_t sfwrite(Sfio_t* f, const Void_t* buf, size_t n) argument
32 ssize_t sfwrite(f,buf,n)
34 Void_t* buf; /* buffer to be written. */
47 if(!buf)
55 if((uchar*)buf != f->next &&
56 (!f->rsrv || f->rsrv->data != (uchar*)buf) )
63 char buf[16]; local
67 { if((r = w) > sizeof(buf))
68 r = sizeof(buf);
69 if((r = sysreadf(f->file,buf,
[all...]
/osnet-11/usr/src/lib/libast/common/string/
H A Dfmtbase.c37 char* buf; local
49 buf = fmtbuf(z = 72);
50 sfsprintf(buf, z, p ? "%#..*I*u" : "%..*I*u", b, sizeof(n), n);
51 return buf;
H A Dfmtbuf.c30 * only one concurrent buffer with size > sizeof(buf)
33 static char buf[16 * 1024]; variable
34 static char* nxt = buf;
47 if (n > (&buf[elementsof(buf)] - nxt))
49 if (n > elementsof(buf))
63 nxt = buf;
H A Dfmtident.c39 char* buf; local
71 buf = fmtbuf(i + 1);
72 memcpy(buf, s, i);
73 s = buf;
H A Dfmtnum.c39 char* buf; local
86 buf = fmtbuf(z = 8);
88 sfsprintf(buf, z, "%lu.%0*lu%s", n, i, r, suf);
90 sfsprintf(buf, z, "%lu%s", n, suf);
91 return buf;
/osnet-11/usr/src/lib/libc/port/gen/
H A Dassert.c50 char buf[512]; local
52 (void) snprintf(buf, sizeof (buf),
55 (void) write(2, buf, strlen(buf));
56 __set_panicstr(buf);
69 char buf[512]; local
71 (void) snprintf(buf, sizeof (buf),
75 (void) write(2, buf, strle
[all...]
H A Dcftime.c51 * ascftime(buf, format, t) -> where t is produced by localtime
58 * cftime(buf, format, t) -> just calls ascftime.
74 cftime(char *buf, char *format, const time_t *t) argument
81 *buf = '\0';
85 return (ascftime(buf, format, p));
89 ascftime(char *buf, const char *format, const struct tm *tm) argument
96 return ((int)strftime(buf, LONG_MAX, format, tm));
H A Dfattach.c57 char buf[MAXPATHLEN]; local
69 if (getcwd(buf, sizeof (buf)) == NULL) {
78 if (strlcat(buf, "/", sizeof (buf)) >= sizeof (buf) ||
79 strlcat(buf, path, sizeof (buf)) >= sizeof (buf)) {
83 path = buf;
[all...]
H A Dfdopendir.c51 void *buf = lmalloc(DIRBUF); local
55 if (pdirp == NULL || buf == NULL)
69 dirp->d_buf = buf;
79 if (buf != NULL)
80 lfree(buf, DIRBUF);
H A Dgetrusage.c81 getvmusage(uint_t flags, time_t age, vmusage_t *buf, size_t *nres) argument
84 buf, nres));
H A Dpsignal.c62 char buf[256]; local
73 (void) snprintf(buf, sizeof (buf), "%s: %s\n", s, c);
75 (void) snprintf(buf, sizeof (buf), "%s\n", c);
77 (void) write(2, buf, strlen(buf));
/osnet-11/usr/src/lib/libc/port/stdio/
H A D_findbuf.c55 Uchar *buf; local
67 buf = _smbuf[fd];
68 else if ((buf = (Uchar *)malloc(_SMBFSZ * sizeof (Uchar))) !=
74 buf = (fd == 0) ? _sibuf : _sobuf; /* special buffer */
88 if ((buf = (Uchar *)malloc(sizeof (Uchar)*(size+_SMBFSZ))) !=
94 if (buf == NULL)
96 iop->_base = buf + PUSHBACK; /* bytes for pushback */
97 iop->_ptr = buf + PUSHBACK;
H A Dfgets.c46 fgets(char *buf, int size, FILE *iop) argument
48 char *ptr = buf;
80 } else if (ptr == buf) { /* never read anything */
101 return (buf);
H A Dsetbuf.c46 Uchar *buf = (Uchar *)abuf; local
56 if (buf == 0) {
61 buf = (fno == 0) ? _sibuf : _sobuf;
65 buf = _smbuf[fno];
68 if ((buf = (Uchar *)malloc(_SMBFSZ * sizeof (Uchar))) != 0) {
76 if (buf == 0) {
80 temp = buf + PUSHBACK;
H A Dsetvbuf.c46 Uchar *buf = (Uchar *)abuf; local
61 buf = (fd == 0) ? _sibuf : _sobuf;
66 buf = _smbuf[fd];
69 if ((buf = malloc(_SMBFSZ * sizeof (Uchar))) != NULL) {
86 buf = NULL;
88 if (buf == NULL) {
89 if ((buf = malloc(sizeof (Uchar) *
106 temp = buf + PUSHBACK;
/osnet-11/usr/src/lib/libc/port/sys/
H A Dreadlink.c32 readlinkat(int fd, const char *path, char *buf, size_t bufsize) argument
37 error = __systemcall(&rval, SYS_readlinkat, fd, path, buf, bufsize);
45 readlink(const char *path, char *buf, size_t bufsize) argument
47 return (readlinkat(AT_FDCWD, path, buf, bufsize));

Completed in 1383 milliseconds

1234567891011>>