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

/opensolaris-onvv-gate/usr/src/cmd/filesync/
H A Dignore.c75 char *l_value; /* the actual string */ member in struct:list
129 if (gmatch(name, lp->l_value) == 0)
134 lp->l_value, name);
182 lp->l_value = strdup(expr);
268 if (strcmp(name, lp->l_value) == 0)
278 lp->l_value = strdup(name);
351 free(lp->l_value);
360 free(lp->l_value);
/opensolaris-onvv-gate/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dsetenv.c94 int l_value, offset; local
99 l_value = strlen(value);
103 if (strlen(C) >= l_value) { /* old larger; copy over */
134 malloc((size_t)((int)(C - name) + l_value + 2))))
/opensolaris-onvv-gate/usr/src/lib/libresolv2/common/bsd/
H A Dsetenv.c64 int l_value, offset; local
68 l_value = strlen(value);
72 if (strlen(c) >= l_value) { /*%< old larger; copy over */
100 malloc((size_t)((int)(c - name) + l_value + 2))))
/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/posix/
H A Dsetenv.c68 int l_value, offset;
72 l_value = strlen(value);
76 if (strlen(c) >= l_value) { /* old larger; copy over */
104 malloc((size_t)((int)(c - name) + l_value + 2))))
/opensolaris-onvv-gate/usr/src/lib/libdscfg/common/
H A Dcfg_impl.h57 int l_value; member in struct:lookup
H A Dcfg.c153 return (p->l_value);
2488 thead[n].tag.l_value = 0;
2503 q->l_value = fldnum;
2508 q->l_word, q->l_value);
/opensolaris-onvv-gate/usr/src/cmd/zic/
H A Dzic.c257 const int l_value; member in struct:lookup
868 else switch ((int)(lp->l_value)) {
892 "%s: panic: Invalid l_value %d\n"),
893 progname, lp->l_value);
1176 month = lp->l_value;
1230 leapadd(tadd(t, tod), positive, lp->l_value, count);
1282 rp->r_month = lp->l_value;
1316 switch ((int)lp->l_value) {
1325 gettext("%s: panic: Invalid l_value %d\n"),
1326 progname, lp->l_value);
[all...]
/opensolaris-onvv-gate/usr/src/lib/libdll/common/
H A Ddlfcn.c231 loc = (char*)ldsym->l_value;
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c4650 int l_value, offset; local
4672 l_value = strlen(value);
4676 if ((int)strlen(c) >= l_value) { /* old larger; copy over */
4707 malloc((size_t)((int)(c - name) + l_value + 2))))

Completed in 220 milliseconds