Lines Matching refs:output

266 getldap_get_cacheData_stat(int max, int current, char **output)
280 *output = NULL;
284 *output = malloc(len);
285 if (*output == NULL)
288 (void) snprintf(*output, len, "%s%s%s%10d%s%s%10d%s",
874 * output:
889 char **output, int *svr_removed)
906 if (input == NULL || output == NULL) {
908 "No input or output buffer.\n");
912 *output = NULL;
1073 *output = (char *)malloc(len);
1074 if (*output == NULL) {
1079 (void) snprintf(*output, len, "%s%s%s",
1083 (void) snprintf(*output, len, "%s%s%s%s%s",
1099 getldap_format_refresh_time(char **output, time_t *prev, time_t *next)
1115 *output = NULL;
1136 *output = malloc(len);
1137 if (*output == NULL)
1140 (void) snprintf(*output, len, "%s%s%s%s%s%s",
1150 * output:
1159 getldap_get_server_stat(server_info_t *head, char **output,
1173 *output = NULL;
1192 *output = (char *)calloc(1, len1);
1193 if (*output == NULL) {
1199 (void) snprintf(*output, len1, "%s%s%s",
1248 tmpptr = (char *)realloc(*output, len);
1251 free(*output);
1252 *output = NULL;
1256 *output = tmpptr;
1259 len1 = len - strlen(*output);
1260 (void) snprintf(*output + strlen(*output), len1,
1264 len1 = len - strlen(*output);
1266 (void) snprintf(*output + strlen(*output), len1,
1283 getldap_get_refresh_stat(char **output)
1299 *output = NULL;
1320 *output = malloc(len);
1321 if (*output == NULL)
1323 (void) snprintf(*output, len, "%s%s%s%s",
1353 *output = malloc(len);
1354 if (*output == NULL) {
1358 (void) snprintf(*output, len, "%s%s%s%s",
1609 getldap_serverInfo_op(info_op_t op, char *input, char **output)
1866 *output = NULL;
1883 input, output, &server_removed);
1929 if (*output == NULL || changed) {
1977 *output = NULL;
1981 output, &prev_refresh, &next_refresh);