Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/mDNSResponder/Clients/
H A Ddns-sd.c85 static const char kFilePathSep = '\\'; variable
159 static const char kFilePathSep = '/'; variable
1882 const char *a0 = strrchr(argv[0], kFilePathSep) + 1; in main()