Searched refs:np (Results 51 - 75 of 349) sorted by relevance

1234567891011>>

/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/bltins/
H A Dalarm.c162 static char *setdisc(Namval_t *np, const char *event, Namval_t* action, Namfun_t argument
171 return(nv_setdisc(np, event, action, fp));
173 if(action==np)
183 static void putval(Namval_t* np, const char* val, int flag, Namfun_t* fp) argument
198 nv_putv(np,val,flag,fp);
199 d = nv_getnum(np);
203 nv_putv(np,(char*)&x,NV_INTEGER|NV_DOUBLE,fp);
215 tp = (struct tevent*)nv_stack(np, (Namfun_t*)0);
219 nv_unset(np);
236 register Namval_t *np; local
[all...]
H A Dprint.c523 Namval_t *np = nv_open(string, NiL, NV_VARNAME|NV_NOASSIGN|NV_NOADD); local
526 if(!np || nv_isnull(np))
532 if(nv_isattr(np,NV_INTEGER))
534 d = nv_getnum(np);
535 if(nv_isattr(np,NV_DOUBLE))
537 if(nv_isattr(np,NV_LONG))
542 else if(nv_isattr(np,NV_SHORT))
555 if(nv_isattr(np,NV_LONG))
560 else if(nv_isattr(np,NV_SHOR
773 Namval_t *np; local
[all...]
H A Dread.c208 register Namval_t *np; local
240 np = nv_open(name,shp->var_tree,oflags);
241 if(np && nv_isarray(np) && (mp=nv_opensub(np)))
242 np = mp;
244 ((struct edit*)shp->gd->ed_context)->e_default = np;
250 if((ap=nv_arrayptr(np)) && !ap->fun)
252 nv_unset(np);
253 if((ap=nv_arrayptr(np))
[all...]
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dprint-snmp.c1200 varbind_print(u_char pduid, const u_char *np, u_int length) argument
1210 if ((count = asn1_parse(np, length, &elem)) < 0)
1221 np = (u_char *)elem.data.raw;
1230 if ((count = asn1_parse(np, length, &elem)) < 0)
1237 vbend = np + count;
1241 np = (u_char *)elem.data.raw;
1244 if ((count = asn1_parse(np, length, &elem)) < 0)
1259 np += count;
1266 if ((count = asn1_parse(np, length, &elem)) < 0)
1287 np
1296 snmppdu_print(u_short pduid, const u_char *np, u_int length) argument
1376 trappdu_print(const u_char *np, u_int length) argument
1466 pdu_print(const u_char *np, u_int length, int version) argument
1527 scopedpdu_print(const u_char *np, u_int length, int version) argument
1580 community_print(const u_char *np, u_int length, int version) argument
1609 usm_print(const u_char *np, u_int length) argument
1705 v3msg_print(const u_char *np, u_int length) argument
1842 snmp_print(const u_char *np, u_int length) argument
[all...]
H A Dprint-lwres.c300 const struct lwres_lwpacket *np; local
307 np = (const struct lwres_lwpacket *)bp;
308 TCHECK(np->authlength);
311 v = EXTRACT_16BITS(&np->version);
315 s = (const char *)np + EXTRACT_32BITS(&np->length);
319 response = EXTRACT_16BITS(&np->pktflags) & LWRES_LWPACKETFLAG_RESPONSE;
322 v = EXTRACT_32BITS(&np->opcode);
327 v = EXTRACT_16BITS(&np->pktflags);
333 printf("serial:0x%x", EXTRACT_32BITS(&np
[all...]
/macosx-10.10.1/file_cmds-242/ls/
H A Dls.c599 NAMES *np; local
791 if ((np = calloc(1, sizeof(NAMES) + lattrlen +
795 np->user = &np->data[0];
796 (void)strcpy(np->user, user);
797 np->group = &np->data[ulen + 1];
798 (void)strcpy(np->group, group);
812 np->xattr_names = malloc(xattr_size);
813 listxattr(filename, np
[all...]
/macosx-10.10.1/tidy-15.15/tidy/src/
H A Dentities.c317 const entity *np; local
318 for ( np = entities; ch && np && np->name; ++np )
319 if ( ch == *np->name && TY_(tmbstrcmp)(s, np->name) == 0 )
320 return np;
328 const entity* np;
347 if ( NULL != (np
360 const entity* np; local
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/nfs/
H A Dnfs4_vnops.c83 nfs4_access_rpc(nfsnode_t np, u_int32_t *access, int rpcflags, vfs_context_t ctx) argument
90 struct nfsmount *nmp = NFSTONMP(np);
95 if (np->n_vattr.nva_flags & NFS_FFLAG_TRIGGER_REFERRAL)
98 NFSREQ_SECINFO_SET(&si, np, NULL, 0, NULL, 0);
108 nfsm_chain_add_fh(error, &nmreq, nfsvers, np->n_fhp, np->n_fhsize);
114 nfsm_chain_add_bitmap_supported(error, &nmreq, nfs_getattr_bitmap, nmp, np);
118 error = nfs_request2(np, NULL, &nmreq, NFSPROC4_COMPOUND,
122 if ((lockerror = nfs_node_lock(np)))
146 if (np
178 nfs4_getattr_rpc( nfsnode_t np, mount_t mp, u_char *fhp, size_t fhsize, int flags, vfs_context_t ctx, struct nfs_vattr *nvap, u_int64_t *xidp) argument
253 nfs4_readlink_rpc(nfsnode_t np, char *buf, uint32_t *buflenp, vfs_context_t ctx) argument
316 nfs4_read_rpc_async( nfsnode_t np, off_t offset, size_t len, thread_t thd, kauth_cred_t cred, struct nfsreq_cbinfo *cb, struct nfsreq **reqp) argument
367 nfs4_read_rpc_async_finish( nfsnode_t np, struct nfsreq *req, uio_t uio, size_t *lenp, int *eofp) argument
421 nfs4_write_rpc_async( nfsnode_t np, uio_t uio, size_t len, thread_t thd, kauth_cred_t cred, int iomode, struct nfsreq_cbinfo *cb, struct nfsreq **reqp) argument
483 nfs4_write_rpc_async_finish( nfsnode_t np, struct nfsreq *req, int *iomodep, size_t *rlenp, uint64_t *wverfp) argument
1222 nfs4_commit_rpc( nfsnode_t np, uint64_t offset, uint64_t count, kauth_cred_t cred, uint64_t wverf) argument
1300 nfs4_pathconf_rpc( nfsnode_t np, struct nfs_fsattr *nfsap, vfs_context_t ctx) argument
1478 nfs4_setattr_rpc( nfsnode_t np, struct vnode_attr *vap, vfs_context_t ctx) argument
1761 nfs_open_state_set_busy(nfsnode_t np, thread_t thd) argument
1792 nfs_open_state_clear_busy(nfsnode_t np) argument
1980 nfs_open_file_find( nfsnode_t np, struct nfs_open_owner *noop, struct nfs_open_file **nofpp, uint32_t accessMode, uint32_t denyMode, int alloc) argument
1998 nfs_open_file_find_internal( nfsnode_t np, struct nfs_open_owner *noop, struct nfs_open_file **nofpp, uint32_t accessMode, uint32_t denyMode, int alloc) argument
2422 nfs_get_stateid(nfsnode_t np, thread_t thd, kauth_cred_t cred, nfs_stateid *sid) argument
2474 nfs4_open_delegated( nfsnode_t np, struct nfs_open_file *nofp, uint32_t accessMode, uint32_t denyMode, vfs_context_t ctx) argument
2563 nfs4_open( nfsnode_t np, struct nfs_open_file *nofp, uint32_t accessMode, uint32_t denyMode, vfs_context_t ctx) argument
2671 nfsnode_t np = VTONFS(vp); local
2873 nfsnode_t np = VTONFS(vp); local
2950 nfs_lock_owner_find(nfsnode_t np, proc_t p, int alloc) argument
3206 nfs4_setlock_rpc( nfsnode_t np, struct nfs_open_file *nofp, struct nfs_file_lock *nflp, int reclaim, int flags, thread_t thd, kauth_cred_t cred) argument
3330 nfs4_unlock_rpc( nfsnode_t np, struct nfs_lock_owner *nlop, int type, uint64_t start, uint64_t end, int flags, thread_t thd, kauth_cred_t cred) argument
3408 nfs4_getlock_rpc( nfsnode_t np, struct nfs_lock_owner *nlop, struct flock *fl, uint64_t start, uint64_t end, vfs_context_t ctx) argument
3495 nfs_advlock_getlock( nfsnode_t np, struct nfs_lock_owner *nlop, struct flock *fl, uint64_t start, uint64_t end, vfs_context_t ctx) argument
3566 nfs_advlock_setlock( nfsnode_t np, struct nfs_open_file *nofp, struct nfs_lock_owner *nlop, int op, uint64_t start, uint64_t end, int style, short type, vfs_context_t ctx) argument
3982 nfs_advlock_unlock( nfsnode_t np, struct nfs_open_file *nofp, struct nfs_lock_owner *nlop, uint64_t start, uint64_t end, int style, vfs_context_t ctx) argument
4235 nfsnode_t np = VTONFS(ap->a_vp); local
4406 nfsnode_t np = nofp->nof_np; local
4644 nfsnode_t np, newnp = NULL; local
4981 nfsnode_t np = nofp->nof_np; local
5239 nfsnode_t np = nofp->nof_np; local
5425 nfs4_open_downgrade_rpc( nfsnode_t np, struct nfs_open_file *nofp, vfs_context_t ctx) argument
5493 nfs4_close_rpc( nfsnode_t np, struct nfs_open_file *nofp, thread_t thd, kauth_cred_t cred, int flags) argument
5757 nfs_release_open_state_for_node(nfsnode_t np, int force) argument
5814 nfs_revoke_open_state_for_node(nfsnode_t np) argument
5845 nfs4_claim_delegated_state_for_node(nfsnode_t np, int flags) argument
5878 nfs4_delegation_return_enqueue(nfsnode_t np) argument
5901 nfs4_delegation_return(nfsnode_t np, int flags, thread_t thd, kauth_cred_t cred) argument
6033 nfsnode_t np; local
6129 nfsnode_t np; local
6293 nfsnode_t np = NULL; local
6487 nfsnode_t np = NULL; local
6525 nfsnode_t np = NULL; local
6547 nfsnode_t np = NULL; local
6573 nfsnode_t np = VTONFS(vp); local
6692 nfsnode_t np = VTONFS(vp); local
6769 nfs4_named_attr_dir_get(nfsnode_t np, int fetch, vfs_context_t ctx) argument
6908 nfs4_named_attr_get( nfsnode_t np, struct componentname *cnp, uint32_t accessMode, int flags, vfs_context_t ctx, nfsnode_t *anpp, struct nfs_open_file **nofpp) argument
7628 nfs4_named_attr_remove(nfsnode_t np, nfsnode_t anp, const char *name, vfs_context_t ctx) argument
7930 nfsnode_t np = VTONFS(ap->a_vp); local
8170 nfsnode_t np = ap->a_vp ? VTONFS(ap->a_vp) : NULL; local
[all...]
/macosx-10.10.1/Libc-1044.1.2/sys/OpenBSD/
H A Dstack_protector.c121 char *np; local
128 np = n + sizeof(n);
129 *--np = 0;
131 *--np = (pid % 10) + '0';
134 strlcat(message, np, sizeof(message));
/macosx-10.10.1/system_cmds-643.1.1/getty.tproj/
H A Dsubr.c71 struct gettynums *np; local
151 for (np = gettynums; np->field; np++) {
152 if (cgetnum(buf, (char*)np->field, &n) == -1)
153 np->set = 0;
155 np->set = 1;
156 np->value = n;
173 for (np = gettynums; np
187 struct gettynums *np; local
207 struct gettynums *np; local
[all...]
/macosx-10.10.1/remote_cmds-47/rwhod.tproj/
H A Drwhod.c411 register struct neighbor *np; local
505 else for (np = neighbors; np != NULL; np = np->n_next) {
507 np->n_flags & IFF_MULTICAST) {
512 &(((struct sockaddr_in *)np->n_addr)->sin_addr),
522 np->n_addr, np->n_addrlen);
599 register struct neighbor *np; local
[all...]
/macosx-10.10.1/smb-759.0/kernel/smbfs/
H A Dsmbfs_subr.c98 smb_fphelp(struct smbmount *smp, struct mbchain *mbp, struct smbnode *np, argument
131 * We hold sm_reclaim_lock to protect np->n_parent fields from a
139 lck_rw_lock_shared(&np->n_parent_rwlock);
140 *locked_npp++ = np; /* Save node to be unlocked later */
147 if (np->n_flag & N_ISSTREAM) {
148 np = np->n_parent;
150 lck_rw_lock_shared(&np->n_parent_rwlock);
151 *locked_npp++ = np; /* Save node to be unlocked later */
156 while (np
[all...]
H A Dsmbfs_subr_2.h28 int smb_fphelp(struct smbmount *smp, struct mbchain *mbp, struct smbnode *np,
42 int smb2fs_smb_cmpd_create(struct smb_share *share, struct smbnode *np,
63 int smb2fs_smb_cmpd_query_dir_one(struct smb_share *share, struct smbnode *np,
67 int smb2fs_smb_cmpd_resolve_id(struct smb_share *share, struct smbnode *np,
84 int smbfs_smb_delete(struct smb_share *share, struct smbnode *np, enum vtype vnode_type,
98 int smbfs_smb_ntcreatex(struct smb_share *share, struct smbnode *np,
104 int smbfs_smb_openread(struct smb_share *share, struct smbnode *np,
109 int smb1fs_smb_qpathinfo(struct smb_share *share, struct smbnode *np,
113 int smbfs_smb_qpathinfo(struct smb_share *share, struct smbnode *np, enum vtype vnode_type,
117 int smbfs_smb_qstreaminfo(struct smb_share *share, struct smbnode *np, enu
[all...]
H A Dsmbfs_subr.h167 void smbfs_update_symlink_cache(struct smbnode *np, char *target, size_t targetlen);
173 int smb1fs_smb_reparse_read_symlink(struct smb_share *share, struct smbnode *np,
175 int smbfs_smb_windows_read_symlink(struct smb_share *share, struct smbnode *np,
177 int smbfs_smb_unix_read_symlink(struct smb_share *share, struct smbnode *np,
179 int smb1fs_smb_qstreaminfo(struct smb_share *share, struct smbnode *np,
192 int smbfs_smb_t2rename(struct smb_share *share, struct smbnode *np,
196 struct smbnode *np, vfs_context_t context);
203 int smbfs_seteof(struct smb_share *share, struct smbnode *np, SMBFID fid,
205 int smbfs_smb_fsync(struct smb_share *share, struct smbnode *np,
207 int smb1fs_smb_query_info(struct smb_share *share, struct smbnode *np,
[all...]
H A Dsmbfs_smb.c191 struct smbnode *np,
219 if ((np->n_vnode) && vnode_isnamedstream(np->n_vnode)) {
222 lck_rw_lock_shared(&np->n_name_rwlock);
223 snamep = smb_strndup(np->n_sname, np->n_snmlen);
225 lck_rw_unlock_shared(&np->n_name_rwlock);
227 nmlen = np->n_snmlen;
230 error = smbfs_fullpath(mbp, np, name, &nmlen, UTF_SFM_CONVERSIONS,
306 fap->fa_ino = np
190 smb1fs_smb_qpathinfo(struct smb_share *share, struct smbnode *np, struct smbfattr *fap, short infolevel, const char **namep, size_t *nmlenp, vfs_context_t context) argument
911 smbfs_update_symlink_cache(struct smbnode *np, char *target, size_t targetlen) argument
1321 smb1fs_smb_reparse_read_symlink(struct smb_share *share, struct smbnode *np, struct uio *uiop, vfs_context_t context) argument
1378 smbfs_smb_windows_read_symlink(struct smb_share *share, struct smbnode *np, struct uio *uiop, vfs_context_t context) argument
1442 smbfs_smb_unix_read_symlink(struct smb_share *share, struct smbnode *np, struct uio *uiop, vfs_context_t context) argument
1541 smb1fs_smb_qstreaminfo(struct smb_share *share, struct smbnode *np, const char *namep, size_t name_len, const char *strmname, uio_t uio, size_t *sizep, uint64_t *strmsize, uint64_t *strmsize_alloc, uint32_t *stream_flagsp, vfs_context_t context) argument
2353 smbfs_smb_t2rename(struct smb_share *share, struct smbnode *np, const char *tname, size_t tnmlen, int overwrite, SMBFID *infid, vfs_context_t context) argument
2457 smbfs_delete_openfile(struct smb_share *share, struct smbnode *dnp, struct smbnode *np, vfs_context_t context) argument
2824 smbfs_seteof(struct smb_share *share, struct smbnode *np, SMBFID fid, uint64_t newsize, vfs_context_t context) argument
2847 smbfs_smb_fsync(struct smb_share *share, struct smbnode *np, vfs_context_t context) argument
2916 smb1fs_smb_query_info(struct smb_share *share, struct smbnode *np, const char *name, size_t len, uint32_t *in_attr, vfs_context_t context) argument
2958 smb1fs_smb_setpattr(struct smb_share *share, struct smbnode *np, const char *name, size_t len, uint16_t attr, vfs_context_t context) argument
3034 smbfs_set_unix_info2(struct smb_share *share, struct smbnode *np, struct timespec *crtime, struct timespec *mtime, struct timespec *atime, uint64_t fsize, uint64_t perms, uint32_t FileFlags, uint32_t FileFlagsMask, vfs_context_t context) argument
3136 smb1fs_smb_setpattrNT(struct smb_share *share, struct smbnode *np, uint32_t attr, struct timespec *crtime, struct timespec *mtime, struct timespec *atime, vfs_context_t context) argument
3287 smb1fs_smb_ntcreatex(struct smb_share *share, struct smbnode *np, uint32_t rights, uint32_t shareMode, enum vtype vt, SMBFID *fidp, const char *name, size_t in_nmlen, uint32_t disp, int xattr, struct smbfattr *fap, int do_create, vfs_context_t context) argument
3645 smbfs_tmpopen(struct smb_share *share, struct smbnode *np, uint32_t rights, SMBFID *fidp, vfs_context_t context) argument
3739 smbfs_tmpclose(struct smb_share *share, struct smbnode *np, SMBFID fid, vfs_context_t context) argument
3785 smb1fs_smb_openread(struct smb_share *share, struct smbnode *np, SMBFID *fid, uint32_t rights, uio_t uio, size_t *sizep, const char *name, struct timespec *mtime, vfs_context_t context) argument
4451 smbfs_smb_open_file(struct smb_share *share, struct smbnode *np, uint32_t rights, uint32_t shareMode, SMBFID *fidp, const char *name, size_t nmlen, int xattr, struct smbfattr *fap, vfs_context_t context) argument
4484 smbfs_smb_open_xattr(struct smb_share *share, struct smbnode *np, uint32_t rights, uint32_t shareMode, SMBFID *fidp, const char *name, size_t *sizep, vfs_context_t context) argument
4504 smbfs_smb_reopen_file(struct smb_share *share, struct smbnode *np, vfs_context_t context) argument
4752 smbfs_posix_unlink(struct smb_share *share, struct smbnode *np, vfs_context_t context, const char *name, size_t nmlen) argument
4789 smb1fs_smb_delete(struct smb_share *share, struct smbnode *np, const char *name, size_t nmlen, int xattr, vfs_context_t context) argument
4960 smb1fs_smb_rmdir(struct smb_share *share, struct smbnode *np, vfs_context_t context) argument
5949 smbfs_closedirlookup(struct smbnode *np, vfs_context_t context) argument
6051 smbfs_smb_getsec(struct smb_share *share, struct smbnode *np, uint32_t desired_access, SMBFID fid, uint32_t selector, struct ntsecdesc **res, size_t *rt_len, vfs_context_t context) argument
[all...]
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dxec.c277 Namval_t *np=com->comnamp; local
281 if(com->comstate && np)
287 bp->bnode = np;
289 bp->ptr = nv_context(np);
292 ((Shbltin_f)funptr(np))(0,(char**)0, bp);
297 if(com->comarg && !np)
450 static void put_level(Namval_t* np,const char *val,int flags,Namfun_t *fp) argument
454 int16_t level, oldlevel = (int16_t)nv_getnum(np);
455 nv_putv(np,val,flags,fp);
458 fp = nv_stack(np, NI
502 Namval_t *np = SH_COMMANDNOD; local
675 Namval_t *np; local
732 print_fun(register Namval_t* np, void *data) argument
796 Namval_t *np = dtmatch(shp->inpool,name); local
851 Namval_t *np; local
1022 Namval_t *np, *nq, *last_table; local
2236 register Namval_t *np; local
2640 Namval_t *np = nv_open("TIMEFORMAT",shp->var_tree,NV_NOADD); local
2661 register Namval_t *np=0; local
2964 Opt_t *op, *np = optctx(0, 0); local
3265 local_exports(register Namval_t *np, void *data) argument
3282 Namval_t node,*mp,*np, *nref[9], **nr=nref; local
3411 Namval_t *np, *nq, **nref; local
3471 sh_funct(Shell_t *shp,Namval_t *np,int argn, char *argv[],struct argnod *envlist,int execflg) argument
3536 sh_fun(Namval_t *np, Namval_t *nq, char *argv[]) argument
3773 Namval_t *np = (Namval_t*)(tchild->com.comnamp); local
3921 Namval_t *np; local
[all...]
H A Dsubshell.c221 int nv_subsaved(register Namval_t *np) argument
229 if(lp->node==np)
241 Namval_t *sh_assignok(register Namval_t *np,int add) argument
252 if(!sp->shpwd || np==SH_LEVELNOD || np==L_ARGNOD || np==SH_SUBSCRNOD || np==SH_NAMENOD)
253 return(np);
256 return(np);
257 if((ap=nv_arrayptr(np))
314 register Namval_t *mp, *np; local
416 register Namval_t *np,*nq; local
[all...]
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/include/
H A Dname.h51 struct Namval *np; /* for Namval_t node */ member in union:Value
88 Namval_t *np; member in struct:Namref
112 Namval_t *np; /* function node pointer */ member in struct:Ufunction
161 #define nv_refnode(n) ((n)->nvalue.nrp->np)
174 #define nv_size(np) ((np)->nvsize)
175 #define _nv_hasget(np) ((np)->nvfun && (np)->nvfun->disc && nv_hasget(np))
[all...]
/macosx-10.10.1/procmail-14/procmail/src/
H A Dauthenticate.c128 { struct passwd*np;const struct passwd*op; local
132 if(!(np=(struct passwd*)newpass->pw))
133 { np=(struct passwd*)(newpass->pw=malloc(sizeof*np));
134 bbzero(np,sizeof*np);
136 np->pw_uid=(op=oldpass->pw)->pw_uid;np->pw_gid=op->pw_gid;
137 np->pw_name=cstr(np
[all...]
/macosx-10.10.1/groff-38/groff/src/devices/grolj4/
H A Dlj4.cpp167 void draw(int code, int *p, int np, const environment *env);
344 void lj4_printer::draw(int code, int *p, int np, const environment *env) argument
349 if (np != 2) {
371 if (np != 2) {
386 if (np & 1) {
390 if (np == 0) {
401 for (int i = 1; i < np; i++)
409 if (np & 1) {
413 if (np == 0) {
425 if (np >
[all...]
/macosx-10.10.1/tcsh-65/tcsh/
H A Dtw.help.c178 * to np. A null search list entry is expanded to ".".
179 * If there are no entries in the search list, then np will point
184 nextslist(const Char *sl, Char *np) argument
187 *np = '\000';
189 *np++ = '.';
190 *np = '\000';
194 *np++ = *sl++;
195 *np = '\000';
/macosx-10.10.1/mail_cmds-30/mail/
H A Dsend.c462 struct name *np; local
467 for (np = tolist; np != NULL; np = np->n_flink) {
469 if (np->n_type & GDEL)
471 if ((np->n_type & GMASK) == GTO)
473 cat(hp->h_to, nalloc(np->n_name, np->n_type));
474 else if ((np
[all...]
H A Dlist.c125 char **np; local
137 np = &namelist[0];
219 *np++ = savestr(lexstring);
244 *np = NULL;
265 if ((np > namelist || colmod != 0) && mc == 0)
275 if (np > namelist) {
277 for (mc = 0, np = &namelist[0]; *np != NULL; np++)
278 if (**np
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/astsa/
H A Dvmalloc.c51 register Vmchunk_t* np; local
55 np = vp->base.next;
56 while (cp = np)
58 np = cp->next;
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dsetenv.c219 char *np; local
223 np = (char *) combined;
245 np = KNOWN_VALUE (new_value);
246 if (np == NULL)
249 np = malloc (namelen + 1 + vallen);
250 if (np == NULL)
261 memcpy (np, new_value, namelen + 1 + vallen);
263 memcpy (np, name, namelen);
264 np[namelen] = '=';
265 memcpy (&np[namele
[all...]

Completed in 198 milliseconds

1234567891011>>