Searched refs:inittab (Results 1 – 10 of 10) sorted by relevance
46 The inittab API is designed to reduce the confusion, both for the55 The inittab file contains information regarding the syntax and (to61 The inittab file consists of inittab records, each being one line long118 Comments in the inittab file begin with `#', and end with a newline.122 The inittab file becomes the authoritative source for all DHCP options 127 inittab file do not generally affect their inner workings.129 o A program can specify which entries it wants from the inittab.136 o In general, changing provided information in a released inittab140 o The inittab C API also provides functions which allow programs141 to verify that a given entry in the inittab file is correct[all …]
120 static char *inittab; /* ptr to inittab contents */ variable434 if ((inittab = malloc(stbufp->st_size + 1)) == NULL) { in main()442 if (read(fildes, inittab, stbufp->st_size) in main()451 inittab[stbufp->st_size] = '\0'; in main()452 iinit = inittab; in main()641 iinit = inittab; in dump()666 iinit = inittab; /* Reset pointer */ in dump()
22 # The /etc/inittab file controls the configuration of init(8); for more23 # information refer to init(8) and inittab(5). It is no longer24 # necessary to edit inittab(5) directly; administrators should use the
41 ETCTABS= vfstab inittab nscd.conf security/crypt.conf57 $(ROOTETC)/inittab := FILEMODE = 0644
27 DHCPFILES= inittab inittab6
94 inittab.5 \
60 file path=usr/share/man/man5/inittab.5
93 file path=etc/dhcp/inittab group=sys preserve=true133 file path=etc/inittab group=sys preserve=true
112 If the inittab(5) line to invoke svc.startd(8) is missing or incorrect,
171 # /etc/dhcp/inittab are also accepted.