HomeSort by: relevance | last modified time | path
    Searched defs:inp (Results 1 - 25 of 142) sorted by relevancy

1 2 3 4 5 6

  /src/sbin/fsck_ext2fs/
pass3.c 75 struct inoinfo **inpp, *inp; local
80 inp = *inpp;
81 if (inp->i_number == EXT2_ROOTINO ||
82 !(inp->i_parent == 0 || statemap[inp->i_number] == DSTATE))
84 if (statemap[inp->i_number] == DCLEAR)
87 orphan = inp->i_number;
88 if (inp->i_parent == 0 ||
89 statemap[inp->i_parent] != DSTATE ||
92 inp = getinoinfo(inp->i_parent)
    [all...]
pass2.c 91 struct inoinfo **inpp, *inp; local
154 inp = *inpp;
155 if (inp->i_isize == 0)
157 if (inp->i_isize < MINDIRSIZE) {
158 direrror(inp->i_number, "DIRECTORY TOO SHORT");
159 inp->i_isize = roundup(MINDIRSIZE, sblock.e2fs_bsize);
161 dp = ginode(inp->i_number);
162 inossize(dp, inp->i_isize);
165 } else if ((inp->i_isize & (sblock.e2fs_bsize - 1)) != 0) {
166 getpathname(pathbuf, sizeof(pathbuf), inp->i_number
226 struct inoinfo *inp; local
    [all...]
  /src/sbin/fsck_lfs/
pass3.c 42 struct inoinfo **inpp, *inp; local
47 inp = *inpp;
48 if (inp->i_number == ULFS_ROOTINO || inp->i_number == LFS_IFILE_INUM ||
49 !(inp->i_parent == 0 || statemap[inp->i_number] == DSTATE))
51 if (statemap[inp->i_number] == DCLEAR)
53 if (statemap[inp->i_number] == FCLEAR)
56 orphan = inp->i_number;
57 if (inp->i_parent == 0 |
    [all...]
pass2.c 66 struct inoinfo **inpp, *inp; local
136 inp = *inpp;
137 if (inp->i_isize == 0)
139 if (inp->i_isize < MINDIRSIZE(fs)) {
140 direrror(inp->i_number, "DIRECTORY TOO SHORT");
141 inp->i_isize = roundup(MINDIRSIZE(fs), LFS_DIRBLKSIZ);
143 vp = vget(fs, inp->i_number);
145 lfs_dino_setsize(fs, dp, inp->i_isize);
148 } else if ((inp->i_isize & (LFS_DIRBLKSIZ - 1)) != 0) {
149 getpathname(pathbuf, sizeof(pathbuf), inp->i_number
217 struct inoinfo *inp; local
    [all...]
  /src/sys/netinet/
sctp_peeloff.c 89 struct sctp_inpcb *inp; local
91 inp = (struct sctp_inpcb *)head->so_pcb;
92 if (inp == NULL) {
95 stcb = sctp_findassociation_ep_asocid(inp, assoc_id);
106 struct sctp_inpcb *inp, *n_inp; local
109 inp = (struct sctp_inpcb *)head->so_pcb;
110 if (inp == NULL)
112 stcb = sctp_findassociation_ep_asocid(inp, assoc_id);
120 (SCTP_PCB_COPY_FLAGS & inp->sctp_flags));
127 sctp_move_pcb_and_assoc(inp, n_inp, stcb)
141 struct sctp_inpcb *inp, *n_inp; local
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/sha/
sha3.c 47 const unsigned char *inp = _inp; local
58 memcpy(ctx->buf + num, inp, len);
67 memcpy(ctx->buf + num, inp, rem);
68 inp += rem, len -= rem;
75 rem = SHA3_absorb(ctx->A, inp, len, bsz);
80 memcpy(ctx->buf, inp + len - rem, rem);
  /src/bin/dd/
conv.c 65 u_char *inp; local
69 for (inp = in.dbp - (cnt = in.dbrcnt); cnt--; ++inp)
70 *inp = t[*inp];
122 u_char *inp, *outp; local
132 for (inp = in.db, cnt = in.dbrcnt;
133 cnt && *inp++ != '\n'; --cnt);
142 in.dbp = inp + cnt - 1;
149 for (inp = in.dbp - in.dbcnt, outp = out.dbp; in.dbcnt;)
233 u_char *inp; local
    [all...]
  /src/sbin/fsck_ffs/
pass3.c 57 struct inoinfo *inp, **inpp; local
77 inp = *inpp;
78 state = inoinfo(inp->i_number)->ino_state;
79 if (inp->i_number == UFS_ROOTINO ||
80 (inp->i_parent != 0 && state != DSTATE))
92 if (inp->i_dotdot >= UFS_ROOTINO)
93 inoinfo(inp->i_dotdot)->ino_linkcnt++;
97 orphan = inp->i_number;
98 if (inp->i_parent == 0 ||
99 inoinfo(inp->i_parent)->ino_state != DSTATE |
    [all...]
pass2.c 67 struct inoinfo **inpp, *inp, *pinp; local
161 inp = *inpp;
162 if (inp->i_isize == 0)
164 if (inp->i_isize < MINDIRSIZE) {
165 direrror(inp->i_number, "DIRECTORY TOO SHORT");
166 inp->i_isize = roundup(MINDIRSIZE, dirblksiz);
168 dp = ginode(inp->i_number);
169 DIP_SET(dp, size, iswap64(inp->i_isize));
173 } else if ((inp->i_isize & (dirblksiz - 1)) != 0) {
174 getpathname(pathbuf, sizeof(pathbuf), inp->i_number
327 struct inoinfo *inp; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/sha/
sha3.c 54 const unsigned char *inp = _inp; local
69 memcpy(ctx->buf + num, inp, len);
78 memcpy(ctx->buf + num, inp, rem);
79 inp += rem, len -= rem;
86 rem = SHA3_absorb(ctx->A, inp, len, bsz);
91 memcpy(ctx->buf, inp + len - rem, rem);
  /src/crypto/external/bsd/netpgp/dist/src/libverify/
b64.c 240 const char *inp; local
253 for (blocksout = 0, inp = in, outp = out; (size_t)(inp - in) < insize && (size_t)(outp - out) < outsize;) {
255 wordin[i] = (uint8_t) *inp++;
256 if ((size_t)(inp - in) <= insize) {
271 (size_t)(inp - in) >= insize) {
304 const char *inp; local
316 for (inp = in, outp = out ; (size_t)(inp - in) < insize && (size_t)(outp - out) < outsize ; ) {
317 for (wordlen = 0, i = 0 ; i < sizeof(wordin) && (size_t)(inp - in) < insize ; i++)
    [all...]
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
b64.c 240 const char *inp; local
253 for (blocksout = 0, inp = in, outp = out; (size_t)(inp - in) < insize && (size_t)(outp - out) < outsize;) {
255 wordin[i] = (uint8_t) *inp++;
256 if ((size_t)(inp - in) <= insize) {
271 (size_t)(inp - in) >= insize) {
304 const char *inp; local
316 for (inp = in, outp = out ; (size_t)(inp - in) < insize && (size_t)(outp - out) < outsize ; ) {
317 for (wordlen = 0, i = 0 ; i < sizeof(wordin) && (size_t)(inp - in) < insize ; i++)
    [all...]
  /src/crypto/external/bsd/netpgp/dist/src/pgp2ssh/
b64.c 240 const char *inp; local
250 for (blocksout = 0, inp = in, outp = out; (size_t)(inp - in) < insize && (size_t)(outp - out) < outsize;) {
252 wordin[i] = (uint8_t) *inp++;
253 if ((size_t)(inp - in) <= insize) {
268 (size_t)(inp - in) >= insize) {
301 const char *inp; local
310 for (inp = in, outp = out ; (size_t)(inp - in) < insize && (size_t)(outp - out) < outsize ; ) {
311 for (wordlen = 0, i = 0 ; i < sizeof(wordin) && (size_t)(inp - in) < insize ; i++)
    [all...]
  /src/external/bsd/less/dist/
lsystem.c 49 int inp; local
116 inp = dup(0);
121 dup(inp);
180 dup(inp);
181 close(inp);
  /src/external/lgpl3/gmp/dist/tests/mpq/
t-inp_str.c 40 const char *inp; member in struct:__anon23352
94 fputs (data[i].inp, fp);
109 printf (" inp \"%s\"\n", data[i].inp);
117 if (post == 0 && data[i].want_nread == strlen(data[i].inp))
123 printf (" inp \"%s\"\n", data[i].inp);
133 printf (" inp \"%s\"\n", data[i].inp);
145 printf (" inp \"%s\"\n", data[i].inp)
    [all...]
  /src/distrib/utils/more/
os.c 81 int inp; local
116 inp = dup(0);
119 (void)dup(inp);
147 (void)dup(inp);
148 (void)close(inp);
  /src/crypto/external/apache2/openssl/dist/crypto/whrlpool/
wp_dgst.c 79 const unsigned char *inp = _inp; local
82 WHIRLPOOL_BitUpdate(c, inp, chunk * 8);
84 inp += chunk;
87 WHIRLPOOL_BitUpdate(c, inp, bytes * 8);
97 const unsigned char *inp = _inp; local
117 whirlpool_block(c, inp, n);
118 inp += n * WHIRLPOOL_BBLOCK / 8;
127 memcpy(c->data + byteoff, inp, bitrem);
128 inp += bitrem;
132 memcpy(c->data + byteoff, inp, bits / 8)
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/whrlpool/
wp_dgst.c 79 const unsigned char *inp = _inp; local
82 WHIRLPOOL_BitUpdate(c, inp, chunk * 8);
84 inp += chunk;
87 WHIRLPOOL_BitUpdate(c, inp, bytes * 8);
97 const unsigned char *inp = _inp; local
117 whirlpool_block(c, inp, n);
118 inp += n * WHIRLPOOL_BBLOCK / 8;
127 memcpy(c->data + byteoff, inp, bitrem);
128 inp += bitrem;
132 memcpy(c->data + byteoff, inp, bits / 8)
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/whrlpool/
wp_dgst.c 73 const unsigned char *inp = _inp; local
76 WHIRLPOOL_BitUpdate(c, inp, chunk * 8);
78 inp += chunk;
81 WHIRLPOOL_BitUpdate(c, inp, bytes * 8);
91 const unsigned char *inp = _inp; local
111 whirlpool_block(c, inp, n);
112 inp += n * WHIRLPOOL_BBLOCK / 8;
121 memcpy(c->data + byteoff, inp, bitrem);
122 inp += bitrem;
126 memcpy(c->data + byteoff, inp, bits / 8)
    [all...]
  /src/external/lgpl3/gmp/dist/tests/mpf/
t-inp_str.c 40 const char *inp; member in struct:__anon23338
101 fputs (data[i].inp, fp);
116 printf (" inp \"%s\"\n", data[i].inp);
126 /* if data[i].inp is a whole string to read and there's no post
128 if (post == 0 && data[i].want_nread == strlen(data[i].inp))
134 printf (" inp \"%s\"\n", data[i].inp);
151 printf (" inp \"%s\"\n", data[i].inp);
    [all...]
  /src/external/lgpl3/gmp/dist/tests/mpz/
t-inp_str.c 40 const char *inp; member in struct:__anon23377
108 fputs (data[i].inp, fp);
123 printf (" inp \"%s\"\n", data[i].inp);
133 /* if data[i].inp is a whole string to read and there's no post
135 if (post == 0 && data[i].want_nread == strlen(data[i].inp))
141 printf (" inp \"%s\"\n", data[i].inp);
158 printf (" inp \"%s\"\n", data[i].inp);
    [all...]
  /src/lib/libcurses/
get_wch.c 442 wchar_t inp, ws[2]; local
488 ret = inkey(&inp,
494 ret = inkey(&inp, 0, 0);
497 ret = inkey(&inp,
531 inp = c;
535 if (inp > 255)
541 inp);
543 __CTRACE(__CTRACE_INPUT, "wget_wch got '%s'\n", unctrl(inp));
556 ( inp == KEY_DC ||
557 inp == KEY_BACKSPACE |
    [all...]
  /src/sys/net/npf/
npf_socket.c 120 struct inpcb *inp = NULL; local
162 inp = in_pcbhashlookup(tb, saddr, sport, daddr, dport);
163 if (inp == NULL) {
164 inp = in_pcblookup_listen(tb, daddr, dport);
165 if (inp == NULL) {
170 so = inp->inp_socket;
  /src/crypto/external/bsd/openssl/dist/test/
bio_enc_test.c 42 static unsigned char inp[BUF_SIZE] = { 0 }; local
47 if (!TEST_int_gt(RAND_bytes(inp, DATA_SIZE), 0))
58 mem = BIO_new_mem_buf(inp, DATA_SIZE);
74 mem = BIO_new_mem_buf(inp, DATA_SIZE);
106 mem = BIO_new_mem_buf(inp, DATA_SIZE);
140 if (!TEST_mem_eq(inp, DATA_SIZE, out, len))
167 if (!TEST_mem_eq(inp, DATA_SIZE, out, len)) {
194 if (!TEST_mem_eq(inp, DATA_SIZE, out, len)) {
  /src/crypto/external/bsd/openssl.old/dist/test/
bio_enc_test.c 42 static unsigned char inp[BUF_SIZE] = { 0 }; local
47 if (!TEST_int_gt(RAND_bytes(inp, DATA_SIZE), 0))
56 BIO_push(b, BIO_new_mem_buf(inp, DATA_SIZE));
67 BIO_push(b, BIO_new_mem_buf(inp, DATA_SIZE));
94 BIO_push(b, BIO_new_mem_buf(inp, DATA_SIZE));
120 if (!TEST_mem_eq(inp, DATA_SIZE, out, len))
142 if (!TEST_mem_eq(inp, DATA_SIZE, out, len)) {
164 if (!TEST_mem_eq(inp, DATA_SIZE, out, len)) {

Completed in 39 milliseconds

1 2 3 4 5 6