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

1234567891011>>

/freebsd-current/lib/libc/tests/gen/
H A Dwordexp_test.c57 wordexp_t we; local
67 r = wordexp("hello world", &we, 0);
69 ATF_REQUIRE(we.we_wordc == 2);
70 ATF_REQUIRE(strcmp(we.we_wordv[0], "hello") == 0);
71 ATF_REQUIRE(strcmp(we.we_wordv[1], "world") == 0);
72 ATF_REQUIRE(we.we_wordv[2] == NULL);
73 wordfree(&we);
80 wordexp_t we; local
86 r = wordexp(longdata, &we, 0);
88 ATF_REQUIRE(we
96 wordexp_t we; local
115 wordexp_t we; local
131 wordexp_t we; local
150 wordexp_t we; local
176 wordexp_t we; local
186 wordexp_t we; local
211 wordexp_t we; local
246 wordexp_t we; local
274 wordexp_t we; local
298 wordexp_t we; local
321 wordexp_t we; local
[all...]
/freebsd-current/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);
121 we_askshell(const char *words, wordexp_t *we, int flags) argument
397 wordfree(wordexp_t *we) argument
[all...]
/freebsd-current/share/mk/
H A Ddirdeps-targets.mk23 # The basic idea is that we have a list of directories in
25 # When asked to make 'foo' we look for any directory named 'foo'
28 # Finally we select any that match conditions like REQUESTED_MACHINE
36 # If MK_STATIC_DIRDEPS_CACHE is defined we will check if the
45 # this is what we are here for
48 # for DIRDEPS_BUILD this is how we prime the pump
51 # these prefixes can modify how we behave
66 # some things we know we want to ignore
76 # the list of MACHINEs we conside
[all...]
H A Dbsd.endian.mk21 # During bootstrapping on !FreeBSD OSes, we need to define some value. Short of
22 # having an exhaustive list for all variants of Linux and MacOS we simply do not
25 # in bsd.compiler.mk) where we're building the bootstrap tools.
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 Dlocal.sys.dirdeps.env.mk2 # For universe we want to potentially
4 # so we need more than MACHINE in TARGET_SPEC
10 # but if we have a machine qualified file it should be used in preference
33 # not what we want
65 # a pseudo option to indicate we need libegacy for host
H A Ddirdeps.mk37 # This is what we do with DIRDEPS
56 # Also, for each fully qualified directory target, we will search
62 # 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
176 # the first time we are included the _DIRDEP_USE target will not be defined
177 # we can use this as a clue to do initialization and other one time things.
180 # do some setup we only need once
205 # make sure we ge
[all...]
H A Dgendirdeps.mk47 # or GENDIRDEPS_FILTER_VARS are set, we use them to filter the
51 # Thus we want ${DEP_MACHINE} not ${MACHINE} used in DIRDEPS.
113 # so we can compare below
124 # these are actually prefixes that we'll skip
133 # Below we will turn _{VAR} into ${VAR} which keeps this simple
145 # is the script that extracts what we want.
160 # we can afford to do this all the time.
191 # so we need to give it what it expects
206 # we are only interested in the dirs
207 # specifically those we rea
[all...]
/freebsd-current/contrib/bmake/mk/
H A Ddirdeps-targets.mk23 # The basic idea is that we have a list of directories in
25 # When asked to make 'foo' we look for any directory named 'foo'
28 # Finally we select any that match conditions like REQUESTED_MACHINE
36 # If MK_STATIC_DIRDEPS_CACHE is defined we will check if the
45 # this is what we are here for
48 # for DIRDEPS_BUILD this is how we prime the pump
51 # these prefixes can modify how we behave
66 # some things we know we want to ignore
76 # the list of MACHINEs we conside
[all...]
H A Dsys.debug.mk18 # Sometimes we want to turn on debugging in just one or two places
19 # if .CURDIR is matched by any entry in DEBUG_MAKE_SYS_DIRS we
21 # if an entry in DEBUG_MAKE_DIRS matches, we at the end of sys.mk
26 # we use indirection, to simplify the tests below, and incase
H A Dcc-wrap.mk19 # which targets are we interested in?
25 # so we might as well do this once
28 # what do we wrap?
32 # what might we wrap them with?
44 # we do not want to make all these targets out-of-date
48 # some object src types we should not wrap
51 # We add the sequence we care about - excluding CC_WRAP_SKIP_EXTS
60 # we have to protect the check of .IMPSRC from Global expansion
H A Ddpadd.mk26 # List of LIB* that we will actually link with
34 # List of LIB* that we want headers from, we do *not*
37 # The above all get added to DPMAGIC_LIBS which is what we
46 # From such a path we can derrive a number of other variables
47 # for which we can supply sensible default values.
59 # we can simply substitute ${SRCTOP} for ${OBJTOP} in
65 # If the directory ${SRC_${__lib:T:R}}/h exists we will
76 # Since we can safely assume that -I${STAGE_OBJTOP}/usr/include
77 # and -L${STAGE_OBJTOP}/usr/lib are sufficient, and we shoul
[all...]
H A Dprogs.mk22 # In meta mode, we can capture dependenices for _one_ of the progs.
23 # if makefile doesn't nominate one, we use the first.
49 # assume we are not using init.mk, otherwise
50 # we need to avoid overlap with its
75 # ensure that we don't clobber each other's dependencies
83 # nor can we safely run in parallel.
92 # tell progs.mk we might want to install things
H A Dauto.obj.mk25 # If we get to the end of the loop, a plain mkdir will issue an error.
38 # Skip it if we are just doing 'clean'.
47 # we are already in obj tree!
66 # we did not get what we want - do we care?
73 # apparently we can live with it
74 # make sure we know what we have
H A Ddirdeps.mk37 # This is what we do with DIRDEPS
56 # Also, for each fully qualified directory target, we will search
62 # 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
176 # the first time we are included the _DIRDEP_USE target will not be defined
177 # we can use this as a clue to do initialization and other one time things.
180 # do some setup we only need once
205 # make sure we ge
[all...]
H A Dgendirdeps.mk47 # or GENDIRDEPS_FILTER_VARS are set, we use them to filter the
51 # Thus we want ${DEP_MACHINE} not ${MACHINE} used in DIRDEPS.
113 # so we can compare below
124 # these are actually prefixes that we'll skip
133 # Below we will turn _{VAR} into ${VAR} which keeps this simple
145 # is the script that extracts what we want.
160 # we can afford to do this all the time.
191 # so we need to give it what it expects
206 # we are only interested in the dirs
207 # specifically those we rea
[all...]
/freebsd-current/usr.sbin/rwhod/
H A Drwhod.c96 * We communicate with each neighbor in a list constructed at the time we're
409 struct whoent *we; local
418 we = wd.wd_we;
420 we->we_idle = ntohl(we->we_idle);
421 we->we_utmp.out_time =
422 ntohl(we->we_utmp.out_time);
423 we++;
447 struct whoent *we, *wend; local
451 we
713 struct whoent *we; local
[all...]
/freebsd-current/contrib/ncurses/ncurses/tty/
H A DMKexpanded.sh37 # we simplify analysis and debugging.
70 /* these are names we'd like to see */
/freebsd-current/contrib/llvm-project/lldb/bindings/interface/
H A DSBBreakpointNameExtensions.i6 # operator== is a free function, which swig does not handle, so we inject
H A DSBBroadcastExtensions.i4 # operator== is a free function, which swig does not handle, so we inject
H A DSBBreakpointLocationExtensions.i6 # operator== is a free function, which swig does not handle, so we inject
/freebsd-current/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...
/freebsd-current/sys/contrib/openzfs/scripts/
H A Denum-extract.pl8 "Best effort": we're not building an entire C interpreter here!
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_memintrinsics.inc111 // N.B.: If we switch this to internal_ we'll have to use internal_memmove
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Unix/
H A DSignals.inc146 // The filename might have become null between the time we
147 // compared it and we exchanged it.
156 // If cleanup were to occur while we're removing files we'd have a bad time.
157 // Make sure we're OK by preventing cleanup from doing anything while we're
158 // removing files. If cleanup races with us and we win we'll have a leak,
159 // but we won't crash.
164 // If erasing was occuring while we'r
[all...]

Completed in 316 milliseconds

1234567891011>>