Home
last modified time | relevance | path

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

/external/mksh/src/
Deval.c344 sp = strnul(sp) + 1; in expand()
367 sp = strnul(sp) + 1; in expand()
570 end = strnul(s); in expand()
1422 name = strnul(name); in comsub()
1494 char *end = strnul(str); in trimsub()
1672 se = strnul(sp); in globit()
1686 xp = strnul(xp); in globit()
Dmisc.c565 se = strnul(sp); in simplify_gmatch_pattern()
637 pe = strnul(p); in gmatchx()
649 se = strnul(s); in gmatchx()
656 pe = strnul(pnew); in gmatchx()
Dos2.c220 char *p = strnul(name); in remove_trailing_dots()
Dedit.c751 se = strnul(s); in x_basename()
803 p = strnul(sp); in glob_path()
1858 xep = xcp = strnul(xbuf); in x_load_hist()
3069 xend = xep = strnul(v); in x_version()
3112 xep = strnul(xbuf); in x_edit_line()
4145 while ((p = strnul(p)) && p[1]) in vi_cmd()
Dlex.c855 dp = strnul(sp) - 1; in yylex()
1299 ctype((c = strnul(s->u.tblp->val.s)[-1]), C_SPACE)) { in getsc_uu()
Dhistrap.c632 ccp = strnul(cmd); in histsave()
Dexec.c1355 p = strnul(sp); in search_path()
Dvar.c469 s <= strnul(vq->val.s)) { in setstr()
Dsh.h662 #define strnul(s) ((s) + strlen((const void *)s)) macro