Searched refs:seen_end (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/ntp/lib/isc/
H A Dbase64.c106 isc_boolean_t seen_end; /*%< True if "=" end marker seen */ member in struct:__anon62
114 ctx->seen_end = ISC_FALSE;
123 if (ctx->seen_end)
149 ctx->seen_end = ISC_TRUE;
188 while (!ctx.seen_end && (ctx.length != 0)) {
203 if (ctx.length < 0 && !ctx.seen_end)
H A Dbase32.c142 isc_boolean_t seen_end; /*%< True if "=" end marker seen */ member in struct:__anon61
153 ctx->seen_end = ISC_FALSE;
165 if (ctx->seen_end)
225 ctx->seen_end = ISC_TRUE;
265 while (!ctx.seen_end && (ctx.length != 0)) {
280 if (ctx.length < 0 && !ctx.seen_end)
/freebsd-10-stable/contrib/texinfo/makeinfo/
H A Dcmds.c1021 int seen_end = 0;
1064 seen_end = 1;
1075 if (!seen_end)
1019 int seen_end = 0; local
H A Dinsertion.c1626 int seen_end = 0;
1675 seen_end = 1;
1689 if (find_end_verbatim && !seen_end)
1623 int seen_end = 0; local

Completed in 111 milliseconds