Home
last modified time | relevance | path

Searched refs:common_name_buf (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c1088 if (common_name_buf == NULL) in sprint_desc()
1091 bzero(common_name_buf, max_scf_value_length + 1); in sprint_desc()
1094 common_name_buf[0] = '-'; in sprint_desc()
1101 common_name_buf[0] = '-'; in sprint_desc()
1107 for (x = common_name_buf; *x != '\0'; x++) in sprint_desc()
1111 if (strlen(common_name_buf) > DESC_COLUMN_WIDTH) in sprint_desc()
1113 strlen(common_name_buf) + 1; in sprint_desc()
1118 DESC_COLUMN_WIDTH, common_name_buf); in sprint_desc()
2444 if (common_name_buf == NULL) in print_detailed()
2451 common_name_buf); in print_detailed()
[all …]