GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
oct-procbuf.cc File Reference
#include <cerrno>
#include <iostream>
#include "lo-mappers.h"
#include "lo-utils.h"
#include "oct-procbuf.h"
#include "oct-syscalls.h"
#include "sysdep.h"
#include "unistd-wrappers.h"
#include "variables.h"
#include "defun.h"
#include "errwarn.h"
#include "utils.h"
Include dependency graph for oct-procbuf.cc:

Go to the source code of this file.

Macros

#define BUFSIZ   1024
 
#define SHELL_PATH   "/bin/sh"
 

Macro Definition Documentation

◆ BUFSIZ

#define BUFSIZ   1024

Definition at line 70 of file oct-procbuf.cc.

Referenced by octave_procbuf::open().

◆ SHELL_PATH

#define SHELL_PATH   "/bin/sh"

Definition at line 56 of file oct-procbuf.cc.

Referenced by octave_async_system_wrapper(), and octave_procbuf::open().