Searched refs:we (Results 1 - 25 of 177) sorted by relevance

12345678

/freebsd-9.3-release/tools/regression/lib/libc/gen/
H A Dtest-wordexp.c61 wordexp_t we; local
73 r = wordexp("hello world", &we, 0);
75 assert(we.we_wordc == 2);
76 assert(strcmp(we.we_wordv[0], "hello") == 0);
77 assert(strcmp(we.we_wordv[1], "world") == 0);
78 assert(we.we_wordv[2] == NULL);
79 wordfree(&we);
84 r = wordexp(longdata, &we, 0);
86 assert(we.we_wordc == 10000);
87 assert(we
[all...]
/freebsd-9.3-release/lib/libc/gen/
H A Dwordexp.c50 * of words in `we'. See wordexp(3).
55 wordexp(const char * __restrict words, wordexp_t * __restrict we, int flags) argument
60 wordfree(we);
62 we->we_wordc = 0;
63 we->we_wordv = NULL;
64 we->we_strings = NULL;
65 we->we_nbytes = 0;
68 wordfree(we);
71 if ((error = we_askshell(words, we, flags)) != 0) {
72 wordfree(we);
103 we_askshell(const char *words, wordexp_t *we, int flags) argument
343 wordfree(wordexp_t *we) argument
[all...]
/freebsd-9.3-release/contrib/ncurses/ncurses/tty/
H A DMKexpanded.sh36 # we simplify analysis and debugging.
64 /* these are names we'd like to see */
/freebsd-9.3-release/usr.sbin/rwhod/
H A Drwhod.c134 * We communicate with each neighbor in a list constructed at the time we're
314 struct whoent *we; local
321 we = wd.wd_we;
323 we->we_idle = ntohl(we->we_idle);
324 we->we_utmp.out_time =
325 ntohl(we->we_utmp.out_time);
326 we++;
394 struct whoent *we = mywd.wd_we, *wend; local
408 while ((ut = getutxent()) != NULL && we < wen
656 register struct whoent *we; local
[all...]
/freebsd-9.3-release/usr.bin/rwho/
H A Drwho.c92 register struct whoent *we; local
135 we = w->wd_we;
137 if (aflg == 0 && we->we_idle >= 60*60) {
138 we++;
143 mp->myutmp = we->we_utmp; mp->myidle = we->we_idle;
145 nusers++; we++; mp++;
/freebsd-9.3-release/contrib/bmake/mk/
H A Dmeta.sys.mk30 # tell everyone we are not updating Makefile.depend*
35 # we should not get upset
43 # only be silent when we have a .meta file
61 # we use the pseudo machine "host" for the build host.
62 # this should be taken care of before we get here
74 # we prefer the python version of this - it is much faster
96 # we are not interested in make telling us a failure happened elsewhere
107 # Are we, after all, in meta mode?
119 # by default dirdeps is all we want at level0
121 # tell dirdeps.mk what we wan
[all...]
H A Ddirdeps.mk34 # This is what we do with DIRDEPS
53 # Also, for each fully qualified directory target, we will search
109 # # make sure we know what TARGET_SPEC is
110 # # as we may need it to find Makefile.depend*
117 # First off, we want to know what ${MACHINE} to build for.
118 # This can be complicated if we are using a mixture of ${MACHINE} specific
122 # do some setup we only need once
133 # this is what we started with
135 # this is what we mostly use below
137 # make sure we hav
[all...]
H A Dmeta.autodep.mk43 # unless we are building the entire directory or the default target.
72 # we cannot get accurate dependencies from an update build
95 # sometimes we want .meta files generated to aid debugging/error detection
102 # if we have any non-libs in DPADD,
118 # if we don't have OBJS, then .depend isn't useful
123 # so we provide a means of supressing them.
135 # we use ${.MAKE.META.CREATED} to trigger an update but
136 # we process using ${.MAKE.META.FILES}
138 # if necessary, we fake .po dependencies, just so the result
144 # we actuall
[all...]
H A Dgendirdeps.mk75 # so we can compare below
87 # these are actually prefixes that we'll skip
97 # is the script that extracts what we want.
112 # we can afford to do this all the time.
139 # so we need to give it what it expects
148 # we are only interested in the dirs
149 # sepecifically those we read something from.
150 # we canonicalize them to keep things simple
151 # if we are using a split-fs sandbox, it gets a little messier.
163 # we ar
[all...]
H A Dsys.dependfile.mk19 # As per dirdeps.mk we only require:
28 # The order of preference: we will use the first one of these we find.
43 # If any already exist, we should follow suit.
H A Dlibs.mk20 # In meta mode, we can capture dependenices for _one_ of the progs.
21 # if makefile doesn't nominate one, we use the first.
64 # ensure that we don't clobber each other's dependencies
72 # nor can we safely run in parallel.
81 # tell libs.mk we might want to install things
H A Dprogs.mk20 # In meta mode, we can capture dependenices for _one_ of the progs.
21 # if makefile doesn't nominate one, we use the first.
63 # ensure that we don't clobber each other's dependencies
71 # nor can we safely run in parallel.
80 # tell progs.mk we might want to install things
H A Ddpadd.mk19 # sometimes we play games with .CURDIR etc
24 # DPLIBS helps us ensure we keep DPADD and LDADD in sync
48 # the DPADD paths will be to the obj tree so we need to subst anyway.
92 # Each lib is its own src_lib, we want to include it in SRC_LIBS
114 # if SRC_libfoo is not set, then we assume that the srcdir corresponding
115 # to where we found the library is correct.
123 # If INCLUDES_libfoo is not set, then we'll use ${SRC_libfoo}/h if it exists,
130 # Now for the bits we actually need
139 # Some libs generate headers, so we potentially need both
141 # If ${INCLUDES_libfoo} contains a word ending in /h, we assum
[all...]
H A Dsys.mk32 # Sometimes we want to turn on debugging in just one or two places
33 # if .CURDIR is matched by any entry in DEBUG_MAKE_SYS_DIRS we
35 # if an entry in DEBUG_MAKE_DIRS matches, we at the end of sys.mk
40 # we use indirection, to simplify the tests below, and incase
60 # turn it into what we want - just the date
92 # absoulte path to what we are reading.
95 # we expect a recent bmake
97 # some things we do only once
102 # we need HOST_TARGET etc below.
162 # If we ge
[all...]
H A Dwarnings.mk64 # Without -O or if we've set -O0 somewhere - to make debugging more effective,
65 # we need to turn off -Wuninitialized as otherwise we get a warning that
77 # its redundant - we'll sort -u
81 # we want to set W_* for each warning so they are easy to turn off.
99 # NOTE: that we force the target extension to be .o
121 # which is the bit we ultimately want. It allows W_* to be set on a
124 # NOTE: that we force the target extension to be .o
H A Dmeta.subdir.mk36 # since we may pickup subdirs which are not relevant
44 # we want to find Makefile.depend.* ie for all machines
67 # we just dealt with it, if we leave it defined,
/freebsd-9.3-release/contrib/llvm/lib/Support/Unix/
H A DTimeValue.inc39 // errors concern the timezone parameter which we're passing in as 0.
H A DSignals.inc60 // KillSigs - Signals that represent that we have a bug, and our prompt
105 // If the handlers are already registered, we're done.
113 // Restore all of the signal handlers to how they were before we showed up.
134 // Get the status so we can determine if it's a file or directory. If we
147 // else we can do.
155 // crashes when we return and the signal reissues. This also ensures that if
156 // we crash in our signal handler that the program will terminate immediately
220 // rather than inside of the signal handler. If we see the vector grow, we
[all...]
H A DProcess.inc217 // If we don't have isatty, just return false.
274 // Regardless of why, if we can't get terminfo, we shouldn't try to print
280 // would be nice to avoid a dependency on curses proper when we can make do
281 // with a minimal terminfo parsing library. Also, we don't really care whether
298 // Return true if we found a color capabilities for the current terminal.
326 // No, we use ANSI escape sequences.
/freebsd-9.3-release/share/examples/printing/
H A Dmake-ps-header38 % Make sure we do not interfere with user's job that will follow
/freebsd-9.3-release/contrib/bmake/
H A Dbsd.after-import.mk6 # capture the generated files we need, and add an after-import
15 # we rely on bmake
45 # if we are within ${SRCTOP}
66 # These are the simple files we want to capture
104 echo; echo '# make sure we get this'; \
/freebsd-9.3-release/share/examples/drivers/
H A Dmake_device_driver.sh80 # Not really needed if we are going to do this as a module.
211 char buffer[BUFFERSIZE]; /* If we need to buffer something. */
276 * Here list some port addresses we might expect our widget to appear at:
309 * In the 'dumb' case we end up with more children than needed but
337 * If we've already got ${UPPER} attached somehow, don't try again.
361 * If we wanted to pretend PNP found it
362 * we could do this, and put matching entries
386 * foreign hardware. This is because we will be called to check against
408 * If we had a list of devices that we coul
[all...]
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex40 % complete document in each bug report with which we can reproduce the
65 % and turn on active characters that we couldn't do earlier because
74 % For @tex, we can use \tabalign.
77 % Save some plain tex macros whose names we will redefine.
108 % messages, but if we're using an old version of TeX, don't do anything.
156 % In some macros, we cannot use the `\? notation---the left quote is
210 % change spans more than two lines of output. To handle that, we would
265 % we did was a \nobreak, we don't want to insert more space.
309 % Have to do this stuff outside the \shipout because we wan
[all...]
/freebsd-9.3-release/contrib/groff/doc/
H A Dtexinfo.tex40 % complete document in each bug report with which we can reproduce the
65 % and turn on active characters that we couldn't do earlier because
74 % For @tex, we can use \tabalign.
77 % Save some plain tex macros whose names we will redefine.
108 % messages, but if we're using an old version of TeX, don't do anything.
156 % In some macros, we cannot use the `\? notation---the left quote is
202 % change spans more than two lines of output. To handle that, we would
257 % we did was a \nobreak, we don't want to insert more space.
301 % Have to do this stuff outside the \shipout because we wan
[all...]
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex40 % complete document in each bug report with which we can reproduce the
65 % and turn on active characters that we couldn't do earlier because
74 % For @tex, we can use \tabalign.
77 % Save some plain tex macros whose names we will redefine.
107 % messages, but if we're using an old version of TeX, don't do anything.
155 % In some macros, we cannot use the `\? notation---the left quote is
201 % change spans more than two lines of output. To handle that, we would
256 % we did was a \nobreak, we don't want to insert more space.
300 % Have to do this stuff outside the \shipout because we wan
[all...]

Completed in 170 milliseconds

12345678