Searched refs:expandedname (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/bin/sh/
H A Dmain.c254 const char *expandedname; local
256 expandedname = expandstr(name);
257 if (expandedname == NULL)
260 if ((fd = open(expandedname, O_RDONLY | O_CLOEXEC)) >= 0)

Completed in 104 milliseconds