Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/filesync/
H A Dignore.c75 char *l_value; /* the actual string */ member
129 if (gmatch(name, lp->l_value) == 0) in ignore_check()
134 lp->l_value, name); in ignore_check()
182 lp->l_value = strdup(expr); in ignore_expr()
268 if (strcmp(name, lp->l_value) == 0) in ign_hash()
278 lp->l_value = strdup(name); in ign_hash()
351 free(lp->l_value); in ignore_reset()
360 free(lp->l_value); in ignore_reset()
/titanic_41/usr/src/lib/libresolv2/common/bsd/
H A Dsetenv.c64 int l_value, offset; in setenv() local
68 l_value = strlen(value); in setenv()
72 if (strlen(c) >= l_value) { /*%< old larger; copy over */ in setenv()
100 malloc((size_t)((int)(c - name) + l_value + 2)))) in setenv()
/titanic_41/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))))
/titanic_41/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))))
/titanic_41/usr/src/cmd/zic/
H A Dzic.c256 const int l_value; member
867 else switch ((int)(lp->l_value)) {
892 progname, lp->l_value);
1175 month = lp->l_value;
1229 leapadd(tadd(t, tod), positive, lp->l_value, count);
1281 rp->r_month = lp->l_value;
1315 switch ((int)lp->l_value) {
1325 progname, lp->l_value);
1341 switch ((int)lp->l_value) {
1354 progname, lp->l_value);
[all …]
/titanic_41/usr/src/lib/libdscfg/common/
H A Dcfg_impl.h57 int l_value; member
H A Dcfg.c153 return (p->l_value); in cfg_get_item()
2488 thead[n].tag.l_value = 0; in cfg_read_parser_config()
2503 q->l_value = fldnum; in cfg_read_parser_config()
2508 q->l_word, q->l_value); in cfg_read_parser_config()
/titanic_41/usr/src/lib/libdll/common/
H A Ddlfcn.c231 loc = (char*)ldsym->l_value; in getloc()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c4650 int l_value, offset; in local_setenv() local
4672 l_value = strlen(value); in local_setenv()
4676 if ((int)strlen(c) >= l_value) { /* old larger; copy over */ in local_setenv()
4707 malloc((size_t)((int)(c - name) + l_value + 2)))) in local_setenv()