Home
last modified time | relevance | path

Searched refs:STSTRC_END (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/bin/sh/
H A Dmemalloc.c369 while (arg != STSTRC_END) { in ststrcat()
390 while (arg != STSTRC_END) { in ststrcat()
H A Dmemalloc.h66 #define STSTRC_END ((const char *)0) macro
H A Dmain.c245 profile = ststrcat(NULL, home, "/.profile", STSTRC_END); in main()