Searched refs:ckstr (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/cmd/valtools/ |
H A D | Makefile | 31 PROG= ckint ckitem ckpath ckrange ckstr ckyorn \ 35 ckkeywd.po ckpath.po ckrange.po ckstr.po \ 105 $(LINT.c) ckstr.c $(LDLIBS)
|
H A D | ckstr.c | 260 n = ckstr(strval, regexp, length, deflt, error, help, prompt); in main()
|
/illumos-gate/usr/src/man/man1/ |
H A D | Makefile | 69 ckstr.1 \ 585 errstr.1 := LINKSRC = ckstr.1 586 helpstr.1 := LINKSRC = ckstr.1 587 valstr.1 := LINKSRC = ckstr.1
|
/illumos-gate/usr/src/lib/libadm/inc/ |
H A D | libadm.h | 77 extern int ckstr(char *, char **, int, char *, char *, char *, char *);
|
/illumos-gate/usr/src/lib/libadm/ |
H A D | Makefile.com | 31 ckrange.o ckstr.o cktime.o ckuid.o ckyorn.o data.o \
|
/illumos-gate/usr/src/lib/libadm/common/ |
H A D | getvol.c | 250 if (n = ckstr(fsname, NULL, LABELSIZ, NULL, NULL, NULL, in wilabel() 256 if (n = ckstr(volname, NULL, LABELSIZ, NULL, NULL, NULL, in wilabel()
|
H A D | ckstr.c | 142 ckstr(char *strval, char *regexp[], int length, char *defstr, char *error, in ckstr() function
|
H A D | mapfile-vers | 106 ckstr;
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | SUNWcs.man1.inc | 46 file path=usr/share/man/man1/ckstr.1 88 link path=usr/share/man/man1/errstr.1 target=ckstr.1 129 link path=usr/share/man/man1/helpstr.1 target=ckstr.1 276 link path=usr/share/man/man1/valstr.1 target=ckstr.1
|
H A D | SUNWcs.p5m | 571 file path=usr/bin/ckstr mode=0555 1244 hardlink path=usr/sadm/bin/errstr target=../../../usr/bin/ckstr 1254 hardlink path=usr/sadm/bin/helpstr target=../../../usr/bin/ckstr 1264 hardlink path=usr/sadm/bin/valstr target=../../../usr/bin/ckstr
|
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | scriptvfy.l | 411 ^ckstr/[\t\n ] | 412 [\t \/]ckstr/[\t\n ] |
|
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/ |
H A D | libadm.h | 124 extern int ckstr __P((char *strval, char *regexp[], int length,
|