Home
last modified time | relevance | path

Searched refs:atsign (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/bfd/doc/
Dchew.c345 static void atsign (void);
1388 atsign () in atsign() function
1488 add_intrinsic ("@", atsign);
/mirbsd/src/gnu/usr.bin/lynx/src/
DLYUtils.c7857 char *atsign; in LYSyslog() local
7868 && (atsign = strchr(colon1, '@')) != 0 in LYSyslog()
7869 && (colon2 < atsign) in LYSyslog()
7870 && looks_like_password(colon2 + 1, atsign - 1)) { in LYSyslog()
7876 StrAllocCat(buf, atsign); in LYSyslog()