Searched defs:a_buf (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libinstzones/common/
H A Dzones_str.c350 * a_buf - [RO, *RW] - (char *)
354 * a_buf[0] == '\0' - no token meeting criteria found
355 * a_buf[0] != '\0' - token meeting criteria returned
357 * - Size of 'a_buf' in bytes - a maximum of 'a_bufLen-1'
358 * bytes will be placed in 'a_buf' - the returned
365 char *a_separators, char *a_buf, int a_bufLen)
377 assert(a_buf != NULL);
388 bzero(a_buf, a_bufLen);
414 (void) strncpy(a_buf, q, a_bufLen-1);
488 * Arguments: a_buf
364 _z_strGetToken_r(char *r_sep, char *a_string, int a_index, char *a_separators, char *a_buf, int a_bufLen) argument
504 _z_strPrintf_r(char *a_buf, int a_bufLen, char *a_format, ...) argument
[all...]
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgstr.c207 * Arguments: a_buf - [RO, *RW] - (char *)
211 * - Size of 'a_buf' in bytes - a maximum of 'a_bufLen-1'
212 * bytes will be placed in 'a_buf' - the returned
223 pkgstrPrintf_r(char *a_buf, int a_bufLen, char *a_format, ...) argument
232 assert(a_buf != (char *)NULL);
238 vres = vsnprintf(a_buf, a_bufLen-1, a_format, ap);
244 a_buf[a_bufLen-1] = '\0';
504 * a_buf - [RO, *RW] - (char *)
508 * a_buf[0] == '\0' - no token meeting criteria found
509 * a_buf[
518 pkgstrGetToken_r(char *r_sep, char *a_string, int a_index, char *a_separators, char *a_buf, int a_bufLen) argument
860 pkgstrScaleNumericString(char *a_buf, unsigned long long scale) argument
1099 pkgstrConvertUllToTimeString_r(unsigned long long a_time, char *a_buf, int a_bufLen) argument
[all...]
H A Dvfpops.c1193 * a_buf - pointer to buffer containing data to write
1203 vfpSafeWrite(int a_fildes, void *a_buf, size_t a_nbyte) argument
1210 r = write(a_fildes, a_buf, a_nbyte);
1231 a_buf = (void *)((ptrdiff_t)a_buf + (ptrdiff_t)r);
1240 * a_buf - pointer to buffer containing data to write
1251 vfpSafePwrite(int a_fildes, void *a_buf, size_t a_nbyte, off_t a_offset) argument
1258 r = pwrite(a_fildes, a_buf, a_nbyte, a_offset);
1279 a_buf = (void *)((ptrdiff_t)a_buf
[all...]
/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dengine.c24 char *a_buf; /* argument string */ member in struct:arg_struct
394 arg.a_buf = buf;
867 (void) memcpy((void *) &i, (void *) &(g->a_buf[0]), MILTER_LEN_BYTES);
887 (void) memcpy((void *) &i, (void *) &(g->a_buf[MILTER_LEN_BYTES]),
897 (void) memcpy((void *) &i, (void *) &(g->a_buf[MILTER_LEN_BYTES * 2]),
1182 s = g->a_buf;
1272 return (*fi_connect)(g->a_ctx, g->a_buf,
1348 if (g->a_len == 0 || g->a_buf[g->a_len - 1] != '\0')
1350 return (*fi_helo)(g->a_ctx, g->a_buf);
1377 if (dec_arg2(g->a_buf,
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dsml.c1967 * Arguments: a_buf - [RO, *RW] - (char *)
1971 * - Size of 'a_buf' in bytes - a maximum of 'a_bufLen-1'
1972 * bytes will be placed in 'a_buf' - the returned
1983 sml_strPrintf_r(char *a_buf, int a_bufLen, char *a_format, ...) argument
1992 assert(a_buf != (char *)NULL);
1998 vres = vsnprintf(a_buf, a_bufLen-1, a_format, ap);
2004 a_buf[a_bufLen-1] = '\0';
/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h83 int a_buf[2]; /* buffer to which a_fd initially refers */ member in struct:__anon190

Completed in 1487 milliseconds