HomeSort by: relevance | last modified time | path
    Searched refs:STSTRC_END (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/sh/
memalloc.h 65 #define STSTRC_END ((const char *)0)
memalloc.c 348 * The arg list is terminated with STSTRC_END.
364 while (arg != STSTRC_END) {
385 while (arg != STSTRC_END) {
main.c 245 profile = ststrcat(NULL, home, "/.profile", STSTRC_END);

Completed in 14 milliseconds