HomeSort by relevance Sort by last modified time
    Searched refs:pt (Results 1 - 25 of 258) sorted by null

1 2 3 4 5 6 7 8 91011

  /onnv/onnv-gate/usr/src/lib/libpkg/common/
canonize.c 40 char *pt, *last; local
44 for (pt = file; *pt; /* void */) {
45 if (isdot(pt))
46 (void) strcpy(pt, pt[1] ? pt+2 : pt+1);
47 else if (isdotdot(pt)) {
49 last = pt;
83 char *pt; local
    [all...]
mappath.c 41 #define mode(flag, pt) (!flag || ((flag == 1) && islower(pt[1])) || \
42 ((flag == 2) && isupper(pt[1])))
65 char *npt, *pt, *pt2, *copy; local
75 for (pt = path; *pt; /* void */) {
80 if ((*pt == '$') && isalpha(pt[1]) &&
81 ((pt == path) || (pt[-1] == '/')))
    [all...]
logerr.c 42 char *pt, buffer[2048]; local
66 for (pt = buffer; *pt; pt++) {
67 (void) putc(*pt, stderr);
68 if (flag && (*pt == '\n') && pt[1])
ckparam.c 47 static int not_alnum(char *param, char *pt);
48 static int not_ascii(char *param, char *pt);
49 static int too_long(char *param, char *pt, int len);
50 static int isnull(char *param, char *pt);
152 isnull(char *param, char *pt)
154 if (!pt || *pt == '\0') {
162 too_long(char *param, char *pt, int len)
164 if (strlen(pt) > (size_t)len) {
165 progerr(pkg_gt(ERR_LEN), pt); local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fmli/sys/
filename.c 35 filename(pt)
36 register char *pt;
41 if (pt == NULL)
43 if ((name = strrchr(pt, '/')) == NULL)
44 return pt;
  /onnv/onnv-gate/usr/src/lib/libadm/common/
getinput.c 44 char *copy, *pt; local
50 pt = input;
52 while (isspace((unsigned char)*pt))
53 ++pt;
55 while (*pt)
56 *copy++ = *pt++;
getvol.c 104 char *advice, *pt; local
126 if (pt = strchr(origfsname, ',')) {
127 *pt = '\0';
129 if (pt = strchr(label, ',')) {
130 (void) strncpy(origvolname, pt+1, LABELSIZ);
183 char *pt, *look, buffer[512]; local
190 if (pt = strchr(fsname, ',')) {
191 *pt = '\0';
193 if (pt = strchr(label, ',')) {
194 (void) strncpy(volname, pt+1, LABELSIZ)
288 char *pt, *keyword[10]; local
    [all...]
pkgparam.c 320 char *pt, *copy, *value, line[PATH_MAX]; local
368 if (pt = fpkgparam(fp, param)) {
372 value = copy = pt;
380 return (pt);
455 char *pt, *last; local
460 for (pt = file; *pt; ) {
461 if (isdot(pt))
462 (void) strcpy(pt, pt[1] ? pt+2 : pt+1)
    [all...]
pkgnmchk.c 59 char *pt; local
78 if (pt = strpbrk(pkg, NMBRK)) {
79 if (presvr4flg && (strcmp(pt, WILD3) == 0))
81 else if ((strcmp(pt, WILD1) == 0) || (strcmp(pt, WILD2) == 0)) {
87 while (*++pt) {
89 if (!isalpha((unsigned char)*pt) &&
90 !isdigit((unsigned char)*pt) &&
91 !strpbrk(pt, "-+"))
regexp.c 37 #define RETURN(pt) return (pt)
pkginfo.c 198 char *value, *pt, *copy, **memloc; local
215 pt = copy = value;
216 while (*pt) {
217 if (!isspace((unsigned char)*pt))
218 *copy++ = *pt;
219 pt++;
279 char *pt, path[128], line[128]; local
289 if (((pt = strchr(temp, '.')) != NULL) && strcmp(pt, ".*") == 0)
290 *pt = '\0'
364 char *pt, *ckarch, *ckvers; local
434 char *pt; local
528 char *pt; local
554 char *pt, *copy, *value, *myarch, *myvers; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/port/fp/
__tbl_fdq.c 203 const char *pt; local
206 pt = (const char *)__four_digits_quick_table + ((u >> 1) & ~3);
207 c0 = pt[0];
208 c1 = pt[1];
209 c2 = pt[2];
210 c3 = pt[3] + (u & 7);
  /onnv/onnv-gate/usr/src/cmd/lp/lib/filters/
freefilter.c 49 register TYPE *pt; local
52 for (pt = typel; pt->name; pt++)
53 Free (pt->name);
69 register TEMPLATE *pt; local
72 for (pt = templ; pt->keyword; pt++) {
73 Free (pt->keyword)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/svr4pkg/libinst/
qstrdup.c 46 register char *pt = NULL; local
49 pt = calloc((strlen(s) + 1), sizeof (char));
50 if (pt == NULL) {
54 (void) strcpy(pt, s);
56 return (pt);
pathdup.c 111 char *pt; local
115 pt = NULL;
125 pt = &tail->mem[MEMSIZ-size];
129 return (pt);
136 char *pt; local
141 pt = NULL;
151 pt = &tail->mem[MEMSIZ-size];
154 (void) strcpy(pt, s);
157 return (pt);
  /onnv/onnv-gate/usr/src/cmd/ssh/include/
getcwd.h 16 char *getcwd(char *pt, size_t size);
  /onnv/onnv-gate/usr/src/uts/common/io/
ptms_conf.c 32 * Pseudo terminals (or pt's for short) are allocated dynamically.
33 * pt's are put in the global ptms_slots array indexed by minor numbers.
35 * The slots array is initially small (of the size NPTY_MIN). When more pt's are
37 * opened pt's move to the new one.
131 * void ptms_close(struct pt_ttys *pt, uint_t flags_to_clear);
133 * Clear flags_to_clear in pt and if no one owns it (PTMOPEN/PTSOPEN not
134 * set) free pt entry and corresponding slot.
210 static struct pt_ttys **ptms_slots = NULL; /* Slots for actual pt structures */
334 struct pt_ttys *pt = NULL; local
382 pt = kmem_cache_alloc(ptms_cache, KM_NOSLEEP)
409 struct pt_ttys *pt = NULL; local
425 struct pt_ttys *pt; local
460 struct pt_ttys *pt; local
606 struct pt_ttys *pt = maddr; local
626 struct pt_ttys *pt = maddr; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/drm/
drm_auth.c 54 drm_magic_entry_t *pt; local
58 for (pt = dev->magiclist[hash].head; pt; pt = pt->next) {
59 if (pt->magic == magic) {
60 retval = pt->priv;
99 drm_magic_entry_t *pt; local
106 for (pt = dev->magiclist[hash].head; pt; prev = pt, pt = pt->next)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/lp/lib/lp/
tidbit.c 213 register struct tidb *pt; local
234 pt = &tidbs[i];
259 pt = &tidbs[i];
276 if (pt->tiebuf)
277 Free(pt->tiebuf);
278 if (!(pt->tiebuf = Malloc(statbuf.st_size))) {
283 n = Read(tfd, pt->tiebuf, statbuf.st_size);
285 if (n <= 0 || n >= 4096 || _Getsh(pt->tiebuf) != 0432) {
286 Free(pt->tiebuf);
287 pt->tiebuf = 0
    [all...]
  /onnv/onnv-gate/usr/src/uts/i86pc/cpu/generic_cpu/
gcpu_poll_subr.c 49 gcpu_poll_trace_t *pt; local
58 pt = &ptc->mptc_tbufs[next];
60 pt->mpt_when = 0;
61 pt->mpt_what = what;
63 pt->mpt_nerr = MIN(nerr, UINT8_MAX);
65 pt->mpt_when = gethrtime_waitfree();
  /onnv/onnv-gate/usr/src/common/openssl/crypto/aes/
aes_locl.h 70 # define GETU32(pt) (((u32)(pt)[0] << 24) ^ ((u32)(pt)[1] << 16) ^ ((u32)(pt)[2] << 8) ^ ((u32)(pt)[3]))
  /onnv/onnv-gate/usr/src/cmd/svr4pkg/pkgscripts/
cmdexec.c 53 *pt, local
98 for (pt = line; isspace(*pt); /* void */)
99 ++pt;
100 if (*pt == '#')
102 if (*pt == COMMAND) {
105 pt = strtok(pt+1, " \t\n");
106 if (!pt) {
110 flag = (strcmp(pt, keyword) ? 0 : 1)
    [all...]
  /onnv/onnv-gate/usr/src/lib/libinstzones/common/
zones_paths.c 406 char *pt; local
411 for (pt = a_file; *pt; /* void */) {
412 if (isdot(pt)) {
413 (void) strcpy(pt, pt[1] ? pt+2 : pt+1);
414 } else if (isdotdot(pt)) {
416 last = pt;
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/ptm/
ptm.c 77 ptms_pr_qinfo(char *buf, size_t nbytes, struct pt_ttys *pt, char *peername,
82 pt->pt_minor, peername, peerq, pt->pt_pid, procname);
90 struct pt_ttys pt; local
124 if (mdb_vread(&pt, sizeof (pt), addr) == -1) {
129 if (mask != 0 && !(pt.pt_state & mask))
132 if (not_mask != 0 && (pt.pt_state & not_mask))
144 if (pt.pt_pid != 0) {
145 if (mdb_pid2proc(pt.pt_pid, &p) == NULL
181 struct pt_ttys pt; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/i86pc/io/amd_iommu/
amd_iommu_page_tables.c 674 amd_iommu_insert_pgtable_hash(amd_iommu_page_table_t *pt)
676 uint64_t pa_4K = ((uint64_t)pt->pt_cookie.dmac_cookie_addr) >> 12;
679 ASSERT((pt->pt_cookie.dmac_cookie_addr & AMD_IOMMU_PGTABLE_ALIGN) == 0);
683 pt->pt_next = amd_iommu_page_table_hash.ampt_hash[idx];
684 pt->pt_prev = NULL;
685 amd_iommu_page_table_hash.ampt_hash[idx] = pt;
686 if (pt->pt_next)
687 pt->pt_next->pt_prev = pt;
693 amd_iommu_remove_pgtable_hash(amd_iommu_page_table_t *pt)
719 amd_iommu_page_table_t *pt; local
774 amd_iommu_page_table_t *pt; local
802 amd_iommu_page_table_t *pt; local
1128 amd_iommu_page_table_t *pt; local
1245 amd_iommu_page_table_t *pt; local
1322 amd_iommu_page_table_t *pt; local
    [all...]

Completed in 5589 milliseconds

1 2 3 4 5 6 7 8 91011