Searched refs:outstr (Results 1 - 25 of 34) sorted by path

12

/macosx-10.10.1/BerkeleyDB-21/db/build_vxworks/db_load/
H A Ddb_load.c1024 * means that outstr cannot contain any nuls.
1031 char *outstr; local
1040 if ((outstr = malloc(strlen(instr) + 1)) == NULL)
1043 *outstrp = outstr;
1048 *outstr++ = '\\';
1051 DIGITIZE(*outstr++, *instr, *++instr);
1053 *outstr++ = *instr;
1055 *outstr = '\0';
/macosx-10.10.1/BerkeleyDB-21/db/db_load/
H A Ddb_load.c1009 * means that outstr cannot contain any nuls.
1016 char *outstr; local
1025 if ((outstr = malloc(strlen(instr) + 1)) == NULL)
1028 *outstrp = outstr;
1033 *outstr++ = '\\';
1036 DIGITIZE(*outstr++, *instr, *++instr);
1038 *outstr++ = *instr;
1040 *outstr = '\0';
/macosx-10.10.1/CPANInternal-159.1/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm3147 my $outstr = "";
3155 $outstr .= $1;
3158 $outstr .= $1;
3176 $outstr .= $1;
3186 $outstr .= $1;
3193 return ( $outstr, $msg );
[all...]
/macosx-10.10.1/Heimdal-398.1.2/appl/ftp/ftpd/
H A Dftpd.c1334 * Tranfer the contents of "instr" to "outstr" peer using the appropriate
1340 send_data(FILE *instr, FILE *outstr) argument
1355 sec_putc('\r', outstr);
1356 sec_putc(c, outstr);
1358 sec_fflush(outstr);
1363 if (ferror(outstr))
1388 sec_write(fileno(outstr), chunk + restart_point, cnt);
1391 sec_fflush(outstr);
1403 netfd = fileno(outstr);
1419 sec_fflush(outstr); /* t
1456 receive_data(FILE *instr, FILE *outstr) argument
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/akadmin/
H A Dadmin.c1069 char *outstr, *cpOut;
1074 cpOut = outstr = (char *)malloc((2 * CC_SHA1_DIGEST_LENGTH) + 1);
1075 if (outstr == NULL)
1080 return outstr;
/macosx-10.10.1/MITKerberosShim-66/
H A Dmisc.c648 char *outstr, *cpOut; local
658 cpOut = outstr = (char *)malloc((2 * CC_SHA1_DIGEST_LENGTH) + 1);
659 if(outstr == NULL)
665 return outstr;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/tests/progs/
H A Dslapd-mtread.c178 char outstr[BUFSIZ]; local
338 snprintf(outstr, BUFSIZ, "MT Test Start: conns: %d (%s)", noconns, uri);
339 tester_error(outstr);
340 snprintf(outstr, BUFSIZ, "Threads: RO: %d RW: %d", threads, rwthreads);
341 tester_error(outstr);
346 snprintf(outstr, BUFSIZ, "Created RO thread %d", i);
347 thread_verbose(-1, outstr);
352 snprintf(outstr, BUFSIZ, "Created RW thread %d", i + MAX_THREAD);
353 thread_verbose(-1, outstr);
373 snprintf(outstr, BUFSI
[all...]
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/rootStoreTool/
H A DrootUtils.cpp82 char outstr[OID_PARSER_STRING_SIZE]; local
83 parser.oidParse((const unsigned char *)buf, len, outstr);
84 printf("%s", outstr);
/macosx-10.10.1/autofs-246/automountd/
H A Dautod_parse.c158 char *outstr; local
161 outstr = malloc(outstrsize);
162 if (outstr == NULL)
164 *outstr = '/';
165 memcpy(outstr + 1, str, outstrsize - 1);
166 return (outstr);
/macosx-10.10.1/bind9-45.101/bind9/contrib/dlz/drivers/
H A Ddlz_mysql_driver.c105 char *outstr; local
113 outstr = isc_mem_allocate(ns_g_mctx ,(2 * len * sizeof(char)) + 1);
114 if (outstr == NULL)
117 mysql_real_escape_string(mysql, outstr, instr, len);
119 return outstr;
H A Ddlz_odbc_driver.c386 char *outstr; local
394 outstr = isc_mem_allocate(ns_g_mctx ,(2 * len * sizeof(char)) + 1);
395 if (outstr == NULL)
398 odbc_makesafe(outstr, instr, len);
400 return outstr;
H A Ddlz_postgres_driver.c250 char *outstr; local
258 outstr = isc_mem_allocate(ns_g_mctx ,(2 * len * sizeof(char)) + 1);
259 if (outstr == NULL)
262 postgres_makesafe(outstr, instr, len);
263 /* PQescapeString(outstr, instr, len); */
265 return outstr;
/macosx-10.10.1/bootstrap_cmds-91/migcom.tproj/
H A Dparser.y185 string_t outstr;
516 $1.outnumber, $1.outstr,
529 $$.instr = $$.outstr = strNULL;
556 $$.outstr = $3.outstr;
H A Dtype.c377 itShortDecl(u_int inname, string_t instr, u_int outname, string_t outstr, u_int defsize) argument
388 it->itOutNameStr = outstr;
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dobjnames-test08.sh86 outstr=`curl_8char_object_name $argstr`
87 echo "result: $outstr expected: $expect input: $argstr"
91 outstr=`curl_8char_object_name $argstr`
92 echo "result: $outstr expected: $expect input: $argstr"
96 outstr=`curl_8char_object_name $argstr`
97 echo "result: $outstr expected: $expect input: $argstr"
101 outstr=`curl_8char_object_name $argstr`
102 echo "result: $outstr expected: $expect input: $argstr"
106 outstr=`curl_8char_object_name $argstr`
107 echo "result: $outstr expecte
[all...]
H A Dobjnames-test10.sh86 outstr=`curl_10char_object_name $argstr`
87 echo "result: $outstr expected: $expect input: $argstr"
91 outstr=`curl_10char_object_name $argstr`
92 echo "result: $outstr expected: $expect input: $argstr"
96 outstr=`curl_10char_object_name $argstr`
97 echo "result: $outstr expected: $expect input: $argstr"
101 outstr=`curl_10char_object_name $argstr`
102 echo "result: $outstr expected: $expect input: $argstr"
106 outstr=`curl_10char_object_name $argstr`
107 echo "result: $outstr expecte
[all...]
/macosx-10.10.1/gnutar-453/gnutar/src/
H A Dxheader.c824 char *outstr;
825 if (!utf8_convert (true, string, &outstr))
828 outstr = xstrdup (string);
830 xheader_print (xhdr, keyword, outstr);
831 free (outstr);
819 char *outstr; local
/macosx-10.10.1/less-25/less/
H A Dscreen.c1427 tmodes(incap, outcap, instr, outstr, def_instr, def_outstr, spp)
1431 char **outstr;
1441 *outstr = def_outstr;
1445 *outstr = ltgetstr(outcap, spp);
1446 if (*outstr == NULL)
1448 *outstr = ltgetstr("me", spp);
1449 if (*outstr == NULL)
1451 *outstr = "";
/macosx-10.10.1/ppp-786.1.1/Controller/
H A Dscnc_utils.c677 int GetStrFromDict (CFDictionaryRef dict, CFStringRef property, char *outstr, int maxlen, char *defaultval) argument
683 || !CFStringGetCString(ref, outstr, maxlen, kCFStringEncodingUTF8))
684 strncpy(outstr, defaultval, maxlen);
686 return strlen(outstr);
692 Boolean GetStrAddrFromDict (CFDictionaryRef dict, CFStringRef property, char *outstr, int maxlen) argument
699 && CFStringGetCString(ref, outstr, maxlen, kCFStringEncodingUTF8)) {
700 addr = inet_addr(outstr);
710 Boolean GetStrNetFromDict (CFDictionaryRef dict, CFStringRef property, char *outstr, int maxlen) argument
717 && CFStringGetCString(ref, outstr, maxlen, kCFStringEncodingUTF8)) {
718 net = inet_network(outstr);
[all...]
H A Dscnc_utils.h62 int GetStrFromDict (CFDictionaryRef dict, CFStringRef property, char *outstr, int maxlen, char *defaultval);
/macosx-10.10.1/ppp-786.1.1/Helpers/vpnd/
H A Dcf_utils.c197 int GetStrFromDict (CFDictionaryRef dict, CFStringRef property, char *outstr, int maxlen, char *defaultval) argument
203 || !CFStringGetCString(ref, outstr, maxlen, kCFStringEncodingUTF8))
204 strncpy(outstr, defaultval, maxlen);
206 return strlen(outstr);
212 Boolean GetStrAddrFromDict (CFDictionaryRef dict, CFStringRef property, char *outstr, int maxlen) argument
219 && CFStringGetCString(ref, outstr, maxlen, kCFStringEncodingUTF8)) {
220 addr = inet_addr(outstr);
230 Boolean GetStrNetFromDict (CFDictionaryRef dict, CFStringRef property, char *outstr, int maxlen) argument
237 && CFStringGetCString(ref, outstr, maxlen, kCFStringEncodingUTF8)) {
238 net = inet_network(outstr);
[all...]
H A Dcf_utils.h48 int GetStrFromDict (CFDictionaryRef dict, CFStringRef property, char *outstr, int maxlen, char *defaultval);
50 Boolean GetStrAddrFromDict (CFDictionaryRef dict, CFStringRef property, char *outstr, int maxlen);
52 Boolean GetStrNetFromDict (CFDictionaryRef dict, CFStringRef property, char *outstr, int maxlen);
/macosx-10.10.1/syslog-267/libsystem_asl.tproj/src/
H A Dasl_legacy1.c371 char *outstr, *p, tmp[DB_RECORD_LEN]; local
393 outstr = calloc(1, len);
394 if (outstr == NULL) return ASL_STATUS_NO_MEMORY;
396 p = outstr;
413 free(outstr);
420 free(outstr);
436 free(outstr);
440 *out = outstr;
/macosx-10.10.1/vim-55/src/
H A Dos_mswin.c902 * When "outstr" is NULL only return the number of UTF-16 words produced.
903 * Otherwise "outstr" must be a buffer of sufficient size.
907 utf8_to_utf16(char_u *instr, int inlen, short_u *outstr, int *unconvlenp) argument
932 if (outstr != NULL)
934 *outstr++ = (0xD800 - (0x10000 >> 10)) + (ch >> 10);
935 *outstr++ = 0xDC00 | (ch & 0x3FF);
938 else if (outstr != NULL)
939 *outstr++ = ch;
951 * When "outstr" is NULL only return the required number of bytes.
952 * Otherwise "outstr" mus
956 utf16_to_utf8(short_u *instr, int inlen, char_u *outstr) argument
[all...]
/macosx-10.10.1/vim-55/src/proto/
H A Dos_mswin.pro25 int utf8_to_utf16 __ARGS((char_u *instr, int inlen, short_u *outstr, int *unconvlenp));
26 int utf16_to_utf8 __ARGS((short_u *instr, int inlen, char_u *outstr));

Completed in 701 milliseconds

12