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

1234567891011

/freebsd-11-stable/lib/libc/tests/gen/
H A Dwordexp_test.c60 wordexp_t we; local
70 r = wordexp("hello world", &we, 0);
72 ATF_REQUIRE(we.we_wordc == 2);
73 ATF_REQUIRE(strcmp(we.we_wordv[0], "hello") == 0);
74 ATF_REQUIRE(strcmp(we.we_wordv[1], "world") == 0);
75 ATF_REQUIRE(we.we_wordv[2] == NULL);
76 wordfree(&we);
83 wordexp_t we; local
89 r = wordexp(longdata, &we, 0);
91 ATF_REQUIRE(we
99 wordexp_t we; local
118 wordexp_t we; local
134 wordexp_t we; local
153 wordexp_t we; local
179 wordexp_t we; local
189 wordexp_t we; local
214 wordexp_t we; local
249 wordexp_t we; local
277 wordexp_t we; local
301 wordexp_t we; local
324 wordexp_t we; local
[all...]
/freebsd-11-stable/lib/libc/gen/
H A Dwordexp.c52 * of words in `we'. See wordexp(3).
57 wordexp(const char * __restrict words, wordexp_t * __restrict we, int flags) argument
62 wordfree(we);
64 we->we_wordc = 0;
65 we->we_wordv = NULL;
66 we->we_strings = NULL;
67 we->we_nbytes = 0;
70 wordfree(we);
73 if ((error = we_askshell(words, we, flags)) != 0) {
74 wordfree(we);
123 we_askshell(const char *words, wordexp_t *we, int flags) argument
399 wordfree(wordexp_t *we) argument
[all...]
/freebsd-11-stable/usr.sbin/rwhod/
H A Drwhod.c108 * We communicate with each neighbor in a list constructed at the time we're
421 struct whoent *we; local
430 we = wd.wd_we;
432 we->we_idle = ntohl(we->we_idle);
433 we->we_utmp.out_time =
434 ntohl(we->we_utmp.out_time);
435 we++;
459 struct whoent *we, *wend; local
463 we
725 struct whoent *we; local
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/tty/
H A DMKexpanded.sh36 # we simplify analysis and debugging.
69 /* these are names we'd like to see */
/freebsd-11-stable/contrib/bmake/mk/
H A Dsys.debug.mk16 # Sometimes we want to turn on debugging in just one or two places
17 # if .CURDIR is matched by any entry in DEBUG_MAKE_SYS_DIRS we
19 # if an entry in DEBUG_MAKE_DIRS matches, we at the end of sys.mk
24 # we use indirection, to simplify the tests below, and incase
H A Dmeta.sys.mk25 # absoulte path to what we are reading.
38 # tell everyone we are not updating Makefile.depend*
43 # we should not get upset
51 # only be silent when we have a .meta file
58 # we use the pseudo machine "host" for the build host.
59 # this should be taken care of before we get here
72 # we prefer the python version of this - it is much faster
94 # we are not interested in make telling us a failure happened elsewhere
105 # Are we, after all, in meta mode?
112 # check if we go
[all...]
H A Ddpadd.mk19 # sometimes we play games with .CURDIR etc
37 # we get included just about everywhere so this is handy...
49 # DPLIBS helps us ensure we keep DPADD and LDADD in sync
98 # the DPADD paths will be to the obj tree so we need to subst anyway.
114 # Each lib is its own src_lib, we want to include it in SRC_LIBS
130 # magic_libs includes those we want to link with
131 # as well as those we might look at
136 # we skip this for staged libs
139 # if SRC_libfoo is not set, then we assume that the srcdir corresponding
140 # to where we foun
[all...]
H A Dauto.obj.mk23 # If we get to the end of the loop, a plain mkdir will issue an error.
36 # Skip it if we are just doing 'clean'.
45 # we are already in obj tree!
64 # we did not get what we want - do we care?
71 # apparently we can live with it
72 # make sure we know what we have
H A Dgendirdeps.mk75 # so we can compare below
87 # these are actually prefixes that we'll skip
96 # Below we will turn _{VAR} into ${VAR} which keeps this simple
108 # is the script that extracts what we want.
123 # we can afford to do this all the time.
154 # so we need to give it what it expects
163 # we are only interested in the dirs
164 # specifically those we read something from.
165 # we canonicalize them to keep things simple
166 # if we ar
[all...]
H A Dsys.mk30 # we expect a recent bmake
32 # some things we do only once
37 # we need HOST_TARGET etc below.
71 # some options we need to know early
89 # make sure we have a harmless value
93 # and do it early before we compute .PATH
123 # If we get to the end of the loop, a plain mkdir will issue an error.
145 # if .CURDIR is matched by any entry in DEBUG_MAKE_DIRS we
H A Ddirdeps.mk34 # This is what we do with DIRDEPS
53 # Also, for each fully qualified directory target, we will search
59 # Before each Makefile.depend file is read, we set
112 # # make sure we know what TARGET_SPEC is
113 # # as we may need it to find Makefile.depend*
124 # If ALL_MACHINES is defined, we build for all the
155 # do some setup we only need once
183 # make sure we get the behavior we expect
193 # this is what we starte
[all...]
H A Dcython.mk17 # this is what we build
23 # this is where we save generated src
27 # which may not be where we want to put ours (prefix)
51 # if we don't have cython we can use pre-generated srcs
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
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dposix.exp1 Posix says we should execute the command as if run by system(3)
20 Now we expect an error...
H A Dexport-all.mk13 # this will cause trouble (recursing if we let it)
H A Dexport.mk8 # belive it or not, we expect this one to come out with $UT_FU unexpanded.
H A Dsysv.mk13 # we expect nothing when FOO is empty
/freebsd-11-stable/share/mk/
H A Dmeta.sys.mk26 # absoulte path to what we are reading.
35 # tell everyone we are not updating Makefile.depend*
40 # we should not get upset
48 # only be silent when we have a .meta file
66 # we use the pseudo machine "host" for the build host.
67 # this should be taken care of before we get here
80 # we prefer the python version of this - it is much faster
102 # we are not interested in make telling us a failure happened elsewhere
113 # Are we, after all, in meta mode?
117 # if we thin
[all...]
H A Dsrc.sys.env.mk29 # If we were found via .../share/mk we need to replace that
30 # with ${.PARSEDIR:tA} so that we can be found by
H A Dgendirdeps.mk76 # so we can compare below
88 # these are actually prefixes that we'll skip
97 # Below we will turn _{VAR} into ${VAR} which keeps this simple
109 # is the script that extracts what we want.
124 # we can afford to do this all the time.
152 # so we need to give it what it expects
161 # we are only interested in the dirs
162 # specifically those we read something from.
163 # we canonicalize them to keep things simple
164 # if we ar
[all...]
H A Ddirdeps.mk35 # This is what we do with DIRDEPS
54 # Also, for each fully qualified directory target, we will search
110 # # make sure we know what TARGET_SPEC is
111 # # as we may need it to find Makefile.depend*
120 # First off, we want to know what ${MACHINE} to build for.
121 # This can be complicated if we are using a mixture of ${MACHINE} specific
145 # make sure we get the behavior we expect
148 # do some setup we only need once
164 # this is what we starte
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/
H A Dtst.getf.ksh47 * We can potentially read parts of our cred, but we can't dereference
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DHost.inc37 // On darwin, we want to update the version to match that of the target.
H A DSignals.inc145 // The filename might have become null between the time we
146 // compared it and we exchanged it.
155 // If cleanup were to occur while we're removing files we'd have a bad time.
156 // Make sure we're OK by preventing cleanup from doing anything while we're
157 // removing files. If cleanup races with us and we win we'll have a leak,
158 // but we won't crash.
163 // If erasing was occuring while we'r
[all...]

Completed in 467 milliseconds

1234567891011