| /freebsd/share/examples/modules/ |
| H A D | Makefile | 1 .PATH: ${SRCTOP}/sys/skel 3 KMOD= skel 4 SRCS= skel.c
|
| H A D | skel.c | 85 DECLARE_MODULE(skel, skel_mod, SI_SUB_DRIVERS, SI_ORDER_MIDDLE);
|
| /freebsd/usr.bin/lex/ |
| H A D | Makefile | 23 scanopt.c skel.c sym.c tables.c tables_shared.c \ 37 CLEANFILES= scan.c skel.c 38 GENFILES= parse.c parse.h scan.c skel.c 44 skel.c: config.h mkskel.sh flex.skl version.awk
|
| H A D | initskel.c | 5 const char *skel[] = { variable
|
| /freebsd/usr.sbin/pw/tests/ |
| H A D | pw_useradd_test.sh | 350 mkdir ${HOME}/skel 351 echo "a" > ${HOME}/skel/.a 352 echo "b" > ${HOME}/skel/b 353 mkdir ${HOME}/skel/c 354 mkdir ${HOME}/skel/c/d 355 mkdir ${HOME}/skel/dot.plop 356 echo "c" > ${HOME}/skel/c/d/dot.c 358 ln -sf /nonexistent ${HOME}/skel/c/foo 359 atf_check -s exit:0 ${RPW} -M METALOG useradd foo -k /skel -m 362 atf_check -o file:${HOME}/skel/.a -s exit:0 cat ${HOME}/home/foo/.a [all …]
|
| H A D | pw_userdel_test.sh | 37 mkdir -p ${HOME}/skel 38 touch ${HOME}/skel/a 41 atf_check -s exit:0 ${RPW} useradd foo -k /skel -m
|
| H A D | pw_usermod_test.sh | 263 mkdir -p ${HOME}/skel 264 echo "entry" > ${HOME}/skel/.file 267 atf_check -s exit:0 ${RPW} usermod foo -m -k /skel 270 echo "entry" > ${HOME}/skel/.file2 271 atf_check -s exit:0 ${RPW} usermod foo -m -k /skel 274 atf_check -s exit:0 ${RPW} usermod foo -m -k /skel
|
| /freebsd/sbin/mdmfs/ |
| H A D | mdmfs.c | 105 const char *mtpoint, *size_arg, *skel, *unitstr; in main() local 119 skel = NULL; in main() 187 skel = optarg; in main() 363 if (skel != NULL) in main() 364 do_copy(mtpoint, skel); in main() 626 do_copy(const char *mtpoint, const char *skel) in do_copy() argument 630 rv = chdir(skel); in do_copy() 632 err(1, "chdir to %s", skel); in do_copy()
|
| /freebsd/contrib/byacc/ |
| H A D | makefile.in | 113 .SUFFIXES : .c $o .i .skel 123 .skel.c : 124 $(AWK) -f $(srcdir)/skel2c $*.skel > $@
|
| H A D | CHANGES | 595 * btyaccpar.skel, yaccpar.skel: 863 * btyaccpar.skel, yaccpar.skel: cancel unused assignments 2053 * btyaccpar.skel: 2098 * btyaccpar.skel: fix typo 2110 * btyaccpar.skel: 2158 * btyaccpar.skel: apply Guy Harris' changes here as well 2204 * yaccpar.skel: two fixes: 2287 btyaccpar.c, btyaccpar.skel: 2292 test/btyacc/calc3.tab.c, btyaccpar.c, btyaccpar.skel, 2295 yaccpar.skel, output.c: [all …]
|
| H A D | MANIFEST | 16 btyaccpar.c generated from btyaccpar.skel 17 btyaccpar.skel bytacc's parser skeleton (renamed from yaccpar.skel) 37 skel2c awk script to transform yaccpar.skel into skeleton.c 43 yaccpar.c generated from yaccpar.skel 44 yaccpar.skel data which can be transformed into skeleton.c
|
| H A D | yaccpar.skel | 1 /* $Id: yaccpar.skel,v 1.12 2021/08/08 19:55:43 tom Exp $ */
|
| H A D | README.BTYACC | 504 used. The skeleton "push.skel" is included to produce a 507 push.skel, yyparse is defined as follows:
|
| H A D | btyaccpar.skel | 1 /* $Id: btyaccpar.skel,v 1.13 2021/08/08 19:56:28 tom Exp $ */
|
| /freebsd/usr.sbin/pw/ |
| H A D | pw_user.c | 1202 char *gecos, *homedir, *skel, *walk, *userid, *groupid, *grname; in pw_user_add() local 1215 gecos = homedir = skel = userid = groupid = default_passwd = NULL; in pw_user_add() 1277 walk = skel = optarg; in pw_user_add() 1282 "exists", skel); in pw_user_add() 1285 "directory", skel); in pw_user_add() 1286 cmdcnf->dotdir = skel; in pw_user_add() 1537 char *gecos, *homedir, *grname, *name, *newname, *walk, *skel, *shell; in pw_user_mod() local 1550 gecos = homedir = grname = name = newname = skel = shell =NULL; in pw_user_mod() 1607 walk = skel = optarg; in pw_user_mod() 1612 "exists", skel); in pw_user_mod() [all …]
|
| /freebsd/share/skel/ |
| H A D | Makefile | 3 FILESDIR= ${SHAREDIR}/skel
|
| /freebsd/share/ |
| H A D | Makefile | 22 skel \
|
| /freebsd/targets/pseudo/userland/share/ |
| H A D | Makefile.depend | 79 share/skel \
|
| /freebsd/share/doc/smm/01.setup/ |
| H A D | spell.ok | 513 skel
|
| /freebsd/contrib/flex/src/ |
| H A D | misc.c | 701 ((buf = (char *) skel[skel_ind++]) != 0)) { in skelout()
|
| H A D | flexdef.h | 407 extern const char *skel[];
|
| /freebsd/etc/mtree/ |
| H A D | BSD.usr.dist | 844 skel
|
| /freebsd/usr.sbin/bsdconfig/usermgmt/share/ |
| H A D | user.subr | 50 : ${udotdir:="/usr/share/skel"} 109 # Copy `skel' dot-files from $udotdir (global inherited from /etc/adduser.conf) 179 # template files found in $udotdir (`/usr/share/skel' default). 861 # template files found in $udotdir (`/usr/share/skel' default).
|
| /freebsd/usr.sbin/adduser/ |
| H A D | adduser.sh | 968 udotdir=/usr/share/skel
|
| /freebsd/contrib/flex/ |
| H A D | ChangeLog | 28 building skel.c 63 skel.c, we remove them. THis reduces the size of the resulting 276 * src/Makefile.am: build: Fix skel.c generation with BSD make 702 * src/Makefile.am: fix skel.c dependency (missing tables_shared.c) 703 and polish build rule Also remove references to srcdir since skel.c is no longer mentioned 1449 …* src/Makefile.am: Generated skel.c explicitly in srcdir. Rewrote the target for skel.c to explic… 1484 …* src/Makefile.am: Cleaned up BUILT_SOURCES list. Removed reference to skel.c as a built source s… 2367 src/Makefile.am. This prevents an error when building skel.c caused by the $(m4) make 2368 variable not being defined. Particularly nasty since skel.c would 2369 still be created, thus causing make to think skel.c was up to date. [all …]
|