Searched refs:snprintf (Results 1 - 18 of 18) sorted by relevance

/forgerock/web-agents-v4/cmocka/
H A Dcmocka_private.h37 # undef snprintf macro
38 # define snprintf(d, n, ...) _snprintf_s((d), (n), _TRUNCATE, __VA_ARGS__) macro
41 # undef snprintf macro
42 # define snprintf _snprintf macro
45 # error "no snprintf compatible function found"
H A Dcmocka.c1916 snprintf(buf, sizeof(buf), "%s", env);
/forgerock/web-agents-v4/source/
H A Dadmin.c328 snprintf(key, sizeof(key),
704 snprintf(schema_file, sizeof (schema_file),
707 snprintf(lib_file, sizeof (lib_file),
735 snprintf(iis_instc_file, sizeof(iis_instc_file),
754 snprintf(vmod_path, sizeof (vmod_path),
756 snprintf(instance_type_mod, sizeof (instance_type_mod),
758 snprintf(instance_conf_file, sizeof (instance_conf_file),
794 snprintf(vcl_file, sizeof (vcl_file),
1091 snprintf(lic_file_path, sizeof(lic_file_path), "%s%s", app_path, LICENSE_FILE);
1727 snprintf(lic_file_pat
[all...]
H A Dlog.h62 header_sz = snprintf(header, sizeof(header), "%s.%03ld %s INFO [%p:%d] ", \
109 header_sz = snprintf(header, sizeof(header), "%s.%03ld %s INFO [%p:%d] ", \
156 header_sz = snprintf(header, sizeof(header), "%s.%03ld %s WARNING [%p:%d] ", \
203 header_sz = snprintf(header, sizeof(header), "%s.%03ld %s ERROR [%p:%d] ", \
250 header_sz = snprintf(header, sizeof(header), "%s.%03ld %s DEBUG [%p:%d][%s:%d] ", \
297 header_sz = snprintf(header, sizeof(header), "%s.%03ld %s AUDIT [%p:%d] ", \
H A Dinit.c175 sz = snprintf(buffer, buffer_sz,
190 int sz = snprintf(buffer, buffer_sz,
229 int sz = snprintf(buffer, buffer_sz, "%s", global_name);
H A Dplatform.h41 #define snprintf sprintf_s macro
H A Dshared.c398 snprintf(ret->name[0], sizeof(ret->name[0]),
400 snprintf(ret->name[1], sizeof(ret->name[1]),
402 snprintf(ret->name[2], sizeof(ret->name[2]),
404 snprintf(ret->name[3], sizeof(ret->name[3]),
411 snprintf(ret->name[0], sizeof(ret->name[0]),
413 snprintf(ret->name[1], sizeof(ret->name[1]),
H A Dlog.c141 snprintf(tmp, sizeof (tmp), "%s.%d", file_name, idx);
313 snprintf(tmp, sizeof (tmp), "%s.%d", file_name, idx);
345 snprintf(tmp, sizeof (tmp), "%s.%d", file_name, idx);
466 snprintf(am_log_handle->area_file_name, sizeof (am_log_handle->area_file_name),
H A Dnet_client_ssl.c253 snprintf(name, sizeof (name),
285 snprintf(temp, sizeof (temp), name_variants[i], NOTNULL(lib));
H A Dutility.c1522 snprintf(buf, buflen, "%08x-%04x-%04x-%02x%02x-%02x%02x%02x%02x%02x%02x",
1941 snprintf(path, sizeof (path),
2559 snprintf(npath, sizeof (npath), "%s/%s", path, e->d_name);
2726 snprintf(seq, sizeof (seq), "\\u%04X", *end);
2914 snprintf(out, sizeof(out), "%s_%d", name, id);
H A Dnet_client.c415 snprintf(port, sizeof (port), "%d", n->uv.port);
H A Dprocess.c1564 snprintf(tsc, sizeof (tsc), "%04d-%02d-%02dT%02d%%3A%02d%%3A%02dZ",
/forgerock/web-agents-v4/zlib/
H A Dgzguts.h98 /* unlike snprintf (which is required in C99, yet still not supported by
103 # define snprintf _snprintf macro
H A Dgzlib.c214 snprintf(state->path, len + 1, "%s", (const char *)path);
294 snprintf(path, 7 + 3 * sizeof(int), "<fd:%d>", fd); /* for debugging */
607 snprintf(state->msg, strlen(state->path) + strlen(msg) + 3,
H A Dgzwrite.c441 snprintf((char *)(state->in), size, format, a1, a2, a3, a4, a5, a6, a7, a8,
445 len = snprintf((char *)(state->in), size, format, a1, a2, a3, a4, a5, a6,
/forgerock/web-agents-v4/source/iis/
H A Dagent.c812 snprintf(payload_sz_text, sizeof (payload_sz_text), "%d", payload_sz);
1258 snprintf(tls, sizeof (tls), "%d", tl);
/forgerock/web-agents-v4/source/varnish/
H A Dagent.c238 snprintf(header, sizeof (header), "%c%s:", (unsigned) strlen(value) + 1, value);
/forgerock/web-agents-v4/source/varnish3/
H A Dagent.c244 snprintf(header, sizeof (header), "%c%s:", (unsigned) strlen(value) + 1, value);

Completed in 88 milliseconds