HomeSort by: relevance | last modified time | path
    Searched refs:strlcat (Results 1 - 23 of 23) sorted by relevancy

  /xsrc/external/mit/libXfont2/dist/src/util/
strlcat.c 33 strlcat(char *dst, const char *src, size_t siz) function
fontxlfd.c 345 strlcat(fname, "[", fnamelen);
349 if (i) strlcat(fname, " ", fnamelen);
360 strlcat(fname, "]", fnamelen);
522 strlcat(tmpBuf, "-", sizeof(tmpBuf));
526 strlcat(tmpBuf, "[", sizeof(tmpBuf));
527 strlcat(tmpBuf,
530 strlcat(tmpBuf,
533 strlcat(tmpBuf,
536 strlcat(tmpBuf,
539 strlcat(tmpBuf, "]", sizeof(tmpBuf))
    [all...]
replace.h 51 strlcat(char *dst, const char *src, size_t siz);
  /xsrc/external/mit/xorg-server/dist/os/
strlcat.c 33 strlcat(char *dst, const char *src, size_t siz) function
client.c 286 strlcat(*(char **)cmdargs, argv[i], len);
287 strlcat(*(char **)cmdargs, " ", len);
  /xsrc/external/mit/xorg-server.old/dist/os/
strlcat.c 34 strlcat(char *dst, const char *src, size_t siz) function
  /xsrc/external/mit/libXfont2/dist/src/fontfile/
dirfile.c 100 strlcat(dir_file, "/", sizeof(dir_file));
101 strlcat(dir_file, FontDirFile, sizeof(dir_file));
185 strlcat (dir_file, FontDirFile, sizeof(dir_file));
198 strlcat (dir_file, FontAliasFile, sizeof(dir_file));
295 strlcat(alias_file, "/", sizeof(alias_file));
296 strlcat(alias_file, FontAliasFile, sizeof(alias_file));
fontfile.c 443 strlcat (fileName, scalable->fileName, sizeof(fileName));
528 strlcat (fileName, bitmap->fileName, sizeof(fileName));
565 strlcat (fileName, bitmap->fileName, sizeof(fileName));
1009 strlcat (fileName, scalable->fileName, sizeof(fileName));
  /xsrc/external/mit/xlogo/dist/
xlogo.c 70 #define strlcat(dst, src, len) do { \ macro
219 strlcat(message, " ", len);
220 strlcat(message, argv[n], len);
222 strlcat(message, "\n\n", len);
  /xsrc/external/mit/xedit/dist/
realpath.c 144 resolved_len = strlcat(resolved, next_token, PATH_MAX);
190 left_len = strlcat(symlink, left, sizeof(left));
  /xsrc/external/mit/lndir/dist/
lndir.c 171 if (strlcat (buf, fn, sizeof(buf)) >= sizeof(buf))
200 if (strlcat (buf, dp->d_name, sizeof(buf)) >= sizeof(buf)) {
341 if (strlcat (symbuf, &basesym[i], sizeof(symbuf)) >=
  /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/mach-startup/
stub.c 91 strlcat(x11_path, kX11AppBundlePath, sizeof(x11_path));
bundle-main.c 508 strlcat(temp, ":0", len);
  /xsrc/external/mit/xwininfo/dist/
xwininfo.c 262 static size_t strlcat (char *dst, const char *src, size_t dstsize) function
349 int s = strlcat (nbuf, " (", nbufsize);
375 strlcat (nbuf, ", ", nbufsize);
385 strlcat (nbuf, ", ", nbufsize);
393 strlcat (nbuf, ", ", nbufsize);
398 strlcat (nbuf, ")", nbufsize);
  /xsrc/external/mit/xorg-server.old/dist/include/
os.h 495 extern _X_EXPORT size_t strlcat(char *dst, const char *src, size_t siz);
  /xsrc/external/mit/libXfont2/dist/src/FreeType/
ftfuncs.c 2285 strlcat(*dynStrFTFileName, *dynStrRealFileName, dsftlen);
2288 strlcat(*dynStrFTFileName, ":", dsftlen);
2289 strlcat(*dynStrFTFileName, beginptr, dsftlen);
2290 strlcat(*dynStrFTFileName, ":", dsftlen);
2291 strlcat(*dynStrFTFileName, slash+1, dsftlen);
2294 strlcat(*dynStrFTFileName, ":", dsftlen);
2295 strlcat(*dynStrFTFileName, beginptr, dsftlen);
2296 strlcat(*dynStrFTFileName, ":", dsftlen);
2297 strlcat(*dynStrFTFileName, *dynStrRealFileName, dsftlen);
  /xsrc/external/mit/xorg-server/dist/include/
os.h 597 strlcat(char *dst, const char *src, size_t siz);
  /xsrc/external/mit/xorg-server/dist/hw/xquartz/mach-startup/
bundle-main.c 594 strlcat(temp, ":0", len);
  /xsrc/external/mit/libXpm/dist/src/
parse.c 46 * like strlcat() but returns true on success and false if the string got
53 return strlcat(dst, src, dstsize) < dstsize;
  /xsrc/external/mit/xedit/dist/lisp/
pathname.c 1073 strlcat(data, sepstr, sizeof(data));
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86Helper.c 1172 strlcat(buf, "/" DEFAULT_LOGPREFIX, sizeof(buf));
  /xsrc/external/mit/libXfont2/dist/
configure 20718 char strlcat (void);
20722 return strlcat ();
20827 ac_fn_c_check_func "$LINENO" "strlcat" "ac_cv_func_strlcat"
20863 ac_fn_c_check_func "$LINENO" "strlcat" "ac_cv_func_strlcat"
20870 *" strlcat.$ac_objext "* ) ;;
20871 *) LIBOBJS="$LIBOBJS strlcat.$ac_objext"
  /xsrc/external/mit/xorg-server.old/dist/
configure 25385 { echo "$as_me:$LINENO: checking for strlcat" >&5
25386 echo $ECHO_N "checking for strlcat... $ECHO_C" >&6; }
25396 /* Define strlcat to an innocuous variant, in case <limits.h> declares strlcat.
25398 #define strlcat innocuous_strlcat
25401 which can conflict with char strlcat (); below.
25411 #undef strlcat
25419 char strlcat ();
25430 return strlcat ();
    [all...]

Completed in 79 milliseconds