Searched refs:str_buf (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dattr_scan0.c190 static int attr_scan0_data(VSTREAM *fp, VSTRING *str_buf, argument
200 if (base64_decode(str_buf, STR(base64_buf), LEN(base64_buf)) == 0) {
210 static int attr_scan0_number(VSTREAM *fp, unsigned *ptr, VSTRING *str_buf, argument
216 if ((ch = attr_scan0_string(fp, str_buf, context)) < 0)
218 if (sscanf(STR(str_buf), "%u%c", ptr, &junk) != 1 || junk != 0) {
220 VSTREAM_PATH(fp), context, STR(str_buf));
229 VSTRING *str_buf,
235 if ((ch = attr_scan0_string(fp, str_buf, context)) < 0)
237 if (sscanf(STR(str_buf), "%lu%c", ptr, &junk) != 1 || junk != 0) {
239 VSTREAM_PATH(fp), context, STR(str_buf));
228 attr_scan0_long_number(VSTREAM *fp, unsigned long *ptr, VSTRING *str_buf, const char *context) argument
250 static VSTRING *str_buf = 0; local
[all...]
H A Dattr_scan_plain.c204 static int attr_scan_plain_data(VSTREAM *fp, VSTRING *str_buf, argument
215 if (base64_decode(str_buf, STR(base64_buf), LEN(base64_buf)) == 0) {
225 static int attr_scan_plain_number(VSTREAM *fp, unsigned *ptr, VSTRING *str_buf, argument
231 if ((ch = attr_scan_plain_string(fp, str_buf, terminator, context)) < 0)
233 if (sscanf(STR(str_buf), "%u%c", ptr, &junk) != 1 || junk != 0) {
235 VSTREAM_PATH(fp), context, STR(str_buf));
244 VSTRING *str_buf,
251 if ((ch = attr_scan_plain_string(fp, str_buf, terminator, context)) < 0)
253 if (sscanf(STR(str_buf), "%lu%c", ptr, &junk) != 1 || junk != 0) {
255 VSTREAM_PATH(fp), context, STR(str_buf));
243 attr_scan_plain_long_number(VSTREAM *fp, unsigned long *ptr, VSTRING *str_buf, int terminator, const char *context) argument
266 static VSTRING *str_buf = 0; local
[all...]
H A Dattr_scan64.c213 static int attr_scan64_number(VSTREAM *fp, unsigned *ptr, VSTRING *str_buf, argument
219 if ((ch = attr_scan64_string(fp, str_buf, context)) < 0)
221 if (sscanf(STR(str_buf), "%u%c", ptr, &junk) != 1 || junk != 0) {
223 VSTREAM_PATH(fp), context, STR(str_buf));
232 VSTRING *str_buf,
238 if ((ch = attr_scan64_string(fp, str_buf, context)) < 0)
240 if (sscanf(STR(str_buf), "%lu%c", ptr, &junk) != 1 || junk != 0) {
242 VSTREAM_PATH(fp), context, STR(str_buf));
253 static VSTRING *str_buf = 0; local
282 if (str_buf
231 attr_scan64_long_number(VSTREAM *fp, unsigned long *ptr, VSTRING *str_buf, const char *context) argument
[all...]
/macosx-10.9.5/postfix-252/postfix/src/smtp/
H A Dsmtp_chat.c15 /* VSTRING *str_buf;
249 if (rdata.str_buf == 0) {
251 rdata.str_buf = vstring_alloc(100);
262 VSTRING_RESET(rdata.str_buf);
278 chat_append_flag = (LEN(rdata.str_buf) < var_line_limit);
284 session->namaddrport, var_line_limit, STR(rdata.str_buf));
313 if (LEN(rdata.str_buf))
314 VSTRING_ADDCH(rdata.str_buf, '\n');
315 vstring_strcat(rdata.str_buf, STR(session->buffer));
401 VSTRING_TERMINATE(rdata.str_buf);
[all...]
H A Dsmtp.h371 VSTRING *str_buf; /* reply buffer */ member in struct:SMTP_RESP
/macosx-10.9.5/dtrace-118.1/tools/ctfconvert/
H A Dstrtab.h40 ulong_t str_buf; /* index of string data buffer */ member in struct:strhash
H A Dstrtab.c124 ulong_t b = hp->str_buf;
197 hp->str_buf = sp->str_nbufs - 1;
254 ulong_t b = hp->str_buf;
/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_strtab.h45 ulong_t str_buf; /* index of string data buffer */ member in struct:dt_strhash
H A Ddt_strtab.c156 ulong_t b = hp->str_buf;
255 hp->str_buf = sp->str_nbufs - 1;
/macosx-10.9.5/ppp-727.90.1/Helpers/vpnd/
H A Dipsec_utils.h85 int racoon_validate_cfg_str (char *str_buf);
H A Dipsec_utils.c3422 racoon_validate_cfg_str (char *str_buf) argument
3428 theString = CFStringCreateWithCString(NULL, str_buf, kCFStringEncodingUTF8);
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dputiltst.c482 uint8_t str_buf[AESTRNCPY_SIZE] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local
486 ret = uprv_aestrncpy(str_buf, src, len);
487 if(ret != str_buf) {
488 log_err("\n%s:%d: FAIL: uprv_aestrncpy returned %p expected %p\n", __FILE__, line, (void*)ret, (void*)str_buf);
490 if(!uprv_memcmp(str_buf, expect, AESTRNCPY_SIZE)) {
493 log_verbose("\n%s:%d: got : %s\n", __FILE__, line, dump_binline(str_buf));
497 log_err ("\n%s:%d: got : %s\n", __FILE__, line, dump_binline(str_buf));
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dregex.c6189 CHAR_T str_buf[WORK_BUFFER_SIZE];
6305 str_buf[i] = TRANSLATE(*d);
6306 str_buf[i+1] = '\0';
6309 match = __wcscoll (workp, str_buf);
6311 match = wcscoll (workp, str_buf);
6317 /* (str_buf > workp) indicate (str_buf + X > workp),
6318 because for all X (str_buf + X > str_buf).
6322 /* Otherwise(str_buf < work
6172 CHAR_T str_buf[WORK_BUFFER_SIZE]; local
[all...]
/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Dregex.c6408 CHAR_T str_buf[WORK_BUFFER_SIZE];
6511 str_buf[i] = TRANSLATE(*d);
6512 str_buf[i+1] = '\0';
6514 match = wcscoll (workp, str_buf);
6519 /* (str_buf > workp) indicate (str_buf + X > workp),
6520 because for all X (str_buf + X > str_buf).
6524 /* Otherwise(str_buf < workp),
6525 (str_buf
6391 CHAR_T str_buf[WORK_BUFFER_SIZE]; local
[all...]

Completed in 214 milliseconds