Home
last modified time | relevance | path

Searched refs:doing (Results 1 – 25 of 266) sorted by relevance

1234567891011

/freebsd/usr.bin/gprof/
H A Dprintgprof.c535 nltype *doing; in sortmembers() local
544 for ( (doing = todo)&&(todo = doing -> cnext); in sortmembers()
545 doing ; in sortmembers()
546 (doing = todo )&&(todo = doing -> cnext )){ in sortmembers()
548 if ( membercmp( doing , prev -> cnext ) == GREATERTHAN ) { in sortmembers()
552 doing -> cnext = prev -> cnext; in sortmembers()
553 prev -> cnext = doing; in sortmembers()
/freebsd/crypto/openssl/doc/man3/
H A DEVP_PKEY_set_type.pod25 key. When doing this, it finds a L<EVP_PKEY_ASN1_METHOD(3)>
31 key. When doing this, it finds a L<EVP_PKEY_ASN1_METHOD(3)>
45 internal provider side key. When doing this, it associates I<pkey>
/freebsd/crypto/heimdal/appl/afsutil/
H A DChangeLog18 credential cache when doing afslog.
21 cache when doing afslog.
83 actually doing anything, and try to get tokens via krb4 if krb5
/freebsd/crypto/heimdal/appl/telnet/
H A Dtelnet.state28 * if we are doing so at request initiation
58 * if we are doing so at request acknowledgment
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Drt1011.txt26 u32. The temperature was measured while doing the calibration. Units: Celsius degree
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dmarvell,gicp.txt5 interrupts by doing a memory transaction. It is used by the ICU
/freebsd/crypto/openssl/test/ssl-tests/
H A D01-simple.cnf.in24 # Should have no effect as we aren't doing client auth
/freebsd/usr.sbin/bsdconfig/include/
H A Doptions.hlp48 of other problems. It's most useful to those who are doing unattended
87 what you are doing! This will change the release name used by
/freebsd/contrib/file/magic/Magdir/
H A Dsereal12 # doing (byte&0xF0)>>4 here, but unfortunately that's not
/freebsd/tools/tools/find-sb/
H A DREADME16 code and don't immediately understand how it works and what it's doing, then
/freebsd/sbin/ipf/ipmon/
H A Dipmon_y.y79 %type <ipmd> doopt doing
92 line: IPM_MATCH '{' matching ';' '}' IPM_DO '{' doing ';' '}'
135 doing:
137 | doopt ',' doing { $1->ipmd_next = $3; $$ = $1; }
/freebsd/share/examples/tests/
H A DREADME10 remove all comments while doing so and then write your own if necessary.
/freebsd/contrib/ntp/sntp/m4/
H A Dntp_rlimit.m470 # HMS: Only if we are doing the MLOCKALL stuff...
/freebsd/contrib/ntp/scripts/calc_tickadj/
H A Dcalc_tickadj-opts.def50 in doing so we'll speed the clock up a little every second instead of slowing
/freebsd/tests/sys/cddl/zfs/tests/inheritance/
H A Dstate024.cfg33 # Executing 'zfs inherit -r' at the middle and bottom levels after doing so
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/inheritance/
H A Dstate024.cfg38 # Executing 'zfs inherit -r' at the middle and bottom levels after doing so
/freebsd/contrib/atf/
H A DFREEBSD-upgrade24 of doing so is by using the release files already imported into the
/freebsd/contrib/bsnmp/
H A DREADME16 As usual by doing:
/freebsd/tools/tools/crypto/
H A DREADME14 more buffer sizes to use in doing tests.
/freebsd/tools/test/stress2/misc/
H A Dnfsrename.sh71 * Try to expose races with doing renames over NFS that require silly
/freebsd/contrib/ncurses/form/
H A DREAD.ME40 For things that still need doing, see the TO-DO file in the top-level
/freebsd/contrib/ncurses/menu/
H A DREAD.ME40 For things that still need doing, see the TO-DO file in the top-level
/freebsd/usr.bin/tests/
H A Dregress.m42 dnl A library of routines for doing regression tests for userland utilities.
/freebsd/tools/tools/shlib-compat/test/
H A Dregress.m42 dnl A library of routines for doing regression tests for userland utilities.
/freebsd/sys/arm/conf/
H A DNOTES1 # arm-specific changes for doing a LINT build.

1234567891011