| /onnv/onnv-gate/usr/src/lib/libpkg/common/ |
| pkgstr.c | 207 * 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, ...) 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[0] != '\0' - token meeting criteria returne [all...] |
| vfpops.c | 1193 * a_buf - pointer to buffer containing data to write [all...] |
| pkglib.h | 527 char *a_buf, int a_bufLen); 532 void pkgstrScaleNumericString(char *a_buf, unsigned long long scale); 541 char *a_separators, char *a_buf, int a_bufLen); 544 void pkgstrPrintf_r(char *a_buf, int a_bufLen, char *a_format, ...); 559 extern ssize_t vfpSafePwrite(int a_fildes, void *a_buf, 561 extern ssize_t vfpSafeWrite(int a_fildes, void *a_buf, size_t a_nbyte);
|
| /onnv/onnv-gate/usr/src/lib/libinstzones/common/ |
| zones_str.c | 350 * 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 - [RO, *RW] - (char * [all...] |
| instzones_lib.h | 355 int a_index, char *a_separators, char *a_buf, 362 void _z_strPrintf_r(char *a_buf, int a_bufLen,
|
| /onnv/onnv-gate/usr/src/cmd/sendmail/libmilter/ |
| engine.c | 26 char *a_buf; /* argument string */ member in struct:arg_struct 395 arg.a_buf = buf; 802 (void) memcpy((void *) &i, (void *) &(g->a_buf[0]), MILTER_LEN_BYTES); 822 (void) memcpy((void *) &i, (void *) &(g->a_buf[MILTER_LEN_BYTES]), 831 (void) memcpy((void *) &i, (void *) &(g->a_buf[MILTER_LEN_BYTES * 2]), 1047 s = g->a_buf; 1137 return (*fi_connect)(g->a_ctx, g->a_buf, 1213 if (g->a_len == 0 || g->a_buf[g->a_len - 1] != '\0') 1215 return (*fi_helo)(g->a_ctx, g->a_buf); 1242 if (dec_arg2(g->a_buf, g->a_len, &hf, &hv) == MI_SUCCESS [all...] |
| /onnv/onnv-gate/usr/src/uts/common/os/ |
| fio.c | 476 if (afd->a_nfd > sizeof (afd->a_buf) / sizeof (afd->a_buf[0])) { 482 afd->a_fd = &afd->a_buf[0]; 483 afd->a_nfd = sizeof (afd->a_buf) / sizeof (afd->a_buf[0]); 533 if (old_nfd > sizeof (afd->a_buf) / sizeof (afd->a_buf[0])) { [all...] |
| /onnv/onnv-gate/usr/src/common/openssl/crypto/ec/ |
| ec_asn1.c | 435 *a_buf=NULL, *b_buf=NULL; local 474 a_buf = &char_zero; 490 a_buf = buffer_1; 516 if (!M_ASN1_OCTET_STRING_set(curve->a, a_buf, len_1) || [all...] |
| /onnv/onnv-gate/usr/src/cmd/svr4pkg/libinst/ |
| sml.c | [all...] |
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| thread.h | 83 int a_buf[2]; /* buffer to which a_fd initially refers */ member in struct:__anon1
|
| /onnv/onnv-gate/usr/src/cmd/svr4pkg/hdrs/ |
| libinst.h | 582 void sml_strPrintf_r(char *a_buf, int a_bufLen, char *a_format, ...);
|