OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pdot
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gdb/dist/gnulib/import/
localcharset.c
926
char *
pdot
= strrchr (current_locale, '.');
local
928
if (
pdot
&& 2 + strlen (
pdot
+ 1) + 1 <= sizeof (buf))
929
sprintf (buf, "CP%s",
pdot
+ 1);
/src/external/gpl3/gdb.old/dist/gnulib/import/
localcharset.c
926
char *
pdot
= strrchr (current_locale, '.');
local
928
if (
pdot
&& 2 + strlen (
pdot
+ 1) + 1 <= sizeof (buf))
929
sprintf (buf, "CP%s",
pdot
+ 1);
/src/usr.bin/mail/
cmd1.c
205
pdot
(void *v)
function
/src/external/mit/lua/dist/src/
lobject.c
277
const char *
pdot
= strchr(s, '.');
local
278
if (
pdot
== NULL || strlen(s) > L_MAXLENNUM)
281
buff[
pdot
- s] = lua_getlocaledecpoint(); /* correct decimal point */
/src/external/gpl3/binutils/dist/gas/config/
tc-m68k.c
1319
char *
pdot
, *pdotmove;
1334
pdot
= 0;
1340
pdot
= p;
1353
if (
pdot
!= NULL)
1355
for (pdotmove =
pdot
; pdotmove < p; pdotmove++)
1365
if (
pdot
!= NULL)
1367
for (pdotmove = p; pdotmove >
pdot
; pdotmove--)
1369
*
pdot
= '.';
1318
char *
pdot
, *
pdot
move;
local
/src/external/gpl3/binutils.old/dist/gas/config/
tc-m68k.c
1319
char *
pdot
, *pdotmove;
1334
pdot
= 0;
1340
pdot
= p;
1353
if (
pdot
!= NULL)
1355
for (pdotmove =
pdot
; pdotmove < p; pdotmove++)
1365
if (
pdot
!= NULL)
1367
for (pdotmove = p; pdotmove >
pdot
; pdotmove--)
1369
*
pdot
= '.';
1318
char *
pdot
, *
pdot
move;
local
Completed in 37 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026