Searched refs:us (Results 1 - 25 of 121) sorted by path

12345

/freebsd-11-stable/bin/ed/
H A Dbuf.c277 unsigned char *us; local
281 for (us = (unsigned char *) s; len-- > 0; us++)
282 *us = ctab[*us];
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/profile-n/
H A Derr.D_PDESC_ZEROoneus.d32 * Call profile-us; less than 200 micro seconds.
40 profile-1us
42 printf(" Calling profile-us less than 200 micro seconds should fail\n");
H A Dtst.profileus.d32 * Simple profile-us simple test.
41 profile-200us
43 printf("This test is a simple profile-us provider test");
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/tick-n/
H A Derr.D_PDESC_ZEROoneus.d32 * Call profile-us; less than 200 micro seconds.
40 profile-1us
42 printf(" Calling profile-us less than 200 micro seconds should fail\n");
H A Dtst.tickus.d32 * tick-2000us simple test.
41 tick-2000us
43 printf("This test is a simple tick-us provider test\n");
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex217 \tracinglostchars2 % 2 gives us more in etex
223 \ifx\eTeXversion\thisisundefined\else % etex gives us more logging
230 \tracingcommands3 % 3 gives us more in etex
290 % page or the contents), so we use \firstmark there -- this gets us
449 % \argremovec might leave us with trailing space, e.g.,
2513 % will therefore expand the active definition of _, which is us
2951 % convenient for us to use an explicitly smaller font, rather than using
4710 % Undocumented (for FSFS 2nd ed.): @set txiindexlquoteignore makes us
4725 % is with most defuns, which call us directly).
5083 % Grab any single-column material above us
[all...]
/freebsd-11-stable/contrib/amd/scripts/
H A Dexpn.127 # 250 Kimmo Suominen <"|/usr/local/mh/lib/slocal -user kim"@grendel.tac.nyc.ny.us>
312 # it would have expanded things for us
424 local($us,@so,$nh,@remaining_users);
481 local($us,$fallhost,$oldhost,$ft,$i);
495 $us = "$user *** $host";
496 if (defined $fellback{$us}) {
502 $fallhost = $fellback{$us};
503 print "Already $method fell back from $us -> \n" if $debug;
504 $us = "$user *** $fallhost";
506 } elsif (($method eq 'mx') && (defined $mxbacktrace{$us})
[all...]
H A Dexpn.in26 # 250 Kimmo Suominen <"|/usr/local/mh/lib/slocal -user kim"@grendel.tac.nyc.ny.us>
311 # it would have expanded things for us
423 local($us,@so,$nh,@remaining_users);
480 local($us,$fallhost,$oldhost,$ft,$i);
494 $us = "$user *** $host";
495 if (defined $fellback{$us}) {
501 $fallhost = $fellback{$us};
502 print "Already $method fell back from $us -> \n" if $debug;
503 $us = "$user *** $fallhost";
505 } elsif (($method eq 'mx') && (defined $mxbacktrace{$us})
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Drclex.c45 When active, we return IGNORED_TOKEN, which lets us ignore these
757 unichar *us; local
832 us = handle_uniquotes (&length);
834 yylval.uni = us;
838 yylval.suni.s = us;
/freebsd-11-stable/contrib/bmake/
H A Dbsd.after-import.mk39 # This lets us match what boot-strap does
/freebsd-11-stable/contrib/bmake/mk/
H A Dauto.dep.mk21 # set MKDEP_MK=auto.dep.mk and dep.mk will include us
H A Ddirdeps.mk165 # This little trick let's us do
H A Ddpadd.mk49 # DPLIBS helps us ensure we keep DPADD and LDADD in sync
H A Dgendirdeps.mk211 # to us as $SRCTOP/bsd/sys/$MACHINE_ARCH/include meaning we
H A Dlibs.mk28 # They may have asked us to build just one
H A Dmeta.autodep.mk98 # if it isn't supposed to be touched by us the Makefile should have
187 # do _not_ assume that .depend is in any fit state for us to use
H A Dmeta.stage.mk30 # this allows us to trace dependencies back to their src dir
H A Dmeta.sys.mk94 # we are not interested in make telling us a failure happened elsewhere
H A Dobj.mk63 # this just allows us to be included by ourselves
H A Dprogs.mk28 # They may have asked us to build just one
H A Dsys.dependfile.mk30 # let us do our thing below...
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex247 \tracinglostchars2 % 2 gives us more in etex
253 \ifx\eTeXversion\undefined\else % etex gives us more logging
260 \tracingcommands3 % 3 gives us more in etex
423 % \argremovec might leave us with trailing space, e.g.,
624 % convenient for us to use an explicitly smaller font, rather than using
1223 % us) handles it with this amazing macro to replace tokens. I've
1906 % will therefore expand the active definition of _, which is us
3493 % is with most defuns, which call us directly).
3848 % Grab any single-column material above us.
6879 % Allow us t
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dfp-test.c73 volatile unsigned short us; variable
117 us = f1;
128 f1 = us;
163 us = d1;
174 d1 = us;
209 us = D1;
220 D1 = us;
/freebsd-11-stable/contrib/gdb/gdb/
H A Dwin32-nat.c210 enum target_signal us; member in struct:xlate_exception
1967 if (xlate[i].us == sig)
2017 /* Allow continuing with the same signal that interrupted us.
/freebsd-11-stable/contrib/groff/
H A Dconfigure1944 # It will help us diagnose broken compilers, and finding out an intuition
3636 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
5160 # which would confuse us.
9773 # If the top-level domain is two letters and it's not `us' or `ca'

Completed in 239 milliseconds

12345