Home
last modified time | relevance | path

Searched refs:p (Results 1 – 25 of 4261) sorted by relevance

12345678910>>...171

/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/
H A DProperties3 ## List of built-in \p{...}/\P{...} properties.
8 \p{ASCII} [[:ASCII:]]
9 \p{Alnum} [[:Alnum:]]
10 * \p{Alphabetic} [\p{L}\p{OtherAlphabetic}]
11 \p{Alpha} [[:Alpha:]]
12 \p{Any} Alias for \p{Any} ([\x{0000}-\x{10FFFF}])
13 \p{Any} [\x{0000}-\x{10FFFF}]
14 * \p{Arabic} Script 'Arabic'
15 * \p{Armenian} Script 'Armenian'
16 * \p{AsciiHexDigit} Extended property 'ASCII_Hex_Digit'
[all …]
/onnv-gate/usr/src/lib/libsqlite/src/
H A Dvdbeaux.c40 Vdbe *p; in sqliteVdbeCreate() local
41 p = sqliteMalloc( sizeof(Vdbe) ); in sqliteVdbeCreate()
42 if( p==0 ) return 0; in sqliteVdbeCreate()
43 p->db = db; in sqliteVdbeCreate()
45 db->pVdbe->pPrev = p; in sqliteVdbeCreate()
47 p->pNext = db->pVdbe; in sqliteVdbeCreate()
48 p->pPrev = 0; in sqliteVdbeCreate()
49 db->pVdbe = p; in sqliteVdbeCreate()
50 p->magic = VDBE_MAGIC_INIT; in sqliteVdbeCreate()
51 return p; in sqliteVdbeCreate()
[all …]
/onnv-gate/usr/src/cmd/nscd/
H A Dnscd_initf.c32 _nss_initf_passwd(nss_db_params_t *p) in _nss_initf_passwd() argument
34 p->name = NSS_DBNAM_PASSWD; in _nss_initf_passwd()
35 p->default_config = NSS_DEFCONF_PASSWD; in _nss_initf_passwd()
39 _nss_initf_hosts(nss_db_params_t *p) in _nss_initf_hosts() argument
41 p->name = NSS_DBNAM_HOSTS; in _nss_initf_hosts()
42 p->default_config = NSS_DEFCONF_HOSTS; in _nss_initf_hosts()
46 _nss_initf_group(nss_db_params_t *p) in _nss_initf_group() argument
48 p->name = NSS_DBNAM_GROUP; in _nss_initf_group()
49 p->default_config = NSS_DEFCONF_GROUP; in _nss_initf_group()
53 _nss_initf_ipnodes(nss_db_params_t *p) in _nss_initf_ipnodes() argument
[all …]
/onnv-gate/usr/src/common/lzma/
H A DLzFind.c22 static void LzInWindow_Free(CMatchFinder *p, ISzAlloc *alloc) in LzInWindow_Free() argument
24 if (!p->directInput) in LzInWindow_Free()
26 alloc->Free(alloc, p->bufferBase, 0); in LzInWindow_Free()
27 p->bufferBase = 0; in LzInWindow_Free()
33 static int LzInWindow_Create(CMatchFinder *p, UInt32 keepSizeReserv, ISzAlloc *alloc) in LzInWindow_Create() argument
35 UInt32 blockSize = p->keepSizeBefore + p->keepSizeAfter + keepSizeReserv; in LzInWindow_Create()
36 if (p->directInput) in LzInWindow_Create()
38 p->blockSize = blockSize; in LzInWindow_Create()
41 if (p->bufferBase == 0 || p->blockSize != blockSize) in LzInWindow_Create()
43 LzInWindow_Free(p, alloc); in LzInWindow_Create()
[all …]
H A DLzmaEnc.c50 void LzmaEncProps_Init(CLzmaEncProps *p) in LzmaEncProps_Init() argument
52 p->level = 5; in LzmaEncProps_Init()
53 p->dictSize = p->mc = 0; in LzmaEncProps_Init()
54 p->lc = p->lp = p->pb = p->algo = p->fb = p->btMode = p->numHashBytes = p->numThreads = -1; in LzmaEncProps_Init()
55 p->writeEndMark = 0; in LzmaEncProps_Init()
58 void LzmaEncProps_Normalize(CLzmaEncProps *p) in LzmaEncProps_Normalize() argument
60 int level = p->level; in LzmaEncProps_Normalize()
62 p->level = level; in LzmaEncProps_Normalize()
63 …if (p->dictSize == 0) p->dictSize = (level <= 5 ? (1 << (level * 2 + 14)) : (level == 6 ? (1 << 25… in LzmaEncProps_Normalize()
64 if (p->lc < 0) p->lc = 3; in LzmaEncProps_Normalize()
[all …]
/onnv-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dudfslib.c275 ud_swap_ext_ad(struct extent_ad *p) in ud_swap_ext_ad() argument
277 p->ext_len = SWAP32(p->ext_len); in ud_swap_ext_ad()
278 p->ext_loc = SWAP32(p->ext_loc); in ud_swap_ext_ad()
284 ud_swap_regid(struct regid *p) in ud_swap_regid() argument
289 ud_swap_icb_tag(struct icb_tag *p) in ud_swap_icb_tag() argument
291 p->itag_prnde = SWAP32(p->itag_prnde); in ud_swap_icb_tag()
292 p->itag_strategy = SWAP16(p->itag_strategy); in ud_swap_icb_tag()
293 p->itag_param = SWAP16(p->itag_param); in ud_swap_icb_tag()
294 p->itag_max_ent = SWAP16(p->itag_max_ent); in ud_swap_icb_tag()
295 p->itag_lb_loc = SWAP32(p->itag_lb_loc); in ud_swap_icb_tag()
[all …]
/onnv-gate/usr/src/uts/common/os/
H A Dexit.c156 proc_t *p = ttoproc(t); in restart_init() local
157 user_t *up = PTOU(p); in restart_init()
167 zcmn_err(p->p_zone->zone_id, CE_WARN, in restart_init()
171 if (!INGLOBALZONE(p)) { in restart_init()
174 p->p_zone->zone_name, p->p_pid, reason_buf); in restart_init()
183 closeall(P_FINFO(p)); in restart_init()
190 mutex_enter(&p->p_lock); in restart_init()
191 prbarrier(p); in restart_init()
193 p->p_flag &= ~(SKILLED | SEXTKILLED | SEXITING | SDOCORE); in restart_init()
200 sigemptyset(&p->p_sig); in restart_init()
[all …]
H A Dlwp.c75 lwp_kernel_create(proc_t *p, void (*proc)(), void *arg, int state, pri_t pri) in lwp_kernel_create() argument
79 VERIFY((p->p_flag & SSYS) != 0); in lwp_kernel_create()
81 lwp = lwp_create(proc, arg, 0, p, state, pri, &t0.t_hold, syscid, 0); in lwp_kernel_create()
92 lwp_create(void (*proc)(), caddr_t arg, size_t len, proc_t *p, in lwp_create() argument
119 ASSERT(p != &p0); /* No new LWPs in p0. */ in lwp_create()
121 mutex_enter(&p->p_lock); in lwp_create()
122 mutex_enter(&p->p_zone->zone_nlwps_lock); in lwp_create()
127 if (p->p_task->tk_nlwps >= p->p_task->tk_nlwps_ctl) in lwp_create()
128 if (rctl_test(rc_task_lwps, p->p_task->tk_rctls, p, in lwp_create()
131 if (p->p_task->tk_proj->kpj_nlwps >= in lwp_create()
[all …]
/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_zip.c46 uint8_t *p; in interpret_ddp_zip() local
70 p = &zip->zip_func; in interpret_ddp_zip()
72 if ((p+6 > tail) || (p+7+p[6] > tail)) in interpret_ddp_zip()
76 "ZIP GNI Zone = \"%.*s\"", p[6], &p[7]); in interpret_ddp_zip()
79 p = &zip->zip_func; in interpret_ddp_zip()
81 gniflags = p[1]; in interpret_ddp_zip()
108 p = (uint8_t *)(zip + 1); in interpret_ddp_zip()
110 if (p+2 > tail) in interpret_ddp_zip()
112 net = get_short(p); in interpret_ddp_zip()
113 p += 2; in interpret_ddp_zip()
[all …]
/onnv-gate/usr/src/lib/libnsl/saf/
H A Ddoconfig.c79 char *p; /* scratch pointer */ in doconfig() local
92 p = strchr(buf, '\n'); in doconfig()
94 if (p == NULL) { in doconfig()
98 *p = '\0'; in doconfig()
101 p = strchr(buf, COMMENT); in doconfig()
102 if (p) in doconfig()
103 *p = '\0'; in doconfig()
112 p = &buf[strlen(buf) - 1]; in doconfig()
113 while (*p && isspace(*p)) in doconfig()
114 *p-- = '\0'; in doconfig()
[all …]
/onnv-gate/usr/src/cmd/msgfmt/
H A Dcheck_header.c55 char *p = *mbuf; in get_one_line() local
68 q = p; in get_one_line()
69 while (((*fsize) != 0) && (*p++ != '\n')) { in get_one_line()
72 len = p - q; in get_one_line()
80 *mbuf = p; in get_one_line()
90 char *mbuf, *p, *buf; in check_gnu() local
108 p = linebuf; in check_gnu()
110 while ((*p == '#') || (*p == '\n')) { in check_gnu()
116 p = linebuf; in check_gnu()
119 if (strncmp(p, "domain", 6) == 0) in check_gnu()
[all …]
/onnv-gate/usr/src/cmd/ssh/libssh/common/
H A Dxlist.c17 char *p, *q; in xsplit() local
20 for (n = 0, p = list; p && *p; ) { in xsplit()
21 while (p && *p && *p == sep) in xsplit()
22 p++; in xsplit()
23 if (!*p) in xsplit()
26 p = strchr(p, sep); in xsplit()
29 for (n = 0, p = list; p && *p; ) { in xsplit()
30 while (*p == sep) in xsplit()
31 p++; in xsplit()
32 if (!*p) in xsplit()
[all …]
/onnv-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dutil.c53 char *p; in strnormalize() local
57 for (p = str; *p != NULL; p++) { in strnormalize()
58 if (isspace(*p)) { in strnormalize()
59 *p = ' '; in strnormalize()
62 p--; in strnormalize()
63 while (p >= str && (isspace(*p) || *p == ';')) in strnormalize()
64 *p-- = NULL; in strnormalize()
76 char *p; in strtrim() local
78 for (p = str; *p != NULL; p++) in strtrim()
80 p--; in strtrim()
[all …]
/onnv-gate/usr/src/cmd/mdb/intel/mdb/
H A Dproc_amd64dep.c197 char *p = buf; in fpcw2str() local
205 p += mdb_snprintf(p, (size_t)(end - p), "|IM"); in fpcw2str()
207 p += mdb_snprintf(p, (size_t)(end - p), "|DM"); in fpcw2str()
209 p += mdb_snprintf(p, (size_t)(end - p), "|ZM"); in fpcw2str()
211 p += mdb_snprintf(p, (size_t)(end - p), "|OM"); in fpcw2str()
213 p += mdb_snprintf(p, (size_t)(end - p), "|UM"); in fpcw2str()
215 p += mdb_snprintf(p, (size_t)(end - p), "|PM"); in fpcw2str()
217 p += mdb_snprintf(p, (size_t)(end - p), "|PC"); in fpcw2str()
219 p += mdb_snprintf(p, (size_t)(end - p), "|RC"); in fpcw2str()
221 p += mdb_snprintf(p, (size_t)(end - p), "|IC"); in fpcw2str()
[all …]
H A Dproc_ia32dep.c174 char *p = buf; in fpcw2str() local
182 p += mdb_snprintf(p, (size_t)(end - p), "|IM"); in fpcw2str()
184 p += mdb_snprintf(p, (size_t)(end - p), "|DM"); in fpcw2str()
186 p += mdb_snprintf(p, (size_t)(end - p), "|ZM"); in fpcw2str()
188 p += mdb_snprintf(p, (size_t)(end - p), "|OM"); in fpcw2str()
190 p += mdb_snprintf(p, (size_t)(end - p), "|UM"); in fpcw2str()
192 p += mdb_snprintf(p, (size_t)(end - p), "|PM"); in fpcw2str()
194 p += mdb_snprintf(p, (size_t)(end - p), "|PC"); in fpcw2str()
196 p += mdb_snprintf(p, (size_t)(end - p), "|RC"); in fpcw2str()
198 p += mdb_snprintf(p, (size_t)(end - p), "|IC"); in fpcw2str()
[all …]
/onnv-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_conv.c71 char *p; local
92 p = (char *)GETBINTERNAL(h, i);
93 P_32_SWAP(p);
94 p += sizeof(u_int32_t);
95 P_32_SWAP(p);
96 p += sizeof(db_pgno_t);
97 if (*(u_char *)p & P_BIGKEY) {
98 p += sizeof(u_char);
99 P_32_SWAP(p);
100 p += sizeof(db_pgno_t);
[all …]
/onnv-gate/usr/src/cmd/tip/
H A Dvalue.c33 value_t *p; in vinit() local
38 for (p = vtable; p->v_name != NULL; p++) { in vinit()
39 if (p->v_type&ENVIRON) in vinit()
40 if (cp = getenv(p->v_name)) in vinit()
41 p->v_value = cp; in vinit()
42 if (p->v_type&IREMOTE) in vinit()
43 number(p->v_value) = *address(p->v_value); in vinit()
75 vassign(value_t *p, char *v) in vassign() argument
78 if (!vaccess(p->v_access, WRITE)) { in vassign()
82 switch (p->v_type&TMASK) { in vassign()
[all …]
/onnv-gate/usr/src/common/openssl/crypto/asn1/
H A Da_utf8.c78 const unsigned char *p; in UTF8_getc() local
82 p = str; in UTF8_getc()
85 if((*p & 0x80) == 0) { in UTF8_getc()
86 value = *p++ & 0x7f; in UTF8_getc()
88 } else if((*p & 0xe0) == 0xc0) { in UTF8_getc()
90 if((p[1] & 0xc0) != 0x80) return -3; in UTF8_getc()
91 value = (*p++ & 0x1f) << 6; in UTF8_getc()
92 value |= *p++ & 0x3f; in UTF8_getc()
95 } else if((*p & 0xf0) == 0xe0) { in UTF8_getc()
97 if( ((p[1] & 0xc0) != 0x80) in UTF8_getc()
[all …]
/onnv-gate/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dstrmode.c46 strmode(register mode_t mode, register char *p) in strmode() argument
51 *p++ = 'd'; in strmode()
54 *p++ = 'c'; in strmode()
57 *p++ = 'b'; in strmode()
60 *p++ = '-'; in strmode()
63 *p++ = 'l'; in strmode()
67 *p++ = 's'; in strmode()
72 *p++ = 'p'; in strmode()
77 *p++ = 'w'; in strmode()
81 *p++ = '?'; in strmode()
[all …]
/onnv-gate/usr/src/cmd/auditd/
H A Ddoorway.c260 load_function(plugin_t *p, char *name, auditd_rc_t (**func)()) in load_function() argument
262 *func = (auditd_rc_t (*)())dlsym(p->plg_dlptr, name); in load_function()
281 load_plugin(plugin_t *p) in load_plugin() argument
290 if ((fd = open(p->plg_path, O_NONBLOCK | O_RDONLY)) != -1) { in load_plugin()
300 p->plg_path, strerror(errno)); in load_plugin()
314 p->plg_path); in load_plugin()
327 p->plg_path); in load_plugin()
337 p->plg_path); in load_plugin()
345 p->plg_dlptr = dlopen(p->plg_path, RTLD_LAZY); in load_plugin()
347 if (p->plg_dlptr == NULL) { in load_plugin()
[all …]
/onnv-gate/usr/src/cmd/vntsd/
H A Dqueue.c71 vntsd_que_t *p; in vntsd_que_append() local
84 p = *que_hd; in vntsd_que_append()
86 if (p == NULL) { in vntsd_que_append()
91 while (p->nextp != NULL) in vntsd_que_append()
92 p = p->nextp; in vntsd_que_append()
93 p->nextp = el; in vntsd_que_append()
96 el->prevp = p; in vntsd_que_append()
143 vntsd_que_t *p = *que_hd; in vntsd_que_rm() local
147 while (p != NULL) { in vntsd_que_rm()
149 if (p->handle == handle) { in vntsd_que_rm()
[all …]
/onnv-gate/usr/src/cmd/troff/nroff.d/
H A Dn10.c107 char *p, *cp, *q; in ptinit() local
126 p = codestr; in ptinit()
127 p = skipstr(p); /* skip over type, could check */ in ptinit()
128 p = skipstr(p); p = getint(p, &t.bset); in ptinit()
129 p = skipstr(p); p = getint(p, &t.breset); in ptinit()
130 p = skipstr(p); p = getint(p, &t.Hor); in ptinit()
131 p = skipstr(p); p = getint(p, &t.Vert); in ptinit()
132 p = skipstr(p); p = getint(p, &t.Newline); in ptinit()
133 p = skipstr(p); p = getint(p, &t.Char); in ptinit()
134 p = skipstr(p); p = getint(p, &t.Em); in ptinit()
[all …]
/onnv-gate/usr/src/cmd/spell/
H A Dmalloc.c28 #define ASSERT(p) if(!(p))botch("p");else argument
36 #define ASSERT(p) argument
64 #define testbusy(p) ((INT)(p)&BUSY) argument
65 #define setbusy(p) (union store *)((INT)(p)|BUSY) argument
66 #define clearbusy(p) (union store *)((INT)(p)&~BUSY) argument
84 register union store *p, *q; local
92 p = allocp;
95 if(!testbusy(p->ptr)) {
96 while(!testbusy((q=p->ptr)->ptr)) {
97 ASSERT(q>p);
[all …]
/onnv-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_string.c38 char *p; in topo_hdl_strdup() local
41 p = topo_hdl_alloc(thp, strlen(s) + 1); in topo_hdl_strdup()
43 p = NULL; in topo_hdl_strdup()
45 if (p != NULL) in topo_hdl_strdup()
46 (void) strcpy(p, s); in topo_hdl_strdup()
48 return (p); in topo_hdl_strdup()
73 const char *p = strrchr(s, '/'); in topo_strbasename() local
75 if (p == NULL) in topo_strbasename()
78 return (++p); in topo_strbasename()
86 char *p; in topo_strdirname() local
[all …]
/onnv-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_string.c37 char *p; in fmd_strdup() local
40 p = fmd_alloc(strlen(s) + 1, flags); in fmd_strdup()
42 p = NULL; in fmd_strdup()
44 if (p != NULL) in fmd_strdup()
45 (void) strcpy(p, s); in fmd_strdup()
47 return (p); in fmd_strdup()
60 const char *p = strrchr(s, '/'); in fmd_strbasename() local
62 if (p == NULL) in fmd_strbasename()
65 return (++p); in fmd_strbasename()
73 char *p; in fmd_strdirname() local
[all …]

12345678910>>...171