Home
last modified time | relevance | path

Searched refs:c (Results 1 – 25 of 7694) sorted by last modified time

12345678910>>...308

/illumos-gate/usr/src/test/os-tests/tests/
H A DMakefile108 %.64: %.c
109 $(LINK64.c) -o $@ $< $(LDLIBS64)
112 %.32: %.c
113 $(LINK.c) -o $@ $< $(LDLIBS)
/illumos-gate/usr/src/test/os-tests/runfiles/
H A Ddefault.run13 # Copyright (c) 2012 by Delphix. All rights reserved.
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-test-ostest.p5m13 # Copyright (c) 2012, 2016 by Delphix. All rights reserved.
H A Dsystem-test-libctest.p5m13 # Copyright (c) 2012 by Delphix. All rights reserved.
H A Dsystem-library.man3c.inc22 link path=usr/share/man/man3c/FD_CLR.3c target=select.3c
23 link path=usr/share/man/man3c/FD_ISSET.3c target=select.3c
24 link path=usr/share/man/man3c/FD_SET.3c target=select.3c
25 link path=usr/share/man/man3c/FD_ZERO.3c target=select.3c
27 link path=usr/share/man/man3c/__flbf.3c target=__fbufsize.3c
35 link path=usr/share/man/man3c/_edata.3c target=end.3c
36 link path=usr/share/man/man3c/_end.3c target=end.3c
37 link path=usr/share/man/man3c/_etext.3c target=end.3c
76 link path=usr/share/man/man3c/atof.3c target=strtod.3c
77 link path=usr/share/man/man3c/atoi.3c target=strtol.3c
[all …]
/illumos-gate/usr/src/cmd/fs.d/nfs/tests/
H A DMakefile.com36 SRCS= $(LIBPROG:%=%.c)
42 $(LINK.c) -o $@ $(OBJS) $(LDLIBS)
/illumos-gate/usr/src/cmd/fs.d/nfs/tests/rpcsec_gss_conn/
H A DMakefile23 %.o: $(SNOOPDIR)/%.c
24 $(COMPILE.c) -o $@ $< -I$(SNOOPDIR)
/illumos-gate/usr/src/cmd/fs.d/nfs/tests/test_svc_tp_create/
H A Dtest_svc_tp_create.c164 int c; in main() local
170 while ((c = getopt(argc, argv, "dvp:")) != EOF) { in main()
171 switch (c) { in main()
/illumos-gate/exception_lists/
H A Dpackaging23 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
/illumos-gate/usr/src/tools/quick/
H A Dmake-smbsrv312 exctags -e --langmap=c:+.ndl -h ndl -L - < cscope.files
/illumos-gate/usr/src/cmd/smbsrv/smbadm/
H A Dsmbinfo.c253 int c; in cmd_create_handle() local
255 while ((c = getopt(argc, argv, "Ho:px")) != -1) { in cmd_create_handle()
256 switch (c) { in cmd_create_handle()
H A DMakefile30 SRCS= smbadm.c
54 $(LINK.c) -o $@ $(OBJS) $(LDLIBS)
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_main.c949 int c; in smbd_setup_options() local
960 while ((c = getopt(argc, argv, ":dfs")) != -1) { in smbd_setup_options()
961 switch (c) { in smbd_setup_options()
/illumos-gate/usr/src/test/libc-tests/tests/
H A DMakefile138 %.64: %.c
139 $(LINK64.c) -o $@ $< $(LDLIBS64)
142 %.32: %.c
143 $(LINK.c) -o $@ $< $(LDLIBS)
/illumos-gate/usr/src/test/libc-tests/runfiles/
H A Ddefault.run13 # Copyright (c) 2012 by Delphix. All rights reserved.
/illumos-gate/usr/src/man/man3c/
H A DMakefile1482 labs.3c := LINKSRC = abs.3c
1483 llabs.3c := LINKSRC = abs.3c
1697 ldiv.3c := LINKSRC = div.3c
1698 lldiv.3c := LINKSRC = div.3c
1732 _end.3c := LINKSRC = end.3c
1734 edata.3c := LINKSRC = end.3c
1735 etext.3c := LINKSRC = end.3c
1759 errc.3c := LINKSRC = err.3c
1760 errx.3c := LINKSRC = err.3c
1761 verr.3c := LINKSRC = err.3c
[all …]
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers23 # Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
25 # Copyright (c) 2012 by Delphix. All rights reserved.
27 # Copyright (c) 2013, OmniTI Computer Consulting, Inc. All rights reserved.
28 # Copyright (c) 2013 Gary Mills
/illumos-gate/usr/src/uts/common/sys/
H A Dsmbios_impl.h216 #define SMB_CACHE_CFG_MODE(c) (((c) >> 8) & 3) argument
217 #define SMB_CACHE_CFG_ENABLED(c) (((c) >> 7) & 1) argument
218 #define SMB_CACHE_CFG_LOCATION(c) (((c) >> 5) & 3) argument
219 #define SMB_CACHE_CFG_SOCKETED(c) (((c) >> 3) & 1) argument
220 #define SMB_CACHE_CFG_LEVEL(c) (((c) & 7) + 1) argument
/illumos-gate/usr/src/lib/libsmbios/common/
H A Dmapfile-vers23 # Copyright (c) 2018, Joyent, Inc.
24 # Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
/illumos-gate/usr/src/test/util-tests/tests/smbios/
H A DMakefile73 $(LINK.c) -o $@ $(OBJS) $(LDLIBS)
H A Dsmbios.c721 int ret = 0, c; in main() local
725 while ((c = getopt(argc, argv, ":d:")) != -1) { in main()
726 switch (c) { in main()
/illumos-gate/usr/src/common/smbios/
H A Dsmb_info.c744 smb_cache_t c; in smbios_info_cache() local
752 smb_info_bcopy(stp->smbst_hdr, &c, sizeof (c)); in smbios_info_cache()
756 cap->smba_size = SMB_CACHE_SIZE(c.smbca_size); in smbios_info_cache()
757 cap->smba_stype = c.smbca_stype; in smbios_info_cache()
758 cap->smba_ctype = c.smbca_ctype; in smbios_info_cache()
759 cap->smba_speed = c.smbca_speed; in smbios_info_cache()
760 cap->smba_etype = c.smbca_etype; in smbios_info_cache()
761 cap->smba_ltype = c.smbca_ltype; in smbios_info_cache()
762 cap->smba_assoc = c.smbca_assoc; in smbios_info_cache()
767 if (SMB_CACHE_CFG_ENABLED(c.smbca_config)) in smbios_info_cache()
[all …]
/illumos-gate/usr/src/cmd/smbios/
H A Dsmbios.c241 const char *c; in str_print_label() local
248 for (c = str; *c != '\0'; c++) { in str_print_label()
249 if (isprint(*c)) { in str_print_label()
509 smbios_chassis_t c; in print_chassis() local
520 c.smbc_sku[0] == '\0' ? "<unknown>" : c.smbc_sku); in print_chassis()
676 smbios_cache_t c; in print_cache() local
689 c.smba_size2); in print_cache()
700 c.smba_stype, sizeof (c.smba_stype) * NBBY, in print_cache()
721 flag_printf(fp, "Flags", c.smba_flags, sizeof (c.smba_flags) * NBBY, in print_cache()
2232 int err, fd, c; in main() local
[all …]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c10883 uint16_t *c; in emlxs_swap_els_pkt() local
10962 c = (uint16_t *)&cmd[1]; in emlxs_swap_els_pkt()
10963 c[1] = LE_SWAP16(c[1]); in emlxs_swap_els_pkt()
/illumos-gate/usr/src/lib/libavl/
H A Dmapfile-vers22 # Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
23 # Copyright (c) 2014 by Delphix. All rights reserved.

12345678910>>...308