HomeSort by relevance Sort by last modified time
    Searched defs:cd (Results 1 - 25 of 57) sorted by null

1 2 3

  /onnv/onnv-gate/usr/src/lib/libshell/common/data/
bash_pre_rc.sh 216 function cd function
226 command cd "$@"
228 msg=$(command cd "$@" 2>&1)
244 command cd $args
  /onnv/onnv-gate/usr/src/lib/libresolv2/common/irs/
getnetgrent.c 83 const char *ch, *cu, *cd; local
86 ret = getnetgrent_p(&ch, &cu, &cd, net_data);
92 DE_CONST(cd, *domain);
  /onnv/onnv-gate/usr/src/cmd/mms/lm/common/
lm_lib.c 102 lm_cmdData_t *cd; local
171 for (cd = cmdData; cd->cd_symName != NULL; cd++) {
172 (void) strcpy(&symName[0], cd->cd_symName);
175 cd->cd_cmdptr = (int (*)())symAddr;
  /onnv/onnv-gate/usr/src/lib/libast/common/regex/
regdecomp.c 79 int cd; local
152 cb = cd = cr = 0;
163 cd = 1;
188 cd = -1;
231 if (cd < 0)
245 if (cd > 0)
  /onnv/onnv-gate/usr/src/common/openssl/crypto/des/
speed.c 189 long ca,cb,cc,cd,ce; local
217 cd=count*8/BUFSIZE+1;
276 printf("Doing DES_ede_cbc_encrypt %ld times on %ld byte blocks\n",cd,
280 for (count=0,run=1; COND(cd); count++)
290 d=((double)COUNT(cd)*BUFSIZE)/d;
des_opts.c 431 long ca,cb,cc,cd,ce; local
466 cd=count*8/BUFSIZE+1;
  /onnv/onnv-gate/usr/src/lib/efcode/fcdriver/
load_node.c 232 device_t *cd; local
  /onnv/onnv-gate/usr/src/stand/lib/fs/nfs/
nfs2ops.c 311 static struct nfs_file cd; local
334 bzero((caddr_t)&cd, sizeof (struct nfs_file));
335 cd.version = NFS_VERSION;
336 cd.ftype.type2 = res_lookup.diropres_u.diropres.attributes.type;
337 bcopy(&res_lookup.diropres_u.diropres.file, &cd.fh.fh2, NFS_FHSIZE);
338 return (&cd);
nfs3ops.c 352 static struct nfs_file cd; local
381 bzero((caddr_t)&cd, sizeof (struct nfs_file));
382 cd.version = NFS_V3;
394 cd.ftype.type3 = res_lookup.LOOKUP3res_u.resok.obj_attributes
396 cd.fh.fh3.len = res_lookup.LOOKUP3res_u.resok.object.data.data_len;
398 cd.fh.fh3.data, cd.fh.fh3.len);
400 return (&cd);
nfs4ops.c 380 static struct nfs_file cd; local
477 bzero((caddr_t)&cd, sizeof (struct nfs_file));
478 cd.version = NFS_V4;
479 cd.ftype.type4 = lookupres.lr_attrs.b_fattr4_type;
480 cd.fh.fh4.len = lookupres.lr_attrs.b_fattr4_filehandle.len;
481 bcopy(lookupres.lr_attrs.b_fattr4_filehandle.data, cd.fh.fh4.data,
482 cd.fh.fh4.len);
491 return (&cd);
500 static struct nfs_file cd; local
575 bzero((caddr_t)&cd, sizeof (struct nfs_file))
    [all...]
  /onnv/onnv-gate/usr/src/ucblib/librpcsoc/
svc_tcp.c 191 register struct tcp_conn *cd; local
198 cd = (struct tcp_conn *)mem_alloc(sizeof (struct tcp_conn));
199 if (cd == (struct tcp_conn *)NULL) {
205 cd->strm_stat = XPRT_IDLE;
206 xdrrec_create(&(cd->xdrs), sendsize, recvsize,
210 xprt->xp_p1 = (caddr_t)cd;
211 xprt->xp_verf.oa_base = cd->verf_body;
264 register struct tcp_conn *cd = (struct tcp_conn *)xprt->xp_p1; local
273 XDR_DESTROY(&(cd->xdrs));
275 mem_free((caddr_t)cd, sizeof (struct tcp_conn))
346 register struct tcp_conn *cd = local
361 register struct tcp_conn *cd = local
403 register struct tcp_conn *cd = local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/avs/ns/sdbc/
sd_trace.c 67 static int _sd_set_adump(int cd, int flag, _sdtr_table_t *table);
120 * _sdbc_tr_configure - configure a trace area for the descriptor "cd".
130 _sdbc_tr_configure(int cd)
139 if (cd == SDT_INV_CD)
142 if (_sd_trace_table[cd].tbl)
151 "allocate %d bytes for trace, cd=%d", size, cd);
159 "alloc trace lock for cd %d", cd);
164 _sd_trace_table[cd].t_lock = lk
360 int cd; local
382 int cd; local
416 long cd; member in struct:a
425 int cd, count, lost, new_cnt; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
iconv.c 89 iconv_t cd; local
92 if ((cd = malloc(sizeof (struct _iconv_info))) == NULL)
100 free(cd);
104 cd->_conv = iconv_open_all(tocode, fromcode, ipath);
105 if (cd->_conv != (iconv_p)-1) {
108 return (cd);
114 cd->_conv = iconv_search_alias(tocode, fromcode, ipath);
116 if (cd->_conv == (iconv_p)-1) {
127 free(cd);
136 cd->_conv = malloc(sizeof (struct _iconv_fields))
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
kerberos5.c 138 unsigned char *cd = (unsigned char *)d; local
143 c = strlen((char *)cd);
163 if ((*p++ = *cd++) == IAC) {
  /onnv/onnv-gate/usr/src/cmd/fs.d/udfs/fsdb/
fsdb_yacc.y 82 %token BASE BLOCK CD DIRECTORY TFILE FIND FILL
115 | base | block | cd | directory | file | find | fill
200 cd : CD ' ' WORD label
254 | CD
  /onnv/onnv-gate/usr/src/cmd/ldap/common/
convutf8.c 69 iconv_t cd; local
81 if ((cd = iconv_open(tcode, fcode)) == (iconv_t)-1) {
91 (void) iconv_close(cd);
99 ret = iconv(cd, &fptr, &ileft, &tptr, &oleft);
103 * Success. Place 'cd' into its initial shift
152 (void) iconv_close(cd);
  /onnv/onnv-gate/usr/src/cmd/msgfmt/
gnu_handle.c 36 iconv_t cd = (iconv_t)-1; variable
189 cd = (iconv_t)-1;
197 cd = (iconv_t)-1;
200 cd = iconv_open(DEST_CHARSET, charset);
201 if (cd == (iconv_t)-1) {
535 cd = (iconv_t)-1;
545 if (cd != (iconv_t)-1)
546 (void) iconv_close(cd);
  /onnv/onnv-gate/usr/src/common/ctf/
ctf_types.c 205 ctf_decl_t cd; local
214 ctf_decl_init(&cd, buf, len);
215 ctf_decl_push(&cd, fp, type);
217 if (cd.cd_err != 0) {
218 ctf_decl_fini(&cd);
219 return (ctf_set_errno(fp, cd.cd_err));
229 ptr = cd.cd_order[CTF_PREC_POINTER] > CTF_PREC_POINTER;
230 arr = cd.cd_order[CTF_PREC_ARRAY] > CTF_PREC_ARRAY;
238 for (cdp = ctf_list_next(&cd.cd_nodes[prec]);
247 ctf_decl_sprintf(&cd, " ");
    [all...]
  /onnv/onnv-gate/usr/src/common/openssl/crypto/bf/
bf_opts.c 238 long ca,cb,cc,cd,ce; local
270 cd=count*8/BUFSIZE+1;
  /onnv/onnv-gate/usr/src/common/openssl/crypto/cast/
castopts.c 248 long ca,cb,cc,cd,ce; local
280 cd=count*8/BUFSIZE+1;
  /onnv/onnv-gate/usr/src/lib/lvm/libmeta/common/
metarpcopen.c 200 clnt_data_t *cd = (clnt_data_t *)private; local
202 return (clnt_create_timed(hostname, cd->cd_prognum, cd->cd_version,
203 cd->cd_nettype, time_out));
313 clnt_data_t cd; local
315 cd.cd_prognum = prognum;
316 cd.cd_version = version;
317 cd.cd_nettype = nettype;
319 (void *)&cd, MD_CLNT_CREATE_TOUT, (md_error_t *)NULL));
meta_med.c 82 med_create_data_t *cd = (med_create_data_t *)private; local
84 return (clnt_create_timed(hostname, cd->mcd_program, cd->mcd_version,
85 cd->mcd_nettype, time_out));
97 med_create_data_t cd; /* Create data. */ local
99 cd.mcd_program = prog;
100 cd.mcd_version = vers;
101 cd.mcd_nettype = nettype;
103 (void *)&cd, (time_t)tp->tv_sec, NULL));
  /onnv/onnv-gate/usr/src/uts/common/pcmcia/cis/
cis.c 842 cistpl_devspeed_struct_t *cd = &cistpl_devspeed_struct; local
875 if (cd->mantissa[mantissa] == tmanv) {
894 if ((cs->nS = cd->table[exponent]) == NULL)
898 if ((cs->nS = ((cd->mantissa[mantissa] *
899 cd->exponent[exponent]) / 10)) == NULL)
    [all...]
  /onnv/onnv-gate/usr/src/uts/intel/io/intel_nhm/
nhm_init.c 100 smbios_info_t cd; local
102 if (smbios_info_common(shp, id, &cd) == 0) {
103 if (cd.smbi_serial && nhm_smbios_serial) {
104 (void) strncpy(dimmp->serial_number, cd.smbi_serial,
107 if (cd.smbi_manufacturer && nhm_smbios_manufacturer) {
109 cd.smbi_manufacturer,
112 if (cd.smbi_part && nhm_smbios_part_number) {
113 (void) strncpy(dimmp->part_number, cd.smbi_part,
116 if (cd.smbi_version && nhm_smbios_version) {
117 (void) strncpy(dimmp->revision, cd.smbi_version
    [all...]
  /onnv/onnv-gate/usr/src/lib/libsasl/plugin/
plugin_common.c 938 iconv_t cd; local
962 cd = iconv_open("UTF-8", code_set);
963 if (cd == (iconv_t)-1)
975 (void) iconv_close(cd);
983 ret = iconv(cd, &inptr, &ileft, &outptr, &oleft);
1030 (void) iconv_close(cd);

Completed in 1140 milliseconds

1 2 3