Home
last modified time | relevance | path

Searched refs:addnode (Results 1 – 24 of 24) sorted by relevance

/openbsd-src/usr.bin/doas/
H A Denv.c77 addnode(struct env *env, const char *key, const char *value) in addnode() function
103 addnode(env, "DOAS_USER", mypw->pw_name); in createenv()
104 addnode(env, "HOME", targpw->pw_dir); in createenv()
105 addnode(env, "LOGNAME", targpw->pw_name); in createenv()
106 addnode(env, "PATH", getenv("PATH")); in createenv()
107 addnode(env, "SHELL", targpw->pw_shell); in createenv()
108 addnode(env, "USER", targpw->pw_name); in createenv()
/openbsd-src/gnu/usr.bin/cvs/src/
H A Dfind_names.c48 if (addnode (filelist, fnode) != 0)
142 if (addnode (dirlist, dnode) != 0)
283 if (addnode (list, p) != 0)
408 if (addnode (list, p) != 0)
H A Dfileattr.c124 if (addnode (attrlist, newnode) != 0) in fileattr_read()
372 addnode (attrlist, node);
450 addnode (attrlist, node);
492 addnode (attrlist, node);
H A Dhardlink.c92 (void) addnode (hardlist, hp);
106 (void) addnode ((List *) hp->data, p);
H A Dmyndbm.c188 if (addnode (db->dbm_list, node) == -1)
295 if (addnode (list, p) == -1)
H A Dhash.h51 int addnode PROTO((List * list, Node * p));
H A Drecurse.c597 if (addnode (root_directories, n))
1023 if (addnode (root_directories, n))
1127 if (addnode (*listp, p) != 0)
H A Drcs.c548 if (addnode (rdata->other, kv) != 0)
572 if (addnode (rdata->versions, q) != 0)
753 if (addnode (vnode->other, kv) != 0)
830 if (addnode (vnode->other, kv) != 0)
844 if (addnode (vnode->other, kv) != 0)
1982 (void) addnode (list, p);
2024 (void) addnode (list, p);
2060 (void) addnode (list, p);
4926 addnode (delta->other_delta, np);
4947 addnode (delta->other_delta, np);
[all …]
H A Dlock.c888 if (p->key == NULL || addnode (lock_tree_list, p) != 0)
940 (void) addnode (locked_list, node);
H A Dcommit.c242 if (addnode (args->ignlist, p) != 0)
303 (void)addnode (args->ulist, node);
982 (void) addnode (mulist, p);
997 (void) addnode (ulist, p);
1015 (void) addnode (cilist, p);
H A Dexpand_path.c71 (void) addnode (variable_list, node);
H A Dignore.c500 (void) addnode (files, p);
H A Dtag.c452 (void) addnode (mtlist, p);
518 (void) addnode (tlist, p);
H A Dhash.c277 addnode (list, p) in addnode() function
H A Dimport.c380 (void) addnode (ulist, p);
462 addnode(dirlist, n);
H A Dmain.c889 if (addnode (root_directories, n))
H A Dadd.c802 (void) addnode (ulist, p);
H A Dadmin.c792 addnode (delta->other_delta, n);
H A Dentries.c632 addnode (list, p);
H A Dlog.c751 if (addnode (*plist, p) != 0)
H A DChangeLog-9194224 * hash.c (addnode): comment change.
H A Dclient.c2738 if (addnode (dirs_sent_to_server, n))
5320 (void) addnode (ignlist, p);
H A Dupdate.c809 if (addnode (ignlist, p) != 0)
H A DChangeLog-97304 * hash.c (insert_before): New function derived from addnode.
305 (addnode): Simply return insert_before.