Searched defs:getconf (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libshell/common/bltins/ |
H A D | poll_solaris.c | 237 #undef getconf macro 238 #define getconf(x) strtol(astconf(x,NiL,NiL),NiL,0) macro
|
/illumos-gate/usr/src/lib/libcmd/common/ |
H A D | fds.c | 56 #undef getconf macro 57 #define getconf(x) strtol(astconf(x,NiL,NiL),NiL,0) macro 213 if ((open_max = getconf("OPEN_MAX")) <= 0)
|
/illumos-gate/usr/src/cmd/ypcmd/ |
H A D | ypserv_resolv.c | 65 static int getconf(char *netid, void **handle, struct netconfig **nconf); 95 if (!getconf(tp, &h, &nc)) { /* dont forget endnetconfig() */ 265 static int getconf(char *netid, void **handle, struct netconfig **nconf) function
|
/illumos-gate/usr/src/cmd/getconf/ |
H A D | getconf.c | 33 * getconf -- POSIX.2 compatible utility to query configuration specific 56 #define INVAL_ARG "getconf: Invalid argument (%s)\n" 57 #define INVAL_PATHARG "getconf: Invalid argument (%s or %s)\n" 251 /* POSIX.2-1992 description of getconf utility */ 791 getconf(struct sctab *scp, int argc, char *name, char *file) function 965 stat = getconf(scp, scp->type == PATHCONF ? 3 : 2, 972 * printed in getconf(), 984 exstat = getconf(scp, argc, argv[1], argv[2]);
|
/illumos-gate/usr/src/lib/libshell/common/sh/ |
H A D | init.c | 104 #undef getconf macro 105 #define getconf(x) strtol(astconf(x,NiL,NiL),NiL,0) macro 1103 shp->lim.clk_tck = getconf("CLK_TCK"); 1104 shp->lim.arg_max = getconf("ARG_MAX"); 1105 shp->lim.open_max = getconf("OPEN_MAX"); 1106 shp->lim.child_max = getconf("CHILD_MAX"); 1107 shp->lim.ngroups_max = getconf("NGROUPS_MAX"); 1108 shp->lim.posix_version = getconf("VERSION"); 1109 shp->lim.posix_jobcontrol = getconf("JOB_CONTROL"); 1114 if((v = getconf("PID_MA [all...] |
Completed in 56 milliseconds