Lines Matching refs:ui
96 u_int ui; in tftp_print() local
123 ui = fn_printztn(ndo, bp, length, ndo->ndo_snapend); in tftp_print()
125 if (ui == 0) in tftp_print()
127 bp += ui; in tftp_print()
128 length -= ui; in tftp_print()
134 ui = fn_printztn(ndo, bp, length, ndo->ndo_snapend); in tftp_print()
135 if (ui == 0) in tftp_print()
137 bp += ui; in tftp_print()
138 length -= ui; in tftp_print()
145 ui = fn_printztn(ndo, bp, length, ndo->ndo_snapend); in tftp_print()
146 if (ui == 0) in tftp_print()
148 bp += ui; in tftp_print()
149 length -= ui; in tftp_print()
159 ui = fn_printztn(ndo, bp, length, ndo->ndo_snapend); in tftp_print()
160 if (ui == 0) in tftp_print()
162 bp += ui; in tftp_print()
163 length -= ui; in tftp_print()
188 ui = fn_printztn(ndo, bp, length, ndo->ndo_snapend); in tftp_print()
190 if (ui == 0) in tftp_print()