Home
last modified time | relevance | path

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

/freebsd-14.2/bin/sh/
H A Dmain.c259 const char *expandedname; in read_profile() local
265 expandedname = expandstr(name); in read_profile()
266 if (expandedname == NULL) in read_profile()
269 if ((fd = open(expandedname, oflags)) >= 0) in read_profile()