Home
last modified time | relevance | path

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

/freebsd/bin/ed/
H A Dmain.c149 if (strlcpy(old_filename, *argv, sizeof(old_filename)) in main()
150 >= sizeof(old_filename)) in main()
490 strlcpy(old_filename, fnp, PATH_MAX); in exec_command()
492 if (*fnp == '\0' && *old_filename == '\0') { in exec_command()
518 strlcpy(old_filename, fnp, PATH_MAX); in exec_command()
648 if (*old_filename == '\0' && *fnp != '!') in exec_command()
649 strlcpy(old_filename, fnp, PATH_MAX); in exec_command()
782 if (*old_filename == '\0' && *fnp != '!') in exec_command()
783 strlcpy(old_filename, fnp, PATH_MAX); in exec_command()
926 else if (*old_filename == '\0') { in get_filename()
[all …]
/freebsd/contrib/libucl/src/
H A Ducl_util.c1090 *old_filename = NULL; local
1168 old_filename = cur_var;
1370 } else if (strcmp (cur_var->var, "FILENAME") == 0 && old_filename) {
1377 if (old_filename) {
1378 DL_APPEND (parser->variables, old_filename);