Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/hal/hald/
H A Dutil.c502 static gchar oldfilename[HAL_PATH_MAX]; in hal_util_grep_file() local
518 if (_grep_can_reuse && reuse && strcmp (oldfilename, filename) == 0) { in hal_util_grep_file()
536 strncpy (oldfilename, filename, sizeof(oldfilename)); in hal_util_grep_file()
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_ncp.c305 char *oldfilename = NULL, *newfilename = NULL; in nwam_ncp_copy_callback() local
313 err = nwam_ncp_name_to_file(oldparent, &oldfilename); in nwam_ncp_copy_callback()
344 free(oldfilename); in nwam_ncp_copy_callback()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Drecipient.c1426 char *oldfilename = FileName; local
1897 FileName = oldfilename;