Home
last modified time | relevance | path

Searched refs:olds (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Deuc.multibyte.c53 char *olds = (char *)s; in _mbtowc_euc() local
101 return ((char *)s - olds); in _mbtowc_euc()
158 char *olds = s; in _wctomb_euc() local
194 return (s + size - olds); in _wctomb_euc()
/titanic_41/usr/src/lib/libgen/common/
H A Dgmatch.c49 const char *olds; in gmatch() local
54 olds = s; in gmatch()
147 s = olds; in gmatch()
/titanic_41/usr/src/lib/libcurses/screen/
H A Dwctomb.c43 char *olds = s; in _curs_wctomb() local
85 return ((int)(s - olds) + size); in _curs_wctomb()
H A Dmbtowc.c42 char *olds = (char *)s; in _curs_mbtowc() local
87 return ((int)(s - olds)); in _curs_mbtowc()
/titanic_41/usr/src/cmd/sh/
H A Dprint.c254 unsigned char *olds = s; in prs_cntl() local
287 ptr = octal(*olds, ptr); in prs_cntl()
291 *ptr++ = *olds++; in prs_cntl()
300 olds = s; in prs_cntl()
/titanic_41/usr/src/lib/libast/common/cdt/
H A Ddthash.c40 reg Dtlink_t *t, *r, *p, **s, **hs, **is, **olds; local
74 olds = dt->data->ntab == 0 ? NIL(Dtlink_t**) : dt->data->htab;
75 if(!(s = (Dtlink_t**)(*dt->memoryf)(dt,olds,n*sizeof(Dtlink_t*),dt->disc)) )
77 olds = s + dt->data->ntab;
82 for(hs = s+n-1; hs >= olds; --hs)
84 for(hs = s; hs < olds; ++hs)
/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_subr.c420 int olds = dtp->dt_cpp_args; in dt_cpp_add_arg() local
421 int news = olds * 2; in dt_cpp_add_arg()
427 bzero(&argv[olds], sizeof (char *) * olds); in dt_cpp_add_arg()
/titanic_41/usr/src/uts/common/dtrace/
H A Ddtrace.c7653 const char *olds; in dtrace_match_glob() local
7664 olds = s; in dtrace_match_glob()
7750 for (s = olds; *s != '\0'; s++) { in dtrace_match_glob()