Searched defs:l_value (Results 1 - 3 of 3) sorted by relevance

/external/openssh/openbsd-compat/
H A Dsetenv.c85 size_t l_value, offset; local
89 l_value = strlen(value);
93 if (strlen(C) >= l_value) { /* old larger; copy over */
117 malloc((size_t)((int)(C - name) + l_value + 2))))
/external/chromium/testing/gmock/include/gmock/
H A Dgmock-actions.h833 explicit ReferenceWrapper(T& l_value) : pointer_(&l_value) {} // NOLINT argument
1070 inline internal::ReferenceWrapper<T> ByRef(T& l_value) { // NOLINT argument
1071 return internal::ReferenceWrapper<T>(l_value);
/external/icu4c/tools/tzcode/
H A Dzic.c311 const int l_value; member in struct:lookup
989 else switch ((int) (lp->l_value)) {
1011 _("%s: panic: Invalid l_value %d\n"),
1012 progname, lp->l_value);
1299 month = lp->l_value;
1354 leapadd(tadd(t, tod), positive, lp->l_value, count);
1405 rp->r_month = lp->l_value;
1439 if (!rp->r_lowasnum) switch ((int) lp->l_value) {
1448 _("%s: panic: Invalid l_value %d\n"),
1449 progname, lp->l_value);
[all...]

Completed in 74 milliseconds