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

12345678910

/freebsd-11.0-release/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.0-release/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.0-release/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.0-release/contrib/ncurses/ncurses/tty/
H A DMKexpanded.sh36 # we simplify analysis and debugging.
69 /* these are names we'd like to see */
/freebsd-11.0-release/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.0-release/contrib/bmake/mk/
H A Dmeta.sys.mk25 # absoulte path to what we are reading.
34 # tell everyone we are not updating Makefile.depend*
39 # we should not get upset
47 # only be silent when we have a .meta file
54 # we use the pseudo machine "host" for the build host.
55 # this should be taken care of before we get here
68 # we prefer the python version of this - it is much faster
90 # we are not interested in make telling us a failure happened elsewhere
104 # Are we, after all, in meta mode?
111 # 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
96 # the DPADD paths will be to the obj tree so we need to subst anyway.
112 # Each lib is its own src_lib, we want to include it in SRC_LIBS
132 # we skip this for staged libs
135 # if SRC_libfoo is not set, then we assume that the srcdir corresponding
136 # to where we found the library is correct.
144 # If INCLUDES_libfoo is not set, then we'll use ${SRC_libfoo}/h if it exists,
151 # even for staged libs we sometime
[all...]
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.
151 # so we need to give it what it expects
160 # we are only interested in the dirs
161 # specifically those we read something from.
162 # we canonicalize them to keep things simple
163 # if we ar
[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*
119 # First off, we want to know what ${MACHINE} to build for.
120 # This can be complicated if we are using a mixture of ${MACHINE} specific
144 # make sure we get the behavior we expect
147 # do some setup we only need once
163 # 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
H A Dsys.dependfile.mk19 # As per dirdeps.mk we only require:
34 # The order of preference: we will use the first one of these we find.
49 # If any already exist, we should follow suit.
51 # make sure we restore MACHINE
/freebsd-11.0-release/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.mk28 # If we were found via .../share/mk we need to replace that
29 # 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...]
H A Dsys.dependfile.mk20 # As per dirdeps.mk we only require:
35 # The order of preference: we will use the first one of these we find.
50 # If any already exist, we should follow suit.
52 # make sure we restore MACHINE
H A Dlocal.meta.sys.mk5 # we assume that MK_DIRDEPS_BUILD=yes
7 # we need this until there is an alternative
29 # this is what we use below
40 # we need HOST_TARGET etc below.
57 # the list of machines we support
76 # we got here via dirdeps
80 # now because for universe we want to potentially
82 # we need more than MACHINE in TARGET_SPEC
102 # make sure we know what TARGET_SPEC is
103 # as we ma
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Support/Unix/
H A DHost.inc40 // On darwin, we want to update the version to match that of the
H A DTimeValue.inc41 // errors concern the timezone parameter which we're passing in as 0.
/freebsd-11.0-release/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

Completed in 227 milliseconds

12345678910