Searched refs:max_scf_name_length (Results 1 – 4 of 4) sorted by relevance
39 extern ssize_t max_scf_name_length;
127 ssize_t max_scf_name_length; variable1516 char *scope_buf = safe_malloc(max_scf_name_length + 1); in sprint_scope()1522 if (scf_scope_get_name(wip->scope, scope_buf, max_scf_name_length) < 0) in sprint_scope()1548 char *svc_buf = safe_malloc(max_scf_name_length + 1); in sprint_service()1554 max_scf_name_length + 1) < 0) in sprint_service()1558 svc_buf, max_scf_name_length + 1, EMPTY_OK) != 0) in sprint_service()1593 char *tmp = safe_malloc(max_scf_name_length + 1); in sprint_instance()1599 max_scf_name_length + 1) < 0) in sprint_instance()2217 char *pg_name_buf = safe_malloc(max_scf_name_length + 1); in print_application_properties()2218 char *prop_name_buf = safe_malloc(max_scf_name_length + 1); in print_application_properties()[all …]
550 svcname = safe_malloc(max_scf_name_length + 1); in load_services()551 instname = safe_malloc(max_scf_name_length + 1); in load_services()564 max_scf_name_length + 1) < 0) { in load_services()587 max_scf_name_length + 1) < 0) { in load_services()
101 static ssize_t max_scf_name_length; variable248 buf_sz = max_scf_name_length + 1; in display_prop()1114 max_scf_name_length = scf_limit(SCF_LIMIT_MAX_NAME_LENGTH); in main()1117 if (max_scf_name_length == -1 || max_scf_value_length == -1 || in main()