| /openbsd-src/usr.bin/doas/ |
| H A D | env.c | 77 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 D | find_names.c | 48 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 D | fileattr.c | 124 if (addnode (attrlist, newnode) != 0) in fileattr_read() 372 addnode (attrlist, node); 450 addnode (attrlist, node); 492 addnode (attrlist, node);
|
| H A D | hardlink.c | 92 (void) addnode (hardlist, hp); 106 (void) addnode ((List *) hp->data, p);
|
| H A D | myndbm.c | 188 if (addnode (db->dbm_list, node) == -1) 295 if (addnode (list, p) == -1)
|
| H A D | hash.h | 51 int addnode PROTO((List * list, Node * p));
|
| H A D | recurse.c | 597 if (addnode (root_directories, n)) 1023 if (addnode (root_directories, n)) 1127 if (addnode (*listp, p) != 0)
|
| H A D | rcs.c | 548 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 D | lock.c | 888 if (p->key == NULL || addnode (lock_tree_list, p) != 0) 940 (void) addnode (locked_list, node);
|
| H A D | commit.c | 242 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 D | expand_path.c | 71 (void) addnode (variable_list, node);
|
| H A D | ignore.c | 500 (void) addnode (files, p);
|
| H A D | tag.c | 452 (void) addnode (mtlist, p); 518 (void) addnode (tlist, p);
|
| H A D | hash.c | 277 addnode (list, p) in addnode() function
|
| H A D | import.c | 380 (void) addnode (ulist, p); 462 addnode(dirlist, n);
|
| H A D | main.c | 889 if (addnode (root_directories, n))
|
| H A D | add.c | 802 (void) addnode (ulist, p);
|
| H A D | admin.c | 792 addnode (delta->other_delta, n);
|
| H A D | entries.c | 632 addnode (list, p);
|
| H A D | log.c | 751 if (addnode (*plist, p) != 0)
|
| H A D | ChangeLog-9194 | 224 * hash.c (addnode): comment change.
|
| H A D | client.c | 2738 if (addnode (dirs_sent_to_server, n)) 5320 (void) addnode (ignlist, p);
|
| H A D | update.c | 809 if (addnode (ignlist, p) != 0)
|
| H A D | ChangeLog-97 | 304 * hash.c (insert_before): New function derived from addnode. 305 (addnode): Simply return insert_before.
|