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

/freebsd-current/usr.sbin/autofs/
H A Dcommon.c69 const char *executable_key);
734 * for those maps is taken from 'executable_key' argument.
740 parse_map_yyin(struct node *parent, const char *map, const char *executable_key) argument
749 if (executable_key != NULL)
750 key = checked_strdup(executable_key);
760 if ((key != NULL && executable_key == NULL) ||
765 if (ret == 0 || executable_key != NULL) {

Completed in 106 milliseconds