/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_nt_transact_quota.c | 44 * a single entry (TRUE) or multiple entries (FALSE). 86 uint8_t single, restart; local 108 &single, &restart, &sidlistlen, &startsidlen, &startsidoff)) { 149 request.qq_single = single;
|
/illumos-gate/usr/src/lib/libnisdb/yptol/ |
H A D | stubs.c | 133 #pragma weak single macro 138 int single, nogecos, noshell, nopw, mflag; variable
|
/illumos-gate/usr/src/lib/libshell/common/sh/ |
H A D | string.c | 434 * single!=0 limits quoting to '...' 438 char *sh_fmtqf(const char *string, int single, int fold) argument 451 if (!cp || !*cp || !single && !fold || fold && strlen(string) < fold) 454 single = single ? 1 : 3; 475 q = single;
|
/illumos-gate/usr/src/head/ |
H A D | floatingpoint.h | 80 typedef float single; typedef 151 extern void single_to_decimal __P((single *, decimal_mode *, decimal_record *, 160 extern void decimal_to_single __P((single *, decimal_mode *, decimal_record *, 178 extern char *seconvert __P((single *, int, int *, int *, char *)); 179 extern char *sfconvert __P((single *, int, int *, int *, char *)); 180 extern char *sgconvert __P((single *, int, int, char *));
|
/illumos-gate/usr/src/cmd/rpcsvc/ |
H A D | rup.c | 83 int single, nfailed; local 94 single = nfailed = 0; 97 single++; 126 if (single > 0) { 129 if (nfailed == single) {
|
H A D | rusers.c | 104 uint_t single = 0; local 159 single++; 162 if (single) {
|
/illumos-gate/usr/src/cmd/backup/restore/ |
H A D | interactive.c | 501 * Handle single and double quotes. 618 static struct afile single; local 630 single.fnum = ep ? ep->e_ino : 0; 631 single.fname = savename(arg); 632 ap->head = &single; 660 struct afile single; local 666 single.fnum = ino; 668 single.fname = savename(name + strlen(basename) + 1); 670 single.fname = savename(name); 671 alist.head = &single; [all...] |
/illumos-gate/usr/src/lib/libbc/inc/include/ |
H A D | floatingpoint.h | 43 typedef float single; typedef
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | db.cc | 177 entry_object * single; local 206 res->status = internal_db.first(&where, &single); 212 &single); 226 res->objects.objects_val[0] = single; 236 &single); 247 &index_desc, &single); 274 res->objects.objects_val[0] = single;
|
H A D | ldap_parse.h | 85 * single Represents a single-character match such as '[a-bTe-w]', 95 * berString Pointer to a string containing a single formatting 105 } single; member in union:__anon3592 125 * mmt_single single 252 * The mapping item is a single LDAP attribute, or a NIS+ table column, such as 284 * element.item A single item 293 * item A single item 297 * item A single item 371 * element.item A single ite [all...] |
/illumos-gate/usr/src/cmd/ypcmd/yppasswd/ |
H A D | yppasswdd.c | 83 int single = 0; variable 211 /* -single: Allow user to change only one of password, */ 213 /* else if (strcmp(argv[i], "-single") == 0) */ 214 /* single = 1; */ 216 /* single = 0; */
|
/illumos-gate/usr/src/cmd/modload/ |
H A D | plcysubr.c | 437 char *p, *single; local 445 for (single = strtok_r(copy, " \t\n", &p); 446 single != NULL; 447 single = strtok_r(NULL, " \t\n", &p)) { 448 if ((ret = delete_one_entry(filename, single)) != 0) {
|
/illumos-gate/usr/src/cmd/sulogin/ |
H A D | sulogin.c | 41 * come up single user, or go to default init state straight away. 46 * single user. ^D exits sulogin, and init will go to default init state. 49 * go single user, no questions asked. 117 static void single(const char *, char *); 256 single(shell, NULL); 259 * if no 'root' entry in /etc/shadow, give maint. mode single 266 single(shell, NULL); 270 * if no 'root' entry in /etc/passwd, give maint. mode single 277 single(shell, NULL); 573 single(s 590 single(const char *cmd, char *ttyn) function [all...] |
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/ |
H A D | validate.c | 81 single; local 91 memset (&single, 0, sizeof(single)); 314 * If a single printer was named, check the request against it. 319 (pc = &single)->pps = pps;
|
/illumos-gate/usr/src/lib/libast/common/comp/ |
H A D | setlocale.c | 811 * set a single AST_LC_* locale category 817 single(int category, Lc_t* lc, unsigned int flags) function 936 single(stk[i], NiL, 0); 960 if (!single(cat[i], p, 0)) 963 single(stk[i], NiL, 0); 987 if (!single(n, p, 0)) 990 single(i, NiL, 0); 1127 if (!single(i, lc_all && !(lc_categories[i].flags & LC_setlocale) ? lc_all : lc_categories[i].prev, 0)) 1130 single(i, NiL, 0); 1154 if (!single( [all...] |
/illumos-gate/usr/src/uts/common/os/ |
H A D | klpd.c | 161 * list can contain only a single item or multiple items. 162 * Returns the entry which needs to be released if single is B_TRUE. 165 klpd_link(klpd_reg_t *p, klpd_reg_t **listp, boolean_t single) argument 173 p->klpd_next = single ? NULL : old; 176 if (single) {
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | nss_common.c | 144 nss_backend_t *single; /* Efficiency hack for common case */ member in union:nss_src_state::__anon208 772 be = src->dormant.single; 851 src->dormant.single = be; 941 (void) NSS_INVOKE_DBOP(src->dormant.single, 1253 * In principle there could be multiple contexts active for a single
|
/illumos-gate/usr/src/uts/common/crypto/io/ |
H A D | crypto.c | 64 * to hold a single lock while a writer needs to hold all locks. 121 * allocated for a single copyin/copyout buffer. The second limit is 1692 * a single session to each provider. Calls to open and close session 2742 int (*single)(crypto_context_t, crypto_data_t *, crypto_data_t *, 2825 ctxpp = (single == crypto_encrypt_single) ? 2830 rv = (single)(*ctxpp, &encr, NULL, NULL); 2832 rv = (single)(*ctxpp, &data, &encr, NULL); 3429 int (*single)(crypto_context_t, crypto_data_t *, crypto_data_t *, 3503 ASSERT(single == crypto_digest_single || 3504 single 2741 cipher(dev_t dev, caddr_t arg, int mode, int (*single)(crypto_context_t, crypto_data_t *, crypto_data_t *, crypto_call_req_t *)) argument 3428 common_digest(dev_t dev, caddr_t arg, int mode, int (*single)(crypto_context_t, crypto_data_t *, crypto_data_t *, crypto_call_req_t *)) argument [all...] |
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/ |
H A D | openssl_spi.c | 683 /* load a single certificate */ 1345 /* Just try to load a single certificate */ 2646 OCSP_SINGLERESP *single = NULL; local 2754 /* Find the index of the single response for the certid */ 2763 printf("Successfully found the single response index for the cert.\n"); 2766 /* Retrieve the single response and get the cert status */ 2767 single = OCSP_resp_get0(bs, index); 2768 status = OCSP_single_get0_status(single, &reason, &rev, &thisupd, 3596 * a single PEM file. Typically the file should contain a 4274 if (attr->single [all...] |
/illumos-gate/usr/src/lib/libc/inc/ |
H A D | thr_uberdata.h | 75 * Alternate link maps implement multiple global namespaces within a single 170 * being non-zero a single memory reference (for speed of mutex_lock(), etc). 176 * of any being non-zero a single memory reference (again, for speed). 648 /* 0 means there is but a single entry */ 649 union { /* single entry or pointer to array */ 650 readlock_t single; member in union:ulwp::__anon66 654 /* 0 means there is but a single entry */ 655 union { /* single entry or pointer to array */ 656 mutex_t *single; member in union:ulwp::__anon67 1113 /* 0 means there is but a single entr 1115 readlock32_t single; member in union:ulwp32::__anon82 1121 caddr32_t single; member in union:ulwp32::__anon83 [all...] |