Searched refs:l_value (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/bmake/
H A Dsetenv.c89 int l_value, offset; local
94 l_value = strlen(value);
98 if (strlen(C) >= l_value) { /* old larger; copy over */
127 malloc((size_t)((int)(C - name) + l_value + 2))))
H A Dutil.c89 size_t l_value, size; local
99 l_value = strlen(value);
105 if (strlen(c) >= l_value) /* old larger; copy over */
129 if ((environ[offset] = malloc(size + l_value + 2)) == NULL)
136 (void)memcpy(c, value, l_value + 1);
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dsetenv.c136 int l_value, offset = 0; local
147 l_value = strlen(value);
153 if (strlen(C) >= l_value) { /* old larger; copy over */
181 malloc((size_t)((int)(np - name) + l_value + 2))))
/freebsd-13-stable/contrib/tzcode/zic/
H A Dzic.c281 const int l_value; member in struct:lookup
847 else switch ((int) (lp->l_value)) {
868 _("panic: invalid l_value %d"), lp->l_value);
1146 month = lp->l_value;
1201 leapadd(tadd(t, tod), positive, lp->l_value, count);
1252 rp->r_month = lp->l_value;
1286 if (!rp->r_lowasnum) switch ((int) lp->l_value) {
1295 _("panic: invalid l_value %d"), lp->l_value);
[all...]
/freebsd-13-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-actions.h1005 explicit ReferenceWrapper(T& l_value) : pointer_(&l_value) {} // NOLINT argument
1257 inline internal::ReferenceWrapper<T> ByRef(T& l_value) { // NOLINT argument
1258 return internal::ReferenceWrapper<T>(l_value);

Completed in 119 milliseconds