automount_value 429 source3/lib/substitute.c char *automount_value = automount_lookup(ctx, user_name);
automount_value 431 source3/lib/substitute.c if(automount_value && strlen(automount_value) > 0) {
automount_value 432 source3/lib/substitute.c home_path_start = strchr_m(automount_value,':');
automount_value 485 source3/lib/substitute.c char *automount_value = automount_lookup(ctx, user_name);
automount_value 486 source3/lib/substitute.c if (!automount_value) {
automount_value 489 source3/lib/substitute.c srv = talloc_strdup(ctx, automount_value);