Searched refs:newnum (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/usr.sbin/nsd/
H A Dixfr.h251 int oldtemp, int newnum, int newtemp);
H A Dquery.c1161 size_t newnum = 0; local
1192 newnum = query_synthesize_cname(q, answer, name, newname,
1194 if(!newnum) {
1206 answer_lookup_zone(nsd, q, answer, newnum,
H A Dixfr.c1843 int oldtemp, int newnum, int newtemp)
1849 make_ixfr_name_temp(ixfrfile_new, sizeof(ixfrfile_new), zfile, newnum,
1842 ixfr_rename_it(const char* zname, const char* zfile, int oldnum, int oldtemp, int newnum, int newtemp) argument
/openbsd-current/sbin/fsck_ffs/
H A Ddir.c438 changeino(ino_t dir, char *name, ino_t newnum) argument
448 idesc.id_parent = newnum; /* new value for name */
/openbsd-current/sbin/fsck_ext2fs/
H A Ddir.c462 changeino(ino_t dir, char *name, ino_t newnum) argument
472 idesc.id_parent = newnum; /* new value for name */
/openbsd-current/gnu/usr.bin/perl/
H A Dlocale.c1852 S_new_numeric(pTHX_ const char *newnum, bool force) argument
1857 * core Perl this and that 'newnum' is the name of the new locale, and we
1873 * PL_numeric_name The underlying locale's name: a copy of 'newnum'
1904 newnum, PL_numeric_name));
1909 if (! force && strEQ(PL_numeric_name, newnum)) {
1914 PL_numeric_name = savepv(newnum);
H A Dproto.h7055 S_new_numeric(pTHX_ const char *newnum, bool force);
7057 assert(newnum)

Completed in 150 milliseconds