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

/osnet-11/usr/src/lib/libshell/common/edit/
H A Dhistory.c178 static int sh_checkaudit(History_t *hp, const char *name, char *logbuf, size_t len) argument
184 if((n = read(fd, logbuf,len-1)) < 0)
186 while(logbuf[n-1]=='\n')
188 logbuf[n] = 0;
189 if(!(cp=strchr(logbuf,';')) && !(cp=strchr(logbuf,' ')))

Completed in 24 milliseconds