Home
last modified time | relevance | path

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

/freebsd-12.1/bin/sh/
H A Dmain.c256 const char *expandedname; in read_profile() local
258 expandedname = expandstr(name); in read_profile()
259 if (expandedname == NULL) in read_profile()
262 if ((fd = open(expandedname, O_RDONLY | O_CLOEXEC)) >= 0) in read_profile()