Searched refs:add_directory (Results 1 – 10 of 10) sorted by relevance
| /freebsd-9-stable/sbin/devd/ |
| D | devd.h | 41 void add_directory(const char *);
|
| D | parse.y | 90 : DIRECTORY STRING SEMICOLON { add_directory($2); }
|
| D | devd.hh | 151 void add_directory(const char *);
|
| D | devd.cc | 523 config::add_directory(const char *dir) in add_directory() function in config 1028 add_directory(const char *dir) in add_directory() function 1030 cfg.add_directory(dir); in add_directory()
|
| /freebsd-9-stable/contrib/cvs/src/ |
| D | add.c | 37 static int add_directory PROTO ((struct file_info *finfo)); 689 err += add_directory (&finfo); 736 add_directory (finfo) in add_directory() function
|
| D | ChangeLog-9194 | 383 * add.c (add_directory): move declaration of unused variable. 484 * add.c (add_directory): do not prompt for interactive
|
| D | ChangeLog-97 | 1297 * add.c (add_directory): When checking for CVSADM, call fncmp not 1407 (add_directory): Replace arguments with a single finfo argument. 1409 (add): Update call to add_directory. 1439 * add.c (add_directory): In allocating message, also allocate 1470 * add.c (add_directory): Copy default file attributes from the 1655 * add.c (add_directory): Call cvs_output not printf. This fixes 2659 * add.c (add_directory): If repository has an extraneous "." 2859 reference to the #if 0'd code in add_directory which asks for
|
| D | ChangeLog-9395 | 1660 * add.c (add_directory): Use CVS_MKDIR instead of straight mkdir. 1735 (add_directory): Use save_cwd and restore_cwd instead of 2230 * add.c (add_directory): Don't cast umask() argument to int. 3374 (add_directory): If server_active, don't try to create CVSADM
|
| D | ChangeLog-96 | 343 * add.c (add_directory): Set rev_old and rev_new fields of struct 1419 (add_directory): Add entries parameter. Change caller. Call 1611 * add.c (add_directory): Set logfile_info information. 2466 * add.c (add_directory): Don't create the directory if noexec.
|
| D | ChangeLog | 288 (add_directory): Fix memory leak. 380 * add.c (add_directory): Revert previous change. The xstrdup() 390 * add.c (add_directory): Protect tag from NULL dereference. 931 * add.c (add, add_directory), buffer.c (allocate_buffer_datas), 1596 * add.c (add, add_directory, build_entry), admin.c (admin_dirproc), 2538 * add.c (add_directory): Restore a malloc I shouldn't have altered on 2549 * add.c (add_directory): Don't print status information in really_quiet
|