Searched defs:outstr (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/cmd/ldap/common/ |
H A D | convutf8.c | 613 char *outstr = NULL; local 636 outstr = (char *) malloc(outlen + 2); 638 wclen, outstr, outlen, NULL, NULL); 640 *(outstr+outlen) = _T('\0'); 645 return outstr;
|
/osnet-11/usr/src/lib/libxcurses/src/libc/stdio/ |
H A D | vfscanf.c | 470 match(const char *str, char *outstr) argument 501 if (outstr != NULL) 502 *outstr++ = c; 510 else if (outstr != NULL) 511 *outstr++ = c; 515 else if (outstr != NULL) 516 *outstr++ = c; 524 if (outstr != NULL) 525 *outstr = '\0';
|
/osnet-11/usr/src/lib/libnisdb/ |
H A D | ldap_val.c | 2075 * outstr Points to the updated position upto which the 2080 int *numVals, char *sepset, char **outstr) { 2199 if (outstr != 0) 2200 *outstr = str; 2079 matchMappingItem(__nis_mapping_format_t *f, __nis_value_t *inVal, int *numVals, char *sepset, char **outstr) argument
|
/osnet-11/usr/src/lib/libkmf/libkmf/common/ |
H A D | generalop.c | 2524 int numattrs, char **outstr) 2529 if (outstr == NULL) 2534 *outstr = malloc(len + 1); 2535 if ((*outstr) == NULL) 2537 (void) memset((*outstr), 0, len + 1); 2538 rv = kmf_get_attr(type, attrlist, numattrs, (*outstr), &len); 2540 free(*outstr); 2541 *outstr = NULL; 2523 kmf_get_string_attr(KMF_ATTR_TYPE type, KMF_ATTRIBUTE *attrlist, int numattrs, char **outstr) argument
|
Completed in 47 milliseconds