Home
last modified time | relevance | path

Searched refs:skel (Results 1 – 25 of 29) sorted by relevance

12

/freebsd/share/examples/modules/
H A DMakefile1 .PATH: ${SRCTOP}/sys/skel
3 KMOD= skel
4 SRCS= skel.c
H A Dskel.c85 DECLARE_MODULE(skel, skel_mod, SI_SUB_DRIVERS, SI_ORDER_MIDDLE);
/freebsd/usr.bin/lex/
H A DMakefile22 scanopt.c skel.c sym.c tables.c tables_shared.c \
36 CLEANFILES= scan.c skel.c
37 GENFILES= parse.c parse.h scan.c skel.c
43 skel.c: config.h mkskel.sh flex.skl version.awk
H A Dinitskel.c5 const char *skel[] = { variable
/freebsd/usr.sbin/pw/tests/
H A Dpw_useradd_test.sh351 mkdir ${HOME}/skel
352 echo "a" > ${HOME}/skel/.a
353 echo "b" > ${HOME}/skel/b
354 mkdir ${HOME}/skel/c
355 mkdir ${HOME}/skel/c/d
356 mkdir ${HOME}/skel/dot.plop
357 echo "c" > ${HOME}/skel/c/d/dot.c
359 ln -sf /nonexistent ${HOME}/skel/c/foo
360 atf_check -s exit:0 ${RPW} useradd foo -k /skel -m
363 atf_check -o file:${HOME}/skel/.a -s exit:0 cat ${HOME}/home/foo/.a
[all …]
H A Dpw_userdel_test.sh37 mkdir -p ${HOME}/skel
38 touch ${HOME}/skel/a
41 atf_check -s exit:0 ${RPW} useradd foo -k /skel -m
H A Dpw_usermod_test.sh263 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 Dmdmfs.c105 const char *mtpoint, *size_arg, *skel, *unitstr; in main() local
119 skel = NULL; in main()
187 skel = optarg; in main()
371 if (skel != NULL) in main()
372 do_copy(mtpoint, skel); in main()
634 do_copy(const char *mtpoint, const char *skel) in do_copy() argument
638 rv = chdir(skel); in do_copy()
640 err(1, "chdir to %s", skel); in do_copy()
/freebsd/contrib/byacc/
H A Dmakefile.in113 .SUFFIXES : .c $o .i .skel
123 .skel.c :
124 $(AWK) -f $(srcdir)/skel2c $*.skel > $@
H A DCHANGES595 * 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 DMANIFEST16 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 Dyaccpar.skel1 /* $Id: yaccpar.skel,v 1.12 2021/08/08 19:55:43 tom Exp $ */
H A DREADME.BTYACC504 used. The skeleton "push.skel" is included to produce a
507 push.skel, yyparse is defined as follows:
H A Dbtyaccpar.skel1 /* $Id: btyaccpar.skel,v 1.13 2021/08/08 19:56:28 tom Exp $ */
/freebsd/usr.sbin/pw/
H A Dpw_user.c1184 char *gecos, *homedir, *skel, *walk, *userid, *groupid, *grname; in pw_user_add() local
1197 gecos = homedir = skel = userid = groupid = default_passwd = NULL; in pw_user_add()
1259 walk = skel = optarg; in pw_user_add()
1264 "exists", skel); in pw_user_add()
1267 "directory", skel); in pw_user_add()
1268 cmdcnf->dotdir = skel; in pw_user_add()
1519 char *gecos, *homedir, *grname, *name, *newname, *walk, *skel, *shell; in pw_user_mod() local
1532 gecos = homedir = grname = name = newname = skel = shell =NULL; in pw_user_mod()
1589 walk = skel = optarg; in pw_user_mod()
1594 "exists", skel); in pw_user_mod()
[all …]
/freebsd/share/skel/
H A DMakefile3 FILESDIR= ${SHAREDIR}/skel
/freebsd/share/
H A DMakefile22 skel \
/freebsd/targets/pseudo/userland/share/
H A DMakefile.depend79 share/skel \
/freebsd/etc/mtree/
H A DBSD.usr.dist826 skel
/freebsd/share/doc/smm/01.setup/
H A Dspell.ok513 skel
/freebsd/contrib/flex/src/
H A Dmisc.c701 ((buf = (char *) skel[skel_ind++]) != 0)) { in skelout()
H A Dflexdef.h407 extern const char *skel[];
/freebsd/usr.sbin/bsdconfig/usermgmt/share/
H A Duser.subr50 : ${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 Dadduser.sh968 udotdir=/usr/share/skel
/freebsd/contrib/flex/
H A DChangeLog28 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 …]

12