HomeSort by: relevance | last modified time | path
    Searched defs:pitem (Results 1 - 8 of 8) sorted by relevancy

  /src/games/larn/
savelev.c 18 u_char *pitem, *pknow, *pmitem; local
25 pitem = item[0];
33 pcel->item = *pitem++;
47 u_char *pitem, *pknow, *pmitem; local
54 pitem = item[0];
62 *pitem++ = pcel->item;
  /src/external/bsd/openpam/dist/lib/libpam/
pam_get_authtok.c 79 int pitem, r, style, twice; local
86 pitem = PAM_AUTHTOK_PROMPT;
104 pitem = PAM_OLDAUTHTOK_PROMPT;
127 r = pam_get_item(pamh, pitem, &promptp);
  /src/crypto/dist/ipsec-tools/src/racoon/
isakmp_frag.c 175 struct isakmp_frag_item *pitem = NULL; local
191 if (pitem != NULL)
192 pitem->frag_next = item;
200 pitem = citem;
205 pitem->frag_next = item;
  /src/usr.bin/systat/
netcmds.c 203 static struct pitem { struct
211 struct pitem *p;
239 struct pitem *p;
251 struct pitem *p;
  /src/external/bsd/byacc/dist/
reader.c 94 static bucket **pitem; variable
2158 pitem = TMALLOC(bucket *, maxitems);
2159 NO_SPACE(pitem);
2161 pitem[0] = NULL;
2162 pitem[1] = NULL;
2163 pitem[2] = NULL;
2164 pitem[3] = NULL;
2195 pitem = TREALLOC(bucket *, pitem, maxitems);
2196 NO_SPACE(pitem);
    [all...]
  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_local.h 1930 typedef struct pitem_st pitem; typedef in typeref:struct:pitem_st
1935 pitem *next;
1940 pitem *pitem_new(unsigned char *prio64be, void *data);
1941 void pitem_free(pitem *item);
1944 pitem *pqueue_insert(pqueue *pq, pitem *item);
1945 pitem *pqueue_peek(pqueue *pq);
1946 pitem *pqueue_pop(pqueue *pq);
1947 pitem *pqueue_find(pqueue *pq, unsigned char *prio64be);
1948 pitem *pqueue_iterator(pqueue *pq)
    [all...]
  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_local.h 1878 typedef struct pitem_st pitem; typedef in typeref:struct:pitem_st
1883 pitem *next;
1888 pitem *pitem_new(unsigned char *prio64be, void *data);
1889 void pitem_free(pitem *item);
1892 pitem *pqueue_insert(pqueue *pq, pitem *item);
1893 pitem *pqueue_peek(pqueue *pq);
1894 pitem *pqueue_pop(pqueue *pq);
1895 pitem *pqueue_find(pqueue *pq, unsigned char *prio64be);
1896 pitem *pqueue_iterator(pqueue *pq)
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_local.h 1751 typedef struct pitem_st pitem; typedef in typeref:struct:pitem_st
1756 pitem *next;
1761 pitem *pitem_new(unsigned char *prio64be, void *data);
1762 void pitem_free(pitem *item);
1765 pitem *pqueue_insert(pqueue *pq, pitem *item);
1766 pitem *pqueue_peek(pqueue *pq);
1767 pitem *pqueue_pop(pqueue *pq);
1768 pitem *pqueue_find(pqueue *pq, unsigned char *prio64be);
1769 pitem *pqueue_iterator(pqueue *pq)
    [all...]

Completed in 34 milliseconds