HomeSort by: relevance | last modified time | path
    Searched defs:ostore (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/find/
misc.c 68 char ch, *p, *ostore; local in function:brace_subst
83 ostore = *store;
84 if ((*store = realloc(ostore, nlen)) == NULL)
misc.c 68 char ch, *p, *ostore; local in function:brace_subst
83 ostore = *store;
84 if ((*store = realloc(ostore, nlen)) == NULL)

Completed in 51 milliseconds