Lines Matching defs:location
172 node_new(struct node *parent, char *key, char *options, char *location,
189 n->n_location = location;
442 log_warnx("failed to expand location for %s",
623 * "key location", map entries are shown in a single line;
722 * key [-options] [ [/mountpoint] [-options2] location ... ]
735 *options2 = NULL, *location = NULL;
821 if (options2 != NULL || location != NULL) {
834 if (location != NULL) {
842 if (location != NULL) {
848 * If location field starts with colon, e.g. ":/dev/cd0",
852 location = checked_strdup(yytext + 1);
853 if (location[0] == '\0') {
854 log_errx(1, "empty location in %s, "
858 location = checked_strdup(yytext);
868 mountpoint, options2, location);
870 node_new(node, mountpoint, options2, location,
872 mountpoint = options2 = location = NULL;
877 location != NULL) {