Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.bin/dns-sd/
H A Ddns-sd.c85 static const char kFilePathSep = '\\'; variable
159 static const char kFilePathSep = '/'; variable
1442 const char *a0 = strrchr(argv[0], kFilePathSep) + 1; in main()