Home | History | Annotate | Download | only in other

Lines Matching defs:ss

68   char *cmdv[] = {"/bin/sh", "-c", 0, 0}, *cmd, *ss;
80 ss = stpcpy(cmd = xmalloc(len), toybuf);
82 for (i = 0; toys.optargs[i]; i++) ss += sprintf(ss, " %s",toys.optargs[i]);
83 cmdlen = ss-cmd;
107 ctimelen = strlen(ss = ctime(&t));
108 if (ss[ctimelen-1]=='\n') ss[--ctimelen] = 0;
114 if (width) xputs(ss+(width>ctimelen ? 0 : width-1));
153 ss = toybuf;
160 xx += crunch_str(&ss, width-xx, stdout, 0, watch_escape);
167 if (ss-toybuf==len || *ss>27) break;
168 cc = *ss++;