Home
last modified time | relevance | path

Searched refs:string0 (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/tcsh/
HDsh.exp.c635 char *string, string0[22 + MB_LEN_MAX + 1]; // space for 64 bit octal in filetest() local
897 string = string0 + 1; in filetest()
898 (void) xsnprintf(string, sizeof(string0) - 1, "%o", in filetest()
HDFixes35 81. PR/120: string0 in filetest does not have enough space.