Searched refs:doing (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.0-release/usr.bin/gprof/
H A Dprintgprof.c541 nltype *doing; local
550 for ( (doing = todo)&&(todo = doing -> cnext);
551 doing ;
552 (doing = todo )&&(todo = doing -> cnext )){
554 if ( membercmp( doing , prev -> cnext ) == GREATERTHAN ) {
558 doing -> cnext = prev -> cnext;
559 prev -> cnext = doing;
/freebsd-10.0-release/contrib/gcc/config/mips/
H A Dirix-crti.asm20 to go in .init, just like it can with the GNU linker. However, doing this
/freebsd-10.0-release/contrib/llvm/lib/Support/Windows/
H A DDynamicLibrary.inc61 // Otherwise, user should be aware, what he's doing :)
/freebsd-10.0-release/contrib/bmake/mk/
H A Dauto.obj.mk36 # Skip it if we are just doing 'clean'.
H A Dmeta.autodep.mk39 # you are supposed to know what you are doing!
H A Ddirdeps.mk430 # Normally if doing make -V something,
/freebsd-10.0-release/contrib/ipfilter/tools/
H A Dipmon_y.y80 %type <ipmd> doopt doing
93 line: IPM_MATCH '{' matching ';' '}' IPM_DO '{' doing ';' '}'
136 doing: label
138 | doopt ',' doing { $1->ipmd_next = $3; $$ = $1; }
/freebsd-10.0-release/contrib/sendmail/contrib/
H A Dexpn.pl1255 doing this until no further expansion is possible.
1290 doing because as it works, it changes its
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Dntp_io.c154 * the guys we are doing I/O for.
1596 * NB possible hole - should we be doing this on broadcast
3099 int doing; local
3191 for (doing = 0; (doing < 2); doing++)
3193 if (doing == 0)
/freebsd-10.0-release/contrib/ntp/ntpq/
H A Dntpq-opts.def239 fuzzballs if you turn authentication on before doing a
/freebsd-10.0-release/contrib/ipfilter/
H A DHISTORY455 * if attaching fails and we can abort, then cleanup when doing so.
542 when doing PMTU
630 attempt to prevent people running buildsolaris script without doing a
1658 Fixed up problems with "textip" for doing lots of testing.
/freebsd-10.0-release/crypto/openssh/contrib/redhat/
H A Dopenssh.spec499 (sftp has been doing this correctly all along) (#51827)
679 doing keyboard-interactive authentication.
683 - Take a crack at doing keyboard-interactive authentication with PAM, and
/freebsd-10.0-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex385 it's possible to hand construct the necessary blob by hand, but doing
/freebsd-10.0-release/contrib/amd/doc/
H A Dtexinfo.tex627 % Be sure we're in horizontal mode when doing a tie, since we make space
674 % threshold for doing this is if the group is more than \vfilllimit
769 % almost-but-not-quite fill up a page, TeX will have a hard time doing
3379 % by backing up by \lastskip, doing the \write, then inserting
4719 % to help in doing that, since in @example-like environments \parskip
4910 % we're doing normal filling. So, when using \aboveenvbreak and
4928 % doing normal filling.
/freebsd-10.0-release/contrib/gcc/doc/include/
H A Dtexinfo.tex636 % Be sure we're in horizontal mode when doing a tie, since we make space
698 % threshold for doing this is if the group is more than \vfilllimit
793 % almost-but-not-quite fill up a page, TeX will have a hard time doing
3553 % by backing up by \lastskip, doing the \write, then inserting
4915 % to help in doing that, since in @example-like environments \parskip
5106 % we're doing normal filling. So, when using \aboveenvbreak and
5124 % doing normal filling.
/freebsd-10.0-release/contrib/groff/doc/
H A Dtexinfo.tex628 % Be sure we're in horizontal mode when doing a tie, since we make space
675 % threshold for doing this is if the group is more than \vfilllimit
770 % almost-but-not-quite fill up a page, TeX will have a hard time doing
3451 % by backing up by \lastskip, doing the \write, then inserting
4791 % to help in doing that, since in @example-like environments \parskip
4982 % we're doing normal filling. So, when using \aboveenvbreak and
5000 % doing normal filling.

Completed in 229 milliseconds