/illumos-gate/usr/src/cmd/tsol/demo/ |
H A D | waitforzone.ksh | 29 program=$2 41 su - ${user} -c "${program} -display ${display}"
|
H A D | runinzone.ksh | 29 # runinzone zonename username my-program 34 program=$3 40 zlogin ${zonename} /usr/demo/tsol/waitforzone.ksh ${user} ${program} ${DISPLAY}
|
/illumos-gate/usr/src/cmd/mail/ |
H A D | errmsg.c | 46 fprintf(stderr,"%s: %s\n",program,err_txt); 49 fprintf(stderr,"%s: %s\n",program,errlist[err_val]);
|
H A D | doopen.c | 47 "%s: Can't open '%s' type: %s\n",program,file,type); 50 Dout(pn, 0, "can't open '%s' type: %s\n",program,file,type);
|
H A D | delete.c | 40 fprintf(stderr, "%s: ERROR signal %d\n",program,i);
|
H A D | lock.c | 46 program, user);
|
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_rpc_api.x | 29 program FMD_API {
|
/illumos-gate/usr/src/cmd/smserverd/ |
H A D | smed.x | 42 program SMSERVERPROG {
|
/illumos-gate/usr/src/head/rpcsvc/ |
H A D | rwall.x | 43 % * Client side stub routines for the rwall program 50 program WALLPROG {
|
H A D | spray.x | 62 program SPRAYPROG {
|
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | Consumer.java | 35 * DTrace consumer. To consume the output of DTrace program actions, 37 * listener}. To get a snapshot of all aggregations in a D program on 84 * @see #compile(File program, String[] macroArgs) 85 * @see #compile(String program, String[] macroArgs) 92 * Compiles the given D program string. Optional macro arguments 93 * replace corresponding numbered macro variables in the D program 96 * @param program program string 98 * embedded in the given D program: {@code macroArgs[0]} replaces 107 * to {@link #enable(Program program) enabl 117 compile(String program, String ... macroArgs) argument 152 compile(File program, String ... macroArgs) argument 201 enable(Program program) argument 219 getProgramInfo(Program program) argument 680 listProgramProbes(Program program) argument 704 listProgramProbeDetail(Program program) argument [all...] |
/illumos-gate/usr/src/cmd/cmd-inet/sbin/netstrategy/ |
H A D | netstrategy.c | 30 * This program does the following: 33 * 0 - if the program successfully determined the net strategy. 36 * b) If the program is successful, it prints three tokens to 79 static char *program; variable 87 (void) fprintf(stderr, "%s: inet socket: %s\n", program, 92 (void) fprintf(stderr, "%s: inet6 socket: %s\n", program, 145 (void) fprintf(stderr, "%s: di_init: %s\n", program, 178 (void) fprintf(stderr, "%s: SIOCGLIFNUM: %s\n", program, 189 (void) fprintf(stderr, "%s: SIOCGLIFCONF: %s\n", program, 208 program, strerro [all...] |
/illumos-gate/usr/src/lib/libc/i386/gen/ |
H A D | memcmp.s | 33 / Fast assembly language version of the following C-program strcat
|
H A D | strcpy.s | 35 / Fast assembly language version of the following C-program strcpy
|
H A D | strlen.s | 34 / Fast assembly language version of the following C-program strlen
|
H A D | strncpy.s | 34 / Fast assembly language version of the following C-program strncpy
|
H A D | strrchr.s | 34 / Fast assembly language version of the following C-program strrchr
|
/illumos-gate/usr/src/cmd/print/lpget/ |
H A D | lpget.c | 118 char *program; local 131 if ((program = strrchr(av[0], '/')) == NULL) 132 program = av[0]; 134 program++; 136 openlog(program, LOG_PID, LOG_LPR); 148 Usage(program); 152 Usage(program);
|
/illumos-gate/usr/src/lib/libdhcputil/common/ |
H A D | dhcpmsg.c | 40 static char program[PATH_MAX] = "<unknown>"; variable 84 errno != 0) ? "%s: %s: %s: %s\n" : "%s: %s: %s\n", program, 108 (void) strlcpy(program, program_name, sizeof (program)); 115 (void) openlog(program, LOG_PID, LOG_DAEMON);
|
/illumos-gate/usr/src/cmd/ypcmd/ypupdated/ |
H A D | ypupdate_prot.x | 41 program YPU_PROG {
|
/illumos-gate/usr/src/cmd/rpcsvc/ |
H A D | rstat_v2.x | 75 program RSTATPROG {
|
/illumos-gate/usr/src/cmd/auditrecord/ |
H A D | audit_record_xml | 64 my $program = $event->getProgram; 65 if (defined $program && scalar @$program) { 66 print " program="; 67 print join(";", @$program);
|
/illumos-gate/usr/src/cmd/krb5/kwarn/ |
H A D | kwarnd.x | 55 program KWARNPROG {
|
/illumos-gate/usr/src/uts/common/rpcsvc/ |
H A D | nsm_addr.x | 71 program NSM_ADDR_PROGRAM {
|
/illumos-gate/usr/src/lib/libc/amd64/gen/ |
H A D | strrchr.s | 34 / Fast assembly language version of the following C-program strrchr
|