Searched refs:sofar (Results 1 – 7 of 7) sorted by relevance
52 char *sofar; in compath() local84 sofar = nextchar; in compath()87 lastchar = sofar; in compath()103 sofar = nextchar; in compath()106 lastchar = sofar; in compath()154 sofar = nextchar - 1; in compath()157 lastchar = sofar; in compath()165 if ((sofar + 1 != pathname) && (*sofar == '/')) in compath()
63 unsigned int sofar = 0; in interpret_ntp() local302 sofar += linelen; in interpret_ntp()304 if ((sofar + linelen) > datalen) { in interpret_ntp()305 linelen = datalen - sofar; in interpret_ntp()307 } while (sofar < datalen); in interpret_ntp()
154 bool sofar = 0; in Dword() local174 if (sofar == 0) in Dword()250 sofar = 1; in Dword()
995 int i, sofar; local1012 sofar = 0;1015 if (sofar >= hash_tblcnt) {1018 sopt[sofar++].p = bucket->opt.p;1022 qsort((void *)sopt, sofar, sizeof(sopt[0]), opt_compare);1023 for (i = 0; i < sofar; i++) {
2552 uint64_t *sofar; in print_eprop() local2563 sofar = (uint64_t *)(eprop + 1); in print_eprop()2564 ecomb = (struct sadb_x_ecomb *)sofar; in print_eprop()2593 sofar = (uint64_t *)(ecomb + 1); in print_eprop()2594 algdesc = (struct sadb_x_algdesc *)sofar; in print_eprop()2644 sofar = (uint64_t *)(++algdesc); in print_eprop()2646 ecomb = (struct sadb_x_ecomb *)sofar; in print_eprop()
1418 Dwarf_Unsigned sofar = data - start_line_sec; in _dwarf_pro_generate_debugline() local1420 du = prolog_size - sofar - offset_size; in _dwarf_pro_generate_debugline()1541 Dwarf_Unsigned sofar = data - start_line_sec; in _dwarf_pro_generate_debugline() local1542 if (sofar != prolog_size) { in _dwarf_pro_generate_debugline()
1516 int sofar = SADB_8TO64(sizeof (*samsg)); in sadb_strip() local1551 sofar += ext->sadb_ext_len; in sadb_strip()1567 samsg->sadb_msg_len = (uint16_t)sofar; in sadb_strip()