Searched full:init_file (Results 1 - 9 of 9) sorted by relevance
| /illumos-gate/usr/src/cmd/tzreload/ |
| H A D | tzreload.c | 49 static void init_file(void); 90 init_file(); 113 init_file(void) function
|
| /illumos-gate/usr/src/cmd/tput/ |
| H A D | tput.c | 504 * This is done before the init_file and init_3string, so they can patch in 720 } else if (init_file) { 721 cat(init_file);
|
| /illumos-gate/usr/src/lib/libxcurses/src/tput/ |
| H A D | tput.c | 314 if (init_file != NULL) 315 cat(init_file);
|
| /illumos-gate/usr/src/cmd/zoneadmd/ |
| H A D | zoneadmd.c | 276 char *init_file, char *badarg) 380 (void) strlcpy(init_file, optarg, MAXPATHLEN); 810 char zpath[MAXPATHLEN], initpath[MAXPATHLEN], init_file[MAXPATHLEN]; local 870 if (brand_get_initname(bh, init_file, MAXPATHLEN) != 0) { 882 err = filter_bootargs(zlogp, bootargs, nbootargs, init_file, 889 assert(init_file[0] != '\0'); 897 (void) snprintf(initpath, sizeof (initpath), "%s%s", zpath, init_file); 936 if (zone_setattr(zoneid, ZONE_ATTR_INITNAME, init_file, 0) == -1) { 275 filter_bootargs(zlog_t *zlogp, const char *inargs, char *outargs, char *init_file, char *badarg) argument
|
| /illumos-gate/usr/src/tools/cscope-fast/ |
| H A D | cgrep.c | 246 static void init_file(LINE *cur_ptr); 1663 init_file(¤t); 1757 init_file(LINE *cur_ptr) function
|
| /illumos-gate/usr/src/lib/libcurses/screen/ |
| H A D | caps | 187 init_file, "if" "if" Name of file containing is
|
| /illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
| H A D | caps | 192 init_file if if str Name of file containing is
|
| /illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
| H A D | caps | 192 init_file if if str Name of file containing is
|
| /illumos-gate/usr/src/man/man4/ |
| H A D | terminfo.4 | 431 init_file if if Name of initialization file
|
Completed in 736 milliseconds