x_fileno          416 lib/util/xfile.c 	fd = dup(x_fileno(f));
x_fileno          684 source3/lib/debug.c 	if (dbf && dup2(x_fileno(dbf), 2) == -1) {
x_fileno          742 source3/lib/debug.c 	if( sys_fstat( x_fileno( dbf ), &st ) == 0 && st.st_size > maxlog ) {
x_fileno           76 source3/lib/readline.c 	int fd = x_fileno(x_stdin);
x_fileno          122 source3/lib/readline.c 	interactive = isatty(x_fileno(x_stdin)) || getenv("CLI_FORCE_INTERACTIVE");