Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rpcsvc/
H A Drusers.c65 static int curentry; variable
105 curentry = 0; in main()
198 if (curentry >= total_entries) { in singlehost()
264 if (curentry >= total_entries) { in collectnames()
278 lim = entry + curentry; in collectnames()
316 entry[curentry].machine = malloc(MACHINELEN + 1); in print_info()
317 if (entry[curentry].machine == NULL) { in print_info()
321 (void) strlcpy(entry[curentry].machine, name, MACHINELEN + 1); in print_info()
322 entry[curentry++].cnt = 0; in print_info()
327 entry[curentry].machine = malloc(MACHINELEN + 1); in print_info()
[all …]
H A Drup.c68 int curentry; variable
89 curentry = 0; in main()
186 if (curentry >= total_entries) {
222 entry[curentry].machine = host;
224 entry[curentry].boottime.tv_sec = st.boottime.tv_sec;
225 entry[curentry].boottime.tv_usec =
227 entry[curentry].curtime = st.curtime.tv_sec;
228 memcpy(entry[curentry].avenrun, st.avenrun, AVENSIZE);
230 entry[curentry].boottime.tv_sec =
232 entry[curentry].boottime.tv_usec =
[all …]
/illumos-gate/usr/src/lib/libdwarf/common/
H A Dpro_section.c1279 Dwarf_P_F_Entry curentry = 0; in calculate_size_of_line_header4() local
1309 curentry = dbg->de_file_entries; in calculate_size_of_line_header4()
1310 while (curentry) { in calculate_size_of_line_header4()
1312 strlen(curentry->dfe_name) + 1 + curentry->dfe_nbytes; in calculate_size_of_line_header4()
1313 curentry = curentry->dfe_next; in calculate_size_of_line_header4()
1334 Dwarf_P_F_Entry curentry = 0; in _dwarf_pro_generate_debugline() local
1471 curentry = dbg->de_file_entries; in _dwarf_pro_generate_debugline()
1472 while (curentry) { in _dwarf_pro_generate_debugline()
1473 strcpy((char *) data, curentry->dfe_name); in _dwarf_pro_generate_debugline()
1474 data += strlen(curentry->dfe_name) + 1; in _dwarf_pro_generate_debugline()
[all …]