Searched refs:inittab (Results 1 – 10 of 10) sorted by relevance
47 The inittab API is designed to reduce the confusion, both for the56 The inittab file contains information regarding the syntax and (to62 The inittab file consists of inittab records, each being one line long119 Comments in the inittab file begin with `#', and end with a newline.123 The inittab file becomes the authoritative source for all DHCP options 128 inittab file do not generally affect their inner workings.130 o A program can specify which entries it wants from the inittab.137 o In general, changing provided information in a released inittab141 o The inittab C API also provides functions which allow programs142 to verify that a given entry in the inittab file is correct[all …]
116 static char *inittab; /* ptr to inittab contents */ variable430 if ((inittab = malloc(stbufp->st_size + 1)) == NULL) { in main()438 if (read(fildes, inittab, stbufp->st_size) in main()447 inittab[stbufp->st_size] = '\0'; in main()448 iinit = inittab; in main()637 iinit = inittab; in dump()662 iinit = inittab; /* Reset pointer */ in dump()
22 # The /etc/inittab file controls the configuration of init(1M); for more23 # information refer to init(1M) and inittab(4). It is no longer24 # necessary to edit inittab(4) directly; administrators should use the
41 ETCTABS= vfstab inittab nscd.conf security/crypt.conf57 $(ROOTETC)/inittab := FILEMODE = 0644
27 DHCPFILES= inittab inittab6
94 inittab.4 \
55 file path=usr/share/man/man4/inittab.4
355 file path=etc/dhcp/inittab group=sys preserve=true375 file path=etc/inittab group=sys preserve=true
113 # /etc/dhcp/inittab are also accepted.
112 If the inittab(4) line to invoke svc.startd(1M) is missing or incorrect,