Home
last modified time | relevance | path

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

/systemd-251/src/fstab-generator/
Dfstab-generator.c357 *where_escaped = NULL; in add_mount() local
463 where_escaped = specifier_escape(where); in add_mount()
464 if (!where_escaped) in add_mount()
466 fprintf(f, "Where=%s\n", where_escaped); in add_mount()
553 where_escaped); in add_mount()